View | Details | Raw Unified | Return to bug 208159 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/ghostscript.mk (-15 / +6 lines)
Lines 6-13 Link Here
6
# Usage:	USES=ghostscript or USES=ghostscript:args
6
# Usage:	USES=ghostscript or USES=ghostscript:args
7
# Valid ARGS:	<version>, build, run, x11
7
# Valid ARGS:	<version>, build, run, x11
8
#
8
#
9
# version 	The chooseable versions are 7, 8 and 9. If no version is
9
# version 	The chooseable versions are 7, 8, 9 and agpl. If no version is
10
#		specified version 9 is selected.
10
#		specified version agpl is selected.
11
#
11
#
12
#		USES=ghostscript:7	# Use Ghostscript 7
12
#		USES=ghostscript:7	# Use Ghostscript 7
13
#		USES=ghostscript:run	# Use the set default Ghostscript as a run dependancy
13
#		USES=ghostscript:run	# Use the set default Ghostscript as a run dependancy
Lines 61-91 _GS_BUILD_DEP= yes Link Here
61
_GS_RUN_DEP=	yes
61
_GS_RUN_DEP=	yes
62
.endif
62
.endif
63
63
64
.undef _GS_AGPL_SUFFIX
65
.undef _GS_SELECTED
64
.undef _GS_SELECTED
66
.for V in ${_GS_ARGS} ${GHOSTSCRIPT_DEFAULT}
65
.for V in ${_GS_ARGS} ${GHOSTSCRIPT_DEFAULT}
67
_V=${V}
66
_V=${V}
68
.if ${_V:M9}
67
.if ${_V:M9}
69
_GS_SELECTED?=		9
68
_GS_SELECTED?=		9
70
.elif ${_V:Magpl}
69
.elif ${_V:Magpl}
71
_GS_AGPL_SUFFIX?=	-agpl
70
_GS_SELECTED?=		9-agpl
72
.if defined(_GS_SELECTED) && ${_GS_SELECTED:N9}
73
IGNORE?=	Ghostscript-agpl is only available in version 9
74
.else
75
_GS_SELECTED?=		9
76
.endif
77
.elif ${_V:M8}
71
.elif ${_V:M8}
78
_GS_SELECTED?=		8
72
_GS_SELECTED?=		8
79
.elif ${_V:M7}
73
.elif ${_V:M7}
80
_GS_SELECTED?=		7
74
_GS_SELECTED?=		7
81
.endif
75
.endif
82
.endfor
76
.endfor
83
.if !defined(_GS_SELECTED)
84
IGNORE?=	Invalid ghostscript argument or GHOSTSCRIPT_DEFAULT
85
.endif
86
77
87
# Resolve minor version number for X11.so library.
78
# Resolve minor version number for X11.so library.
88
.if !empty(_GS_SELECTED:M9) && defined(_GS_AGPL_SUFFIX)
79
.if !empty(_GS_SELECTED:M9-agpl)
89
_GS_VERSION_MINOR=	9.16_2
80
_GS_VERSION_MINOR=	9.16_2
90
.elif !empty(_GS_SELECTED:M9)
81
.elif !empty(_GS_SELECTED:M9)
91
_GS_VERSION_MINOR=	9.06_11
82
_GS_VERSION_MINOR=	9.06_11
Lines 96-103 _GS_VERSION_MINOR= 7.07_32 Link Here
96
.endif
87
.endif
97
88
98
# dependencies
89
# dependencies
99
_GS_PORT=	ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}-base
90
_GS_PORT=	ghostscript${_GS_SELECTED}-base
100
_GS_X11_PORT=	ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}-x11
91
_GS_X11_PORT=	ghostscript${_GS_SELECTED}-x11
101
92
102
.for type in BUILD RUN
93
.for type in BUILD RUN
103
.if defined(_GS_${type}_DEP)
94
.if defined(_GS_${type}_DEP)
(-)Mk/bsd.default-versions.mk (-2 / +2 lines)
Lines 19-26 ${_l:tu}_DEFAULT= ${lang:C/.*=//g} Link Here
19
.endfor
19
.endfor
20
20
21
APACHE_DEFAULT?=	2.4
21
APACHE_DEFAULT?=	2.4
22
FIREBIRD_DEFAULT?=	2.5
22
FPC_DEFAULT?=		3.0.0
23
FPC_DEFAULT?=		3.0.0
23
GCC_DEFAULT?=		4.8
24
GCC_DEFAULT?=		4.8
25
GHOSTSCRIPT_DEFAULT?=	agpl
24
LUA_DEFAULT?=		5.2
26
LUA_DEFAULT?=		5.2
25
MYSQL_DEFAULT?=		5.6
27
MYSQL_DEFAULT?=		5.6
26
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
28
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
Lines 44-51 PYTHON2_DEFAULT?= 2.7 Link Here
44
PYTHON3_DEFAULT?=	3.4
46
PYTHON3_DEFAULT?=	3.4
45
RUBY_DEFAULT?=		2.1
47
RUBY_DEFAULT?=		2.1
46
TCLTK_DEFAULT?=		8.6
48
TCLTK_DEFAULT?=		8.6
47
FIREBIRD_DEFAULT?=	2.5
48
GHOSTSCRIPT_DEFAULT?=	9
49
49
50
# Version of lang/gcc.  Do not override!
50
# Version of lang/gcc.  Do not override!
51
LANG_GCC_IS=		4.8
51
LANG_GCC_IS=		4.8
(-)cad/xcircuit/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xcircuit
4
PORTNAME=	xcircuit
5
PORTVERSION=	3.8.78
5
PORTVERSION=	3.8.78
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	cad
8
CATEGORIES=	cad
9
MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
9
MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
(-)chinese/enscript/Makefile (+1 lines)
Lines 1-6 Link Here
1
# Created by: Jing-Tang Keith Jang <keith@FreeBSD.org>
1
# Created by: Jing-Tang Keith Jang <keith@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTREVISION=	2
4
CATEGORIES=	chinese
5
CATEGORIES=	chinese
5
6
6
MAINTAINER=	ports@FreeBSD.org
7
MAINTAINER=	ports@FreeBSD.org
(-)comms/efax-gtk/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	efax-gtk
4
PORTNAME=	efax-gtk
5
PORTVERSION=	3.2.13
5
PORTVERSION=	3.2.13
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	comms
7
CATEGORIES=	comms
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
EXTRACT_SUFX=	.src.tgz
9
EXTRACT_SUFX=	.src.tgz
(-)comms/hylafax/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	hylafax
4
PORTNAME=	hylafax
5
PORTVERSION=	6.0.6
5
PORTVERSION=	6.0.6
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	comms
7
CATEGORIES=	comms
8
MASTER_SITES=	ftp://ftp.hylafax.org/source/
8
MASTER_SITES=	ftp://ftp.hylafax.org/source/
9
9
(-)deskutils/etask/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	etask
4
PORTNAME=	etask
5
PORTVERSION=	0.3.91
5
PORTVERSION=	0.3.91
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	deskutils elisp
7
CATEGORIES=	deskutils elisp
8
MASTER_SITES=	http://members.chello.at/rene.weichselbaum/ \
8
MASTER_SITES=	http://members.chello.at/rene.weichselbaum/ \
9
		http://dryice.name/computer/FreeBSD/distfiles/
9
		http://dryice.name/computer/FreeBSD/distfiles/
(-)deskutils/gworkspace/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	gworkspace
3
PORTNAME=	gworkspace
4
PORTVERSION=	0.9.3
4
PORTVERSION=	0.9.3
5
PORTREVISION=	1
5
CATEGORIES=	deskutils gnustep
6
CATEGORIES=	deskutils gnustep
6
#MASTER_SITES=	http://www.gnustep.it/enrico/gworkspace/
7
#MASTER_SITES=	http://www.gnustep.it/enrico/gworkspace/
7
MASTER_SITES=	GNUSTEP/usr-apps
8
MASTER_SITES=	GNUSTEP/usr-apps
(-)devel/aegis/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	aegis
4
PORTNAME=	aegis
5
PORTVERSION=	4.25
5
PORTVERSION=	4.25
6
DISTVERSIONSUFFIX=	.D510
6
DISTVERSIONSUFFIX=	.D510
7
PORTREVISION=	2
7
PORTREVISION=	3
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	SF
9
MASTER_SITES=	SF
10
10
(-)devel/doxygen/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	doxygen
4
PORTNAME=	doxygen
5
PORTVERSION=	1.8.10
5
PORTVERSION=	1.8.10
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \
9
MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \
(-)devel/gdcm/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gdcm
4
PORTNAME=	gdcm
5
PORTVERSION=	${GDCM_MAJOR}.${GDCM_MINOR}.${GDCM_PATCH}
5
PORTVERSION=	${GDCM_MAJOR}.${GDCM_MINOR}.${GDCM_PATCH}
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	SF/gdcm/gdcm%202.x/GDCM%20${PORTVERSION}
8
MASTER_SITES=	SF/gdcm/gdcm%202.x/GDCM%20${PORTVERSION}
8
9
(-)devel/libexplain/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libexplain
4
PORTNAME=	libexplain
5
PORTVERSION=	1.3.${PATCHLEVEL}
5
PORTVERSION=	1.3.${PATCHLEVEL}
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}
9
DISTNAME=	${PORTNAME}-${PORTVERSION:R}
9
DISTNAME=	${PORTNAME}-${PORTVERSION:R}
(-)devel/srecord/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	srecord
4
PORTNAME=	srecord
5
PORTVERSION=	1.64
5
PORTVERSION=	1.64
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)editors/ted/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ted
4
PORTNAME=	ted
5
PORTVERSION=	2.23
5
PORTVERSION=	2.23
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	editors
7
CATEGORIES=	editors
8
MASTER_SITES=	ftp://ftp.nluug.nl/pub/editors/ted/ \
8
MASTER_SITES=	ftp://ftp.nluug.nl/pub/editors/ted/ \
9
		http://fossies.org/linux/misc/
9
		http://fossies.org/linux/misc/
(-)editors/texmacs/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	texmacs
4
PORTNAME=	texmacs
5
PORTVERSION=	1.0.7.21
5
PORTVERSION=	1.0.7.21
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	editors print
7
CATEGORIES=	editors print
8
MASTER_SITES=	ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \
8
MASTER_SITES=	ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \
9
		http://www.predatorlabs.net/dl/
9
		http://www.predatorlabs.net/dl/
(-)editors/texmaker/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	texmaker
4
PORTNAME=	texmaker
5
PORTVERSION=	4.5
5
PORTVERSION=	4.5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	3
7
PORTEPOCH=	3
8
CATEGORIES=	editors
8
CATEGORIES=	editors
9
MASTER_SITES=	http://www.xm1math.net/texmaker/
9
MASTER_SITES=	http://www.xm1math.net/texmaker/
(-)editors/texstudio/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	texstudio
3
PORTNAME=	texstudio
4
PORTVERSION=	2.10.4
4
PORTVERSION=	2.10.4
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	editors
6
CATEGORIES=	editors
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION}
8
8
(-)graphics/ImageMagick/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	ImageMagick
3
PORTNAME=	ImageMagick
4
DISTVERSION=	6.9.3-4
4
DISTVERSION=	6.9.3-4
5
PORTREVISION=	1
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	graphics perl5
7
CATEGORIES=	graphics perl5
7
MASTER_SITES=	http://www.imagemagick.org/download/ \
8
MASTER_SITES=	http://www.imagemagick.org/download/ \
(-)graphics/ImageMagick7/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ImageMagick
3
PORTNAME=	ImageMagick
4
DISTVERSION=	7.0.0-0~beta${DATE}
4
DISTVERSION=	7.0.0-0~beta${DATE}
5
PORTREVISION=	0
5
PORTREVISION=	1
6
CATEGORIES=	graphics perl5
6
CATEGORIES=	graphics perl5
7
MASTER_SITES=	http://www.imagemagick.org/download/ \
7
MASTER_SITES=	http://www.imagemagick.org/download/ \
8
		http://www.imagemagick.org/download/beta/ \
8
		http://www.imagemagick.org/download/beta/ \
(-)graphics/cinepaint/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cinepaint
4
PORTNAME=	cinepaint
5
DISTVERSION=	1.0-4
5
DISTVERSION=	1.0-4
6
PORTREVISION=	10
6
PORTREVISION=	11
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION}
9
9
(-)graphics/eps2png/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	eps2png
4
PORTNAME=	eps2png
5
PORTVERSION=	2.7
5
PORTVERSION=	2.7
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
9
MASTER_SITE_SUBDIR=	CPAN:JV
9
MASTER_SITE_SUBDIR=	CPAN:JV
(-)graphics/epstool/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	epstool
4
PORTNAME=	epstool
5
PORTVERSION=	3.08
5
PORTVERSION=	3.08
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	LOCAL/bf
8
MASTER_SITES=	LOCAL/bf
9
9
(-)graphics/gimp-app/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME?=	gimp-app
4
PORTNAME?=	gimp-app
5
PORTVERSION=	2.8.16
5
PORTVERSION=	2.8.16
6
PORTREVISION?=	1
6
PORTREVISION?=	2
7
PORTEPOCH?=	1
7
PORTEPOCH?=	1
8
CATEGORIES?=	graphics gnome
8
CATEGORIES?=	graphics gnome
9
MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
9
MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
(-)graphics/gle-graphics/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gle-graphics
4
PORTNAME=	gle-graphics
5
DISTVERSION=	4.2.4cf
5
DISTVERSION=	4.2.4cf
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	graphics print
7
CATEGORIES=	graphics print
8
MASTER_SITES=	SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1}
8
MASTER_SITES=	SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1}
9
DISTNAME=	${PORTNAME}-${DISTVERSION}-src
9
DISTNAME=	${PORTNAME}-${DISTVERSION}-src
(-)graphics/graphviz/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	graphviz
4
PORTNAME=	graphviz
5
PORTVERSION=	2.38.0
5
PORTVERSION=	2.38.0
6
PORTREVISION=	11
6
PORTREVISION=	12
7
CATEGORIES=	graphics tk
7
CATEGORIES=	graphics tk
8
MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
8
MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
9
9
(-)graphics/imgtops/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	imgtops
4
PORTNAME=	imgtops
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)graphics/impressive/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	impressive
4
PORTNAME=	impressive
5
PORTVERSION=	0.10.3
5
PORTVERSION=	0.10.3
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
8
MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
9
DISTNAME=	Impressive-${PORTVERSION}
9
DISTNAME=	Impressive-${PORTVERSION}
(-)graphics/klatexformula/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	klatexformula
3
PORTNAME=	klatexformula
4
PORTVERSION=	3.2.11
4
PORTVERSION=	3.2.11
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
8
(-)graphics/ocaml-images/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	images
4
PORTNAME=	images
5
PORTVERSION=	4.0.1
5
PORTVERSION=	4.0.1
6
PORTREVISION=	6
6
PORTREVISION=	7
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	graphics
8
CATEGORIES=	graphics
9
MASTER_SITES=	https://bitbucket.org/camlspotter/camlimages/get/
9
MASTER_SITES=	https://bitbucket.org/camlspotter/camlimages/get/
(-)graphics/ocrfeeder/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ocrfeeder
4
PORTNAME=	ocrfeeder
5
PORTVERSION=	0.8.1
5
PORTVERSION=	0.8.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
9
(-)graphics/peps/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	peps
4
PORTNAME=	peps
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://peps.redprince.net/peps/ \
8
MASTER_SITES=	http://peps.redprince.net/peps/ \
9
		ftp://ftp.peps.redprince.net/unix/peps/
9
		ftp://ftp.peps.redprince.net/unix/peps/
(-)graphics/pstoedit/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pstoedit
4
PORTNAME=	pstoedit
5
PORTVERSION=	3.70
5
PORTVERSION=	3.70
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	graphics print
7
CATEGORIES=	graphics print
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)graphics/pstoepsi/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pstoepsi
4
PORTNAME=	pstoepsi
5
PORTVERSION=	20020711
5
PORTVERSION=	20020711
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/
8
MASTER_SITES=	ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/
9
DISTFILES=	pstoepsi README.this-site
9
DISTFILES=	pstoepsi README.this-site
(-)graphics/py-chart/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	chart
4
PORTNAME=	chart
5
PORTVERSION=	1.39
5
PORTVERSION=	1.39
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
8
MASTER_SITES=	http://download.gna.org/pychart/
8
MASTER_SITES=	http://download.gna.org/pychart/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)graphics/sam2p/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sam2p
4
PORTNAME=	sam2p
5
PORTVERSION=	0.49.2
5
PORTVERSION=	0.49.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	graphics
8
CATEGORIES=	graphics
9
MASTER_SITES=	GOOGLE_CODE
9
MASTER_SITES=	GOOGLE_CODE
(-)graphics/xournal/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xournal
4
PORTNAME=	xournal
5
PORTVERSION=	0.4.8
5
PORTVERSION=	0.4.8
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)graphics/xpaint/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xpaint
4
PORTNAME=	xpaint
5
PORTVERSION=	2.9.10.3
5
PORTVERSION=	2.9.10.3
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
8
MASTER_SITES=	SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
9
9
(-)graphics/xpeps/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	peps
4
PORTNAME=	peps
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
PORTREVISION=	1
6
CATEGORIES=	graphics
7
CATEGORIES=	graphics
7
MASTER_SITES=	http://peps.redprince.net/peps/ \
8
MASTER_SITES=	http://peps.redprince.net/peps/ \
8
		ftp://ftp.peps.redprince.net/unix/peps/
9
		ftp://ftp.peps.redprince.net/unix/peps/
(-)mail/claws-mail-pdf_viewer/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pdf_viewer
4
PORTNAME=	pdf_viewer
5
PORTREVISION=	1
5
PORTREVISION=	2
6
6
7
COMMENT=	PDF and PostScript viewer plugin for Claws Mail
7
COMMENT=	PDF and PostScript viewer plugin for Claws Mail
8
8
(-)mail/courier/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	courier
4
PORTNAME=	courier
5
PORTVERSION=	0.65.3
5
PORTVERSION=	0.65.3
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	mail ipv6
7
CATEGORIES=	mail ipv6
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)math/R/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME?=	R
4
PORTNAME?=	R
5
PORTVERSION=	3.2.2
5
PORTVERSION=	3.2.2
6
PORTREVISION=	1
6
CATEGORIES=	math lang
7
CATEGORIES=	math lang
7
MASTER_SITES=	http://cran.r-project.org/%SUBDIR%/ \
8
MASTER_SITES=	http://cran.r-project.org/%SUBDIR%/ \
8
		ftp://cran.r-project.org/pub/R/%SUBDIR%/ \
9
		ftp://cran.r-project.org/pub/R/%SUBDIR%/ \
(-)math/asymptote/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	asymptote
4
PORTNAME=	asymptote
5
PORTVERSION=	2.32
5
PORTVERSION=	2.32
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
9
DISTNAME=	${PORTNAME}-${PORTVERSION}.src
9
DISTNAME=	${PORTNAME}-${PORTVERSION}.src
(-)math/plplot/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	plplot
4
PORTNAME=	plplot
5
PORTVERSION=	5.11.1
5
PORTVERSION=	5.11.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	math science
7
CATEGORIES=	math science
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
9
9
(-)misc/pspresent/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pspresent
4
PORTNAME=	pspresent
5
PORTVERSION=	1.3
5
PORTVERSION=	1.3
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	misc
7
CATEGORIES=	misc
8
MASTER_SITES=	http://www.zmatt.net/pspresent/
8
MASTER_SITES=	http://www.zmatt.net/pspresent/
9
9
(-)multimedia/lives/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	lives
4
PORTNAME=	lives
5
PORTVERSION=	2.6.0
5
PORTVERSION=	2.6.0
6
PORTREVISION=	1
6
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
8
9
(-)print/apsfilter/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	apsfilter
4
PORTNAME=	apsfilter
5
PORTVERSION=	7.2.8
5
PORTVERSION=	7.2.8
6
PORTREVISION=	15
6
PORTREVISION=	16
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.apsfilter.org/download/
8
MASTER_SITES=	http://www.apsfilter.org/download/
9
DIST_SUBDIR=	apsfilter
9
DIST_SUBDIR=	apsfilter
(-)print/auctex/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	auctex
4
PORTNAME=	auctex
5
PORTVERSION=	11.88
5
PORTVERSION=	11.88
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	print elisp
7
CATEGORIES=	print elisp
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
9
PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
(-)print/cups-filters/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cups-filters
3
PORTNAME=	cups-filters
4
PORTVERSION=	1.8.2
4
PORTVERSION=	1.8.2
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
7
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
8
8
(-)print/cups-fxlinuxprint/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	fxlinuxprint
3
PORTNAME=	fxlinuxprint
4
PORTVERSION=	1.0.1
4
PORTVERSION=	1.0.1
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/
7
MASTER_SITES=	ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/
8
PKGNAMEPREFIX=	cups-
8
PKGNAMEPREFIX=	cups-
(-)print/cups-pdf/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cups-pdf
4
PORTNAME=	cups-pdf
5
PORTVERSION=	2.6.1
5
PORTVERSION=	2.6.1
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.cups-pdf.de/src/ \
8
MASTER_SITES=	http://www.cups-pdf.de/src/ \
9
		http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/
9
		http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/
(-)print/dvisvg/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dvisvg
4
PORTNAME=	dvisvg
5
DISTVERSION=	0.7.1d
5
DISTVERSION=	0.7.1d
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://dvisvg.sourceforge.net/files/
8
MASTER_SITES=	http://dvisvg.sourceforge.net/files/
9
9
(-)print/enscript-letter/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	enscript
4
PORTNAME=	enscript
5
PORTVERSION=	1.6.6
5
PORTVERSION=	1.6.6
6
PORTREVISION=	1
6
PORTREVISION?=	1	# ?= for chinese/enscript
7
CATEGORIES+=	print
7
CATEGORIES+=	print
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
PKGNAMESUFFIX=	-${PAPERSIZE}
9
PKGNAMESUFFIX=	-${PAPERSIZE}
(-)print/epsonepl/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	epsonepl
4
PORTNAME=	epsonepl
5
PORTVERSION=	0.2.2
5
PORTVERSION=	0.2.2
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/GS-IJS%20Plugin%20v${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/GS-IJS%20Plugin%20v${PORTVERSION}
9
DISTNAME=	${PORTNAME}ijs-${PORTVERSION}
9
DISTNAME=	${PORTNAME}ijs-${PORTVERSION}
(-)print/flpsed/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	flpsed
4
PORTNAME=	flpsed
5
PORTVERSION=	0.7.2
5
PORTVERSION=	0.7.2
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.ecademix.com/JohannesHofmann/
8
MASTER_SITES=	http://www.ecademix.com/JohannesHofmann/
9
9
(-)print/font2svg/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	font2svg
4
PORTNAME=	font2svg
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://BSDforge.com/projects/source/print/font2svg/
8
MASTER_SITES=	http://BSDforge.com/projects/source/print/font2svg/
9
9
(-)print/foo2zjs/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	foo2zjs
4
PORTNAME=	foo2zjs
5
PORTVERSION=	20150511
5
PORTVERSION=	20150511
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	GOOGLE_CODE \
8
MASTER_SITES=	GOOGLE_CODE \
9
		LOCAL/bsam/${PORTNAME}  \
9
		LOCAL/bsam/${PORTNAME}  \
(-)print/foomatic-filters/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	foomatic-filters
4
PORTNAME=	foomatic-filters
5
PORTVERSION=	4.0.17
5
PORTVERSION=	4.0.17
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.openprinting.org/download/foomatic/
8
MASTER_SITES=	http://www.openprinting.org/download/foomatic/
9
9
(-)print/ggv/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	ggv
5
PORTNAME=	ggv
6
PORTVERSION=	2.12.0
6
PORTVERSION=	2.12.0
7
PORTREVISION=	10
7
PORTREVISION=	11
8
CATEGORIES=	print gnome
8
CATEGORIES=	print gnome
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
DIST_SUBDIR=	gnome2
10
DIST_SUBDIR=	gnome2
(-)print/ghostscript9-agpl-x11/Makefile (-1 / +1 lines)
Lines 21-27 CONFLICTS_INSTALL= \ Link Here
21
		ghostscript9-agpl-[0-9]* \
21
		ghostscript9-agpl-[0-9]* \
22
		ghostscript9-agpl-nox11-[0-9]*
22
		ghostscript9-agpl-nox11-[0-9]*
23
23
24
USES=		autoreconf ghostscript:9,agpl gmake tar:bzip2
24
USES=		autoreconf ghostscript:agpl gmake tar:bzip2
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_XORG=	ice sm x11 xext xt
26
USE_XORG=	ice sm x11 xext xt
27
EXTRACT_AFTER_ARGS=	${EXCLUDE_DIRS:S/^/--exclude /}
27
EXTRACT_AFTER_ARGS=	${EXCLUDE_DIRS:S/^/--exclude /}
(-)print/ghostscript9-x11/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	ghostscript
3
PORTNAME=	ghostscript
4
PORTVERSION=	9.06
4
PORTVERSION=	9.06
5
PORTREVISION=	11
5
PORTREVISION=	12
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://downloads.ghostscript.com/public/ \
7
MASTER_SITES=	http://downloads.ghostscript.com/public/ \
8
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}/
8
		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}/
(-)print/gspdf/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	gspdf
3
PORTNAME=	gspdf
4
PORTVERSION=	0.5
4
PORTVERSION=	0.5
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	print gnustep
6
CATEGORIES=	print gnustep
7
MASTER_SITES=	SAVANNAH/gap
7
MASTER_SITES=	SAVANNAH/gap
8
DISTNAME=	GSPdf-${PORTVERSION}
8
DISTNAME=	GSPdf-${PORTVERSION}
(-)print/gsview/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gsview
4
PORTNAME=	gsview
5
PORTVERSION=	4.9
5
PORTVERSION=	4.9
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	LOCAL/bf
8
MASTER_SITES=	LOCAL/bf
9
9
(-)print/gv/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gv
4
PORTNAME=	gv
5
PORTVERSION=	3.7.4
5
PORTVERSION=	3.7.4
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	GNU/${PORTNAME}
8
MASTER_SITES=	GNU/${PORTNAME}
9
9
(-)print/hpijs/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	hpijs
3
PORTNAME=	hpijs
4
PORTVERSION=	2.1.4
4
PORTVERSION=	2.1.4
5
PORTREVISION=	9
5
PORTREVISION=	10
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	SF/hpinkjet/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/hpinkjet/${PORTNAME}/${PORTVERSION}
8
8
(-)print/html2ps/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	html2ps
4
PORTNAME=	html2ps
5
DISTVERSION=	1.0b7
5
DISTVERSION=	1.0b7
6
PORTREVISION=	3
6
PORTREVISION=	4
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	print www perl5
8
CATEGORIES=	print www perl5
9
MASTER_SITES=	http://user.it.uu.se/~jan/ \
9
MASTER_SITES=	http://user.it.uu.se/~jan/ \
(-)print/kpdftool/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	kpdftool
4
PORTNAME=	kpdftool
5
PORTVERSION=	0.23.1
5
PORTVERSION=	0.23.1
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.kde-apps.org/CONTENT/content-files/
8
MASTER_SITES=	http://www.kde-apps.org/CONTENT/content-files/
9
DISTFILES=	33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
9
DISTFILES=	33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
(-)print/libspectre/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	libspectre
5
PORTNAME=	libspectre
6
PORTVERSION=	0.2.7
6
PORTVERSION=	0.2.7
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	print
8
CATEGORIES=	print
9
MASTER_SITES=	http://libspectre.freedesktop.org/releases/
9
MASTER_SITES=	http://libspectre.freedesktop.org/releases/
10
10
(-)print/lilypond/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	lilypond
4
PORTNAME=	lilypond
5
PORTVERSION=	2.18.2
5
PORTVERSION=	2.18.2
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	print audio
7
CATEGORIES=	print audio
8
MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
8
MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
9
9
(-)print/lilypond-devel/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	lilypond
4
PORTNAME=	lilypond
5
PORTVERSION=	2.19.11
5
PORTVERSION=	2.19.11
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	print audio
7
CATEGORIES=	print audio
8
MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
8
MASTER_SITES=	http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
9
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
(-)print/lpr-wrapper/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	lpr-wrapper
4
PORTNAME=	lpr-wrapper
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/
8
MASTER_SITES=	http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/
9
9
(-)print/magicfilter/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	magicfilter
4
PORTNAME=	magicfilter
5
PORTVERSION=	2.3.h
5
PORTVERSION=	2.3.h
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/magicfilter/
8
MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/magicfilter/
9
9
(-)print/pnm2ppa/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pnm2ppa
4
PORTNAME=	pnm2ppa
5
PORTVERSION=	1.13
5
PORTVERSION=	1.13
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)print/ps2eps/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ps2eps
4
PORTNAME=	ps2eps
5
PORTVERSION=	1.64
5
PORTVERSION=	1.64
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.tm.uka.de/~bless/ \
8
MASTER_SITES=	http://www.tm.uka.de/~bless/ \
9
		http://www.ipv6.tm.uka.de/~bless/
9
		http://www.ipv6.tm.uka.de/~bless/
(-)print/psdim/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	psdim
4
PORTNAME=	psdim
5
PORTVERSION=	1.4
5
PORTVERSION=	1.4
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://www.mathstat.dal.ca/~selinger/psdim/download/
8
MASTER_SITES=	http://www.mathstat.dal.ca/~selinger/psdim/download/
9
9
(-)print/pstotext/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pstotext
4
PORTNAME=	pstotext
5
PORTVERSION=	1.9
5
PORTVERSION=	1.9
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	http://ftp.gwdg.de/pub/ghostscript/contrib/ \
8
MASTER_SITES=	http://ftp.gwdg.de/pub/ghostscript/contrib/ \
9
		http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/contrib/ \
9
		http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/contrib/ \
(-)print/scribus/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	scribus
4
PORTNAME=	scribus
5
PORTVERSION=	1.4.6
5
PORTVERSION=	1.4.6
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	print editors
7
CATEGORIES=	print editors
8
MASTER_SITES=	SF \
8
MASTER_SITES=	SF \
9
		http://www.scribus.net/downloads/${PORTVERSION}/
9
		http://www.scribus.net/downloads/${PORTVERSION}/
(-)print/texlive-base/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	texlive
3
PORTNAME=	texlive
4
PORTVERSION=	20150521
4
PORTVERSION=	20150521
5
PORTREVISION=	7
5
PORTREVISION=	8
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
7
MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
8
PKGNAMESUFFIX=	-base
8
PKGNAMESUFFIX=	-base
(-)print/texvc/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	texvc
3
PORTNAME=	texvc
4
PORTVERSION=	20050202
4
PORTVERSION=	20050202
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	SF/wikipedia/Support%20files/${PORTNAME}%20Linux-x86%20source%20%2B%20binary
7
MASTER_SITES=	SF/wikipedia/Support%20files/${PORTNAME}%20Linux-x86%20source%20%2B%20binary
8
DISTNAME=	${PORTNAME}-linux-x86-${PORTVERSION}
8
DISTNAME=	${PORTNAME}-linux-x86-${PORTVERSION}
(-)print/transfig/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	transfig
4
PORTNAME=	transfig
5
PORTVERSION=	3.2.5e
5
PORTVERSION=	3.2.5e
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	SF/mcj/mcj-source/
8
MASTER_SITES=	SF/mcj/mcj-source/
9
DISTNAME=	${PORTNAME}.${PORTVERSION}
9
DISTNAME=	${PORTNAME}.${PORTVERSION}
(-)sysutils/LPRngTool/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	LPRngTool
4
PORTNAME=	LPRngTool
5
PORTVERSION=	1.3.2
5
PORTVERSION=	1.3.2
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	sysutils print
7
CATEGORIES=	sysutils print
8
MASTER_SITES=	SF/lprng/lprngtool/LRPngTool-${PORTVERSION}
8
MASTER_SITES=	SF/lprng/lprngtool/LRPngTool-${PORTVERSION}
9
9
(-)textproc/docproj/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	docproj
4
PORTNAME=	docproj
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
8
9
MAINTAINER=	doceng@FreeBSD.org
9
MAINTAINER=	doceng@FreeBSD.org
(-)textproc/groff/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	groff
4
PORTNAME=	groff
5
PORTVERSION=	1.22.2
5
PORTVERSION=	1.22.2
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
(-)textproc/latex2html/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	latex2html
4
PORTNAME=	latex2html
5
PORTVERSION=	2008
5
PORTVERSION=	2008
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	TEX_CTAN/support/${PORTNAME}
8
MASTER_SITES=	TEX_CTAN/support/${PORTNAME}
9
9
(-)textproc/pdftohtml/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pdftohtml
4
PORTNAME=	pdftohtml
5
PORTVERSION=	0.40a
5
PORTVERSION=	0.40a
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION:S|a||} \
8
MASTER_SITES=	SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION:S|a||} \
9
		http://fossies.org/linux/www/
9
		http://fossies.org/linux/www/
(-)textproc/sowing/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	sowing
4
PORTNAME=	sowing
5
PORTVERSION=	1.1.18
5
PORTVERSION=	1.1.18
6
PORTREVISION=	1
6
CATEGORIES=	textproc
7
CATEGORIES=	textproc
7
MASTER_SITES=	http://ftp.mcs.anl.gov/pub/sowing/
8
MASTER_SITES=	http://ftp.mcs.anl.gov/pub/sowing/
8
9
(-)textproc/tth/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tth
4
PORTNAME=	tth
5
PORTVERSION=	4.03
5
PORTVERSION=	4.03
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://hutchinson.belmont.ma.us/tth/tth-noncom/ \
8
MASTER_SITES=	http://hutchinson.belmont.ma.us/tth/tth-noncom/ \
9
		http://redundancy.redundancy.org/mirror/
9
		http://redundancy.redundancy.org/mirror/
(-)x11/dgs/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dgs
4
PORTNAME=	dgs
5
PORTVERSION=	0.5.9.1
5
PORTVERSION=	0.5.9.1
6
PORTREVISION=	17
6
PORTREVISION=	18
7
CATEGORIES=	x11
7
CATEGORIES=	x11
8
MASTER_SITES=	GNU/../old-gnu/dgs
8
MASTER_SITES=	GNU/../old-gnu/dgs
9
9

Return to bug 208159