Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 15:47:50 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411798 - in head: . Mk Mk/Uses cad/xcircuit chinese/enscript comms/efax-gtk comms/hylafax deskutils/etask deskutils/gworkspace devel/aegis devel/doxygen devel/gdcm devel/libexplain dev...
Message-ID:  <201603241547.u2OFloSr053455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Mar 24 15:47:50 2016
New Revision: 411798
URL: https://svnweb.freebsd.org/changeset/ports/411798

Log:
  Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
  changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
  is stuck at 9.06 which is almost 4 years old now.
  
  Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
  on its own instead of as a variant of other versions.
  
  Fix print/ghostscript9-agpl-base to install eps2write.
  
  Update math/asymptote to 2.37 to support newer Ghostscript.
  
  PR:		208159
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

Deleted:
  head/math/asymptote/files/patch-configure.ac
Modified:
  head/Mk/Uses/ghostscript.mk
  head/Mk/bsd.default-versions.mk
  head/UPDATING
  head/cad/xcircuit/Makefile
  head/chinese/enscript/Makefile
  head/comms/efax-gtk/Makefile
  head/comms/hylafax/Makefile
  head/deskutils/etask/Makefile
  head/deskutils/gworkspace/Makefile
  head/devel/aegis/Makefile
  head/devel/doxygen/Makefile
  head/devel/gdcm/Makefile
  head/devel/libexplain/Makefile
  head/devel/srecord/Makefile
  head/editors/ted/Makefile
  head/editors/texmacs/Makefile
  head/editors/texmaker/Makefile
  head/editors/texstudio/Makefile
  head/graphics/ImageMagick/Makefile
  head/graphics/ImageMagick7/Makefile
  head/graphics/cinepaint/Makefile
  head/graphics/eps2png/Makefile
  head/graphics/epstool/Makefile
  head/graphics/gimp-app/Makefile
  head/graphics/gle-graphics/Makefile
  head/graphics/graphviz/Makefile
  head/graphics/imgtops/Makefile
  head/graphics/impressive/Makefile
  head/graphics/klatexformula/Makefile
  head/graphics/ocaml-images/Makefile
  head/graphics/ocrfeeder/Makefile
  head/graphics/peps/Makefile
  head/graphics/pstoedit/Makefile
  head/graphics/pstoepsi/Makefile
  head/graphics/py-chart/Makefile
  head/graphics/sam2p/Makefile
  head/graphics/xournal/Makefile
  head/graphics/xpaint/Makefile
  head/graphics/xpeps/Makefile
  head/mail/claws-mail-pdf_viewer/Makefile
  head/mail/courier/Makefile
  head/math/R/Makefile
  head/math/asymptote/Makefile
  head/math/asymptote/distinfo
  head/math/asymptote/files/patch-Makefile.in
  head/math/asymptote/files/patch-settings.cc
  head/math/asymptote/pkg-plist
  head/math/plplot/Makefile
  head/misc/pspresent/Makefile
  head/multimedia/lives/Makefile
  head/print/apsfilter/Makefile
  head/print/auctex/Makefile
  head/print/cups-filters/Makefile
  head/print/cups-fxlinuxprint/Makefile
  head/print/cups-pdf/Makefile
  head/print/dvisvg/Makefile
  head/print/enscript-letter/Makefile
  head/print/epsonepl/Makefile
  head/print/flpsed/Makefile
  head/print/font2svg/Makefile
  head/print/foo2zjs/Makefile
  head/print/foomatic-filters/Makefile
  head/print/ggv/Makefile
  head/print/ghostscript9-agpl-base/Makefile
  head/print/ghostscript9-agpl-base/Makefile.drivers
  head/print/ghostscript9-agpl-x11/Makefile
  head/print/ghostscript9-x11/Makefile
  head/print/gspdf/Makefile
  head/print/gsview/Makefile
  head/print/gv/Makefile
  head/print/hpijs/Makefile
  head/print/html2ps/Makefile
  head/print/kpdftool/Makefile
  head/print/libspectre/Makefile
  head/print/lilypond-devel/Makefile
  head/print/lilypond/Makefile
  head/print/lpr-wrapper/Makefile
  head/print/magicfilter/Makefile
  head/print/pnm2ppa/Makefile
  head/print/ps2eps/Makefile
  head/print/psdim/Makefile
  head/print/pstotext/Makefile
  head/print/scribus/Makefile
  head/print/texlive-base/Makefile
  head/print/texvc/Makefile
  head/print/transfig/Makefile
  head/sysutils/LPRngTool/Makefile
  head/textproc/docproj/Makefile
  head/textproc/groff/Makefile
  head/textproc/latex2html/Makefile
  head/textproc/pdftohtml/Makefile
  head/textproc/sowing/Makefile
  head/textproc/tth/Makefile
  head/x11/dgs/Makefile

Modified: head/Mk/Uses/ghostscript.mk
==============================================================================
--- head/Mk/Uses/ghostscript.mk	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/Mk/Uses/ghostscript.mk	Thu Mar 24 15:47:50 2016	(r411798)
@@ -6,8 +6,8 @@
 # Usage:	USES=ghostscript or USES=ghostscript:args
 # Valid ARGS:	<version>, build, run, x11
 #
-# version 	The chooseable versions are 7, 8 and 9. If no version is
-#		specified version 9 is selected.
+# version 	The chooseable versions are 7, 8, 9 and agpl. If no version is
+#		specified version agpl is selected.
 #
 #		USES=ghostscript:7	# Use Ghostscript 7
 #		USES=ghostscript:run	# Use the set default Ghostscript as a run dependancy
@@ -61,31 +61,22 @@ _GS_BUILD_DEP=	yes
 _GS_RUN_DEP=	yes
 .endif
 
-.undef _GS_AGPL_SUFFIX
 .undef _GS_SELECTED
 .for V in ${_GS_ARGS} ${GHOSTSCRIPT_DEFAULT}
 _V=${V}
 .if ${_V:M9}
 _GS_SELECTED?=		9
 .elif ${_V:Magpl}
-_GS_AGPL_SUFFIX?=	-agpl
-.if defined(_GS_SELECTED) && ${_GS_SELECTED:N9}
-IGNORE?=	Ghostscript-agpl is only available in version 9
-.else
-_GS_SELECTED?=		9
-.endif
+_GS_SELECTED?=		9-agpl
 .elif ${_V:M8}
 _GS_SELECTED?=		8
 .elif ${_V:M7}
 _GS_SELECTED?=		7
 .endif
 .endfor
-.if !defined(_GS_SELECTED)
-IGNORE?=	Invalid ghostscript argument or GHOSTSCRIPT_DEFAULT
-.endif
 
 # Resolve minor version number for X11.so library.
-.if !empty(_GS_SELECTED:M9) && defined(_GS_AGPL_SUFFIX)
+.if !empty(_GS_SELECTED:M9-agpl)
 _GS_VERSION_MINOR=	9.16_2
 .elif !empty(_GS_SELECTED:M9)
 _GS_VERSION_MINOR=	9.06_11
@@ -96,8 +87,8 @@ _GS_VERSION_MINOR=	7.07_32
 .endif
 
 # dependencies
-_GS_PORT=	ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}-base
-_GS_X11_PORT=	ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}-x11
+_GS_PORT=	ghostscript${_GS_SELECTED}-base
+_GS_X11_PORT=	ghostscript${_GS_SELECTED}-x11
 
 .for type in BUILD RUN
 .if defined(_GS_${type}_DEP)

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/Mk/bsd.default-versions.mk	Thu Mar 24 15:47:50 2016	(r411798)
@@ -19,8 +19,10 @@ ${_l:tu}_DEFAULT=	${lang:C/.*=//g}
 .endfor
 
 APACHE_DEFAULT?=	2.4
+FIREBIRD_DEFAULT?=	2.5
 FPC_DEFAULT?=		3.0.0
 GCC_DEFAULT?=		4.8
+GHOSTSCRIPT_DEFAULT?=	agpl
 LUA_DEFAULT?=		5.2
 MYSQL_DEFAULT?=		5.6
 .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
@@ -44,8 +46,6 @@ PYTHON2_DEFAULT?=	2.7
 PYTHON3_DEFAULT?=	3.4
 RUBY_DEFAULT?=		2.1
 TCLTK_DEFAULT?=		8.6
-FIREBIRD_DEFAULT?=	2.5
-GHOSTSCRIPT_DEFAULT?=	9
 
 # Version of lang/gcc.  Do not override!
 LANG_GCC_IS=		4.8

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/UPDATING	Thu Mar 24 15:47:50 2016	(r411798)
@@ -5,6 +5,22 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20160324:
+  AFFECTS: print/ghostscript9-base
+  AUTHOR: tijl@FreeBSD.org
+
+  The default Ghostscript port has changed from print/ghostscript9-base,
+  which is no longer developed, to print/ghostscript9-agpl-base.  Package
+  users will upgrade automatically.  Ports users can stick with the old
+  port by adding "DEFAULT_VERSIONS+=ghostscript=9" to /etc/make.conf, or
+  move to the new port with:
+
+    portmaster -o print/ghostscript9-agpl-base ghostscript9-base
+
+  And if you have ghostscript9-x11 installed:
+
+    portmaster -o print/ghostscript9-agpl-x11 ghostscript9-x11
+
 20160317:
   AFFECTS: security/openvas-client
   AUTHOR: tijl@FreeBSD.org

Modified: head/cad/xcircuit/Makefile
==============================================================================
--- head/cad/xcircuit/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/cad/xcircuit/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcircuit
 PORTVERSION=	3.8.78
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \

Modified: head/chinese/enscript/Makefile
==============================================================================
--- head/chinese/enscript/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/chinese/enscript/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -1,6 +1,7 @@
 # Created by: Jing-Tang Keith Jang <keith@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	2
 CATEGORIES=	chinese
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/comms/efax-gtk/Makefile
==============================================================================
--- head/comms/efax-gtk/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/comms/efax-gtk/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	efax-gtk
 PORTVERSION=	3.2.13
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	comms
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.src.tgz

Modified: head/comms/hylafax/Makefile
==============================================================================
--- head/comms/hylafax/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/comms/hylafax/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hylafax
 PORTVERSION=	6.0.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	comms
 MASTER_SITES=	ftp://ftp.hylafax.org/source/
 

Modified: head/deskutils/etask/Makefile
==============================================================================
--- head/deskutils/etask/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/deskutils/etask/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	etask
 PORTVERSION=	0.3.91
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	deskutils elisp
 MASTER_SITES=	http://members.chello.at/rene.weichselbaum/ \
 		http://dryice.name/computer/FreeBSD/distfiles/

Modified: head/deskutils/gworkspace/Makefile
==============================================================================
--- head/deskutils/gworkspace/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/deskutils/gworkspace/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gworkspace
 PORTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	deskutils gnustep
 #MASTER_SITES=	http://www.gnustep.it/enrico/gworkspace/
 MASTER_SITES=	GNUSTEP/usr-apps

Modified: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/devel/aegis/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -4,7 +4,7 @@
 PORTNAME=	aegis
 PORTVERSION=	4.25
 DISTVERSIONSUFFIX=	.D510
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 

Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/devel/doxygen/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	doxygen
 PORTVERSION=	1.8.10
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/devel/gdcm/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdcm
 PORTVERSION=	${GDCM_MAJOR}.${GDCM_MINOR}.${GDCM_PATCH}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/gdcm/gdcm%202.x/GDCM%20${PORTVERSION}
 

Modified: head/devel/libexplain/Makefile
==============================================================================
--- head/devel/libexplain/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/devel/libexplain/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libexplain
 PORTVERSION=	1.3.${PATCHLEVEL}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION:R}
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}

Modified: head/devel/srecord/Makefile
==============================================================================
--- head/devel/srecord/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/devel/srecord/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	srecord
 PORTVERSION=	1.64
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF
 

Modified: head/editors/ted/Makefile
==============================================================================
--- head/editors/ted/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/editors/ted/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ted
 PORTVERSION=	2.23
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	editors
 MASTER_SITES=	ftp://ftp.nluug.nl/pub/editors/ted/ \
 		http://fossies.org/linux/misc/

Modified: head/editors/texmacs/Makefile
==============================================================================
--- head/editors/texmacs/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/editors/texmacs/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,6 +3,7 @@
 
 PORTNAME=	texmacs
 PORTVERSION=	1.99.4
+PORTREVISION=	1
 CATEGORIES=	editors print
 MASTER_SITES=	http://www.texmacs.org/Download/ftp/tmftp/source/
 DISTNAME=	TeXmacs-${PORTVERSION}-src

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/editors/texmaker/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texmaker
 PORTVERSION=	4.5
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/editors/texstudio/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texstudio
 PORTVERSION=	2.10.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION}
 

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/ImageMagick/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	6.9.3-4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/ImageMagick7/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	7.0.0-0~beta${DATE}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
 		http://www.imagemagick.org/download/beta/ \

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/cinepaint/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cinepaint
 DISTVERSION=	1.0-4
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION}
 

Modified: head/graphics/eps2png/Makefile
==============================================================================
--- head/graphics/eps2png/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/eps2png/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eps2png
 PORTVERSION=	2.7
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JV

Modified: head/graphics/epstool/Makefile
==============================================================================
--- head/graphics/epstool/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/epstool/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epstool
 PORTVERSION=	3.08
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	LOCAL/bf
 

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/gimp-app/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.8.16
-PORTREVISION?=	1
+PORTREVISION?=	2
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}

Modified: head/graphics/gle-graphics/Makefile
==============================================================================
--- head/graphics/gle-graphics/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/gle-graphics/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gle-graphics
 DISTVERSION=	4.2.4cf
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-src

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/graphviz/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.38.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics tk
 MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
 

Modified: head/graphics/imgtops/Makefile
==============================================================================
--- head/graphics/imgtops/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/imgtops/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imgtops
 PORTVERSION=	1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/impressive/Makefile
==============================================================================
--- head/graphics/impressive/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/impressive/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	impressive
 PORTVERSION=	0.10.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
 DISTNAME=	Impressive-${PORTVERSION}

Modified: head/graphics/klatexformula/Makefile
==============================================================================
--- head/graphics/klatexformula/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/klatexformula/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	klatexformula
 PORTVERSION=	3.2.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/graphics/ocaml-images/Makefile
==============================================================================
--- head/graphics/ocaml-images/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/ocaml-images/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	images
 PORTVERSION=	4.0.1
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/camlspotter/camlimages/get/

Modified: head/graphics/ocrfeeder/Makefile
==============================================================================
--- head/graphics/ocrfeeder/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/ocrfeeder/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ocrfeeder
 PORTVERSION=	0.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 

Modified: head/graphics/peps/Makefile
==============================================================================
--- head/graphics/peps/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/peps/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	peps
 PORTVERSION=	2.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	http://peps.redprince.net/peps/ \
 		ftp://ftp.peps.redprince.net/unix/peps/

Modified: head/graphics/pstoedit/Makefile
==============================================================================
--- head/graphics/pstoedit/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/pstoedit/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pstoedit
 PORTVERSION=	3.70
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics print
 MASTER_SITES=	SF
 

Modified: head/graphics/pstoepsi/Makefile
==============================================================================
--- head/graphics/pstoepsi/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/pstoepsi/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pstoepsi
 PORTVERSION=	20020711
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/
 DISTFILES=	pstoepsi README.this-site

Modified: head/graphics/py-chart/Makefile
==============================================================================
--- head/graphics/py-chart/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/py-chart/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chart
 PORTVERSION=	1.39
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics python
 MASTER_SITES=	http://download.gna.org/pychart/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/sam2p/Makefile
==============================================================================
--- head/graphics/sam2p/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/sam2p/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sam2p
 PORTVERSION=	0.49.2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE

Modified: head/graphics/xournal/Makefile
==============================================================================
--- head/graphics/xournal/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/xournal/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xournal
 PORTVERSION=	0.4.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/xpaint/Makefile
==============================================================================
--- head/graphics/xpaint/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/xpaint/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpaint
 PORTVERSION=	2.9.10.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 

Modified: head/graphics/xpeps/Makefile
==============================================================================
--- head/graphics/xpeps/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/graphics/xpeps/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,6 +3,7 @@
 
 PORTNAME=	peps
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://peps.redprince.net/peps/ \
 		ftp://ftp.peps.redprince.net/unix/peps/

Modified: head/mail/claws-mail-pdf_viewer/Makefile
==============================================================================
--- head/mail/claws-mail-pdf_viewer/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/mail/claws-mail-pdf_viewer/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdf_viewer
-PORTREVISION=	1
+PORTREVISION=	2
 
 COMMENT=	PDF and PostScript viewer plugin for Claws Mail
 

Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/mail/courier/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	courier
 PORTVERSION=	0.65.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF
 

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/R/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,6 +3,7 @@
 
 PORTNAME?=	R
 PORTVERSION=	3.2.2
+PORTREVISION=	1
 CATEGORIES=	math lang
 MASTER_SITES=	http://cran.r-project.org/%SUBDIR%/ \
 		ftp://cran.r-project.org/pub/R/%SUBDIR%/ \

Modified: head/math/asymptote/Makefile
==============================================================================
--- head/math/asymptote/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/asymptote/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	asymptote
-PORTVERSION=	2.32
-PORTREVISION=	5
+PORTVERSION=	2.37
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
@@ -14,7 +13,8 @@ COMMENT=	Powerful script-based vector gr
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
+LIB_DEPENDS=	libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded \
+		libsigsegv.so:${PORTSDIR}/devel/libsigsegv
 RUN_DEPENDS=	animate:${PORTSDIR}/graphics/ImageMagick \
 		gv:${PORTSDIR}/print/gv \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
@@ -22,20 +22,19 @@ RUN_DEPENDS=	animate:${PORTSDIR}/graphic
 
 ALL_TARGET=	asy asy-keywords.el
 
-CONFIGURE_ARGS=	--enable-gc
+CONFIGURE_ARGS=	--enable-gc=system
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes
 
 INSTALL_TARGET=	install-asy
 
-MAKE_ENV=	${CONFIGURE_ENV} ASYMPTOTE_HOME=${WRKDIR} HOME=${WRKDIR}
+MAKE_ENV=	ASYMPTOTE_HOME=${WRKDIR} HOME=${WRKDIR}
 MAKE_JOBS_UNSAFE=	yes
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		ghostscript gmake perl5 python tar:tgz
-USE_AUTOTOOLS=	autoconf aclocal
+USES=		gettext-runtime ghostscript gmake ncurses perl5 python tar:tgz
 USE_GL=	glut
 USE_PERL5=	build
 USE_TEX=	dvipsk formats
@@ -64,6 +63,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES FFTW GSL M
 
 READLINE_CONFIGURE_ENABLE=	readline
 READLINE_DESC=	${LIBEDIT_DESC}
+READLINE_USES=	readline
 
 .include <bsd.port.options.mk>
 
@@ -80,15 +80,11 @@ INSTALL_TARGET+=	install-man
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' -i.bak ${WRKSRC}/settings.cc
-
-run-autotools:
-	@(cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} --force --install)
+	@${REINPLACE_CMD} 's/-lgc/-lgc-threaded/' ${WRKSRC}/configure
+	@${REINPLACE_CMD} 's,/usr/lib/libgs.so,${LOCALBASE}/lib/libgs.so,' \
+		${WRKSRC}/settings.cc
 
 post-install:
-	@(cd ${STAGEDIR}${PREFIX}/bin && \
-	${LN} -sf ../share/asymptote/GUI/xasy.py xasy)
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/asy
 
 .include <bsd.port.mk>

Modified: head/math/asymptote/distinfo
==============================================================================
--- head/math/asymptote/distinfo	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/asymptote/distinfo	Thu Mar 24 15:47:50 2016	(r411798)
@@ -1,2 +1,2 @@
-SHA256 (asymptote-2.32.src.tgz) = 2035035e02774598312d5588da2685d20fb85a378ea2bbe48b825c5442b18fa5
-SIZE (asymptote-2.32.src.tgz) = 1794495
+SHA256 (asymptote-2.37.src.tgz) = 111502a4daf055b517bb7e393af2b70f84f376a28671144751695651aa00d09a
+SIZE (asymptote-2.37.src.tgz) = 3459415

Modified: head/math/asymptote/files/patch-Makefile.in
==============================================================================
--- head/math/asymptote/files/patch-Makefile.in	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/asymptote/files/patch-Makefile.in	Thu Mar 24 15:47:50 2016	(r411798)
@@ -1,14 +1,6 @@
---- ./Makefile.in.orig	2014-05-22 18:11:41.000000000 +0200
-+++ ./Makefile.in	2014-05-27 05:26:25.000000000 +0200
-@@ -53,7 +53,6 @@
- EXEXTRA = piicon.eps *.views *.dat *.bib
- DOCEXTRA = *.asy *.csv *.dat latexusage.tex externalprc.tex pixel.pdf
- KEYWORDS = base $(ASYMPTOTE_SITEDIR)
--LATEXFILES = asymptote.sty asycolors.sty ocg.sty latexmkrc 
- CONTEXTFILES = colo-asy.tex
- ASY = ./asy -dir base -config "" -render=0
- 
-@@ -84,7 +83,7 @@
+--- Makefile.in.orig	2016-03-14 05:33:18 UTC
++++ Makefile.in
+@@ -88,7 +88,7 @@ datadir = $(DESTDIR)@datadir@
  asydir = $(datadir)/asymptote
  GUIdir = $(asydir)/GUI
  docdir = $(DESTDIR)@docdir@
@@ -17,17 +9,12 @@
  animationsdir = $(exampledir)/animations
  latexdir = $(DESTDIR)@latexdir@
  contextdir = $(DESTDIR)@contextdir@
-@@ -234,13 +233,11 @@
+@@ -238,7 +238,7 @@ install-asy: asy sty
  	${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) \
  		asy-keywords.el $(asydir)
  	${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
 -	ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
++	ln -sf ../share/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
  	${INSTALL} -p -m 644 examples/*.asy $(addprefix examples/,$(EXEXTRA)) \
  	  doc/extra/*.asy $(addprefix doc/,$(DOCEXTRA)) $(exampledir)
  	${INSTALL} -p -m 644 examples/animations/*.asy \
-           examples/animations/inlinemovie.tex \
- 	  examples/animations/inlinemovie3.tex $(animationsdir)
--	-${INSTALL} -p -m 644 $(addprefix doc/,$(LATEXFILES)) $(latexdir)
- 	-${INSTALL} -p -m 644 $(addprefix doc/,$(CONTEXTFILES)) $(contextdir)
- 
- install-html: html

Modified: head/math/asymptote/files/patch-settings.cc
==============================================================================
--- head/math/asymptote/files/patch-settings.cc	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/asymptote/files/patch-settings.cc	Thu Mar 24 15:47:50 2016	(r411798)
@@ -1,6 +1,6 @@
---- ./settings.cc.orig	2014-05-22 18:11:31.000000000 +0200
-+++ ./settings.cc	2014-05-27 05:26:36.000000000 +0200
-@@ -94,10 +94,10 @@
+--- settings.cc.orig	2016-03-14 05:33:18 UTC
++++ settings.cc
+@@ -95,7 +95,7 @@ string defaultPSViewer="gv";
  #ifdef __APPLE__
  string defaultPDFViewer="open";
  #else  
@@ -8,8 +8,4 @@
 +string defaultPDFViewer="gv";
  #endif  
  string defaultGhostscript="gs";
--string defaultGhostscriptLibrary="/usr/lib/libgs.so";
-+string defaultGhostscriptLibrary="/usr/local/lib/libgs.so";
- string defaultDisplay="display";
- string defaultAnimate="animate";
- void queryRegistry() {}
+ string defaultGhostscriptLibrary="/usr/lib/libgs.so";

Modified: head/math/asymptote/pkg-plist
==============================================================================
--- head/math/asymptote/pkg-plist	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/asymptote/pkg-plist	Thu Mar 24 15:47:50 2016	(r411798)
@@ -167,6 +167,7 @@ man/man1/xasy.1x.gz
 %%DATADIR%%/size11.asy
 %%DATADIR%%/slide.asy
 %%DATADIR%%/slopefield.asy
+%%DATADIR%%/smoothcontour3.asy
 %%DATADIR%%/solids.asy
 %%DATADIR%%/stats.asy
 %%DATADIR%%/syzygy.asy
@@ -203,6 +204,7 @@ man/man1/xasy.1x.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1overx.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/BezierPatch.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/BezierSurface.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BezierTriangle.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Bode.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CAD1.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CDlabel.asy
@@ -323,6 +325,8 @@ man/man1/xasy.1x.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gamma3.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/generalaxis.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/generalaxis3.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genusthree.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genustwo.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphmarkers.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid3xyz.asy
@@ -474,6 +478,7 @@ man/man1/xasy.1x.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tanh.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/teapot.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tensor.asy
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tetra.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/textpath.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/thermodynamics.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/threeviews.asy
@@ -516,4 +521,7 @@ man/man1/xasy.1x.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xxsq01y.asy
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yingyang.asy
 %%TEXMFLOCALDIR%%/tex/context/third/asymptote/colo-asy.tex
-@dir %%TEXMFLOCALDIR%%/tex/latex/asymptote
+%%TEXMFLOCALDIR%%/tex/latex/asymptote/asycolors.sty
+%%TEXMFLOCALDIR%%/tex/latex/asymptote/asymptote.sty
+%%TEXMFLOCALDIR%%/tex/latex/asymptote/latexmkrc
+%%TEXMFLOCALDIR%%/tex/latex/asymptote/ocg.sty

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/math/plplot/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	plplot
 PORTVERSION=	5.11.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math science
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
 

Modified: head/misc/pspresent/Makefile
==============================================================================
--- head/misc/pspresent/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/misc/pspresent/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pspresent
 PORTVERSION=	1.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	misc
 MASTER_SITES=	http://www.zmatt.net/pspresent/
 

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/multimedia/lives/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lives
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 

Modified: head/print/apsfilter/Makefile
==============================================================================
--- head/print/apsfilter/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/apsfilter/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apsfilter
 PORTVERSION=	7.2.8
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	print
 MASTER_SITES=	http://www.apsfilter.org/download/
 DIST_SUBDIR=	apsfilter

Modified: head/print/auctex/Makefile
==============================================================================
--- head/print/auctex/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/auctex/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	auctex
 PORTVERSION=	11.88
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print elisp
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/cups-filters/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cups-filters
 PORTVERSION=	1.8.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 

Modified: head/print/cups-fxlinuxprint/Makefile
==============================================================================
--- head/print/cups-fxlinuxprint/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/cups-fxlinuxprint/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fxlinuxprint
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	ftp://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/
 PKGNAMEPREFIX=	cups-

Modified: head/print/cups-pdf/Makefile
==============================================================================
--- head/print/cups-pdf/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/cups-pdf/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cups-pdf
 PORTVERSION=	2.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	http://www.cups-pdf.de/src/ \
 		http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/

Modified: head/print/dvisvg/Makefile
==============================================================================
--- head/print/dvisvg/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/dvisvg/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dvisvg
 DISTVERSION=	0.7.1d
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	print
 MASTER_SITES=	http://dvisvg.sourceforge.net/files/
 

Modified: head/print/enscript-letter/Makefile
==============================================================================
--- head/print/enscript-letter/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/enscript-letter/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enscript
 PORTVERSION=	1.6.6
-PORTREVISION=	1
+PORTREVISION?=	1	# ?= for chinese/enscript
 CATEGORIES+=	print
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	-${PAPERSIZE}

Modified: head/print/epsonepl/Makefile
==============================================================================
--- head/print/epsonepl/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/epsonepl/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epsonepl
 PORTVERSION=	0.2.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/GS-IJS%20Plugin%20v${PORTVERSION}
 DISTNAME=	${PORTNAME}ijs-${PORTVERSION}

Modified: head/print/flpsed/Makefile
==============================================================================
--- head/print/flpsed/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/flpsed/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flpsed
 PORTVERSION=	0.7.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	http://www.ecademix.com/JohannesHofmann/
 

Modified: head/print/font2svg/Makefile
==============================================================================
--- head/print/font2svg/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/font2svg/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	font2svg
 PORTVERSION=	1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print
 MASTER_SITES=	http://BSDforge.com/projects/source/print/font2svg/
 

Modified: head/print/foo2zjs/Makefile
==============================================================================
--- head/print/foo2zjs/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/foo2zjs/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foo2zjs
 PORTVERSION=	20150511
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	GOOGLE_CODE \
 		LOCAL/bsam/${PORTNAME}  \

Modified: head/print/foomatic-filters/Makefile
==============================================================================
--- head/print/foomatic-filters/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/foomatic-filters/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foomatic-filters
 PORTVERSION=	4.0.17
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/foomatic/
 

Modified: head/print/ggv/Makefile
==============================================================================
--- head/print/ggv/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/ggv/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -4,7 +4,7 @@
 
 PORTNAME=	ggv
 PORTVERSION=	2.12.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/print/ghostscript9-agpl-base/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-base/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/ghostscript9-agpl-base/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	9.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/:gs_srcs \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \

Modified: head/print/ghostscript9-agpl-base/Makefile.drivers
==============================================================================
--- head/print/ghostscript9-agpl-base/Makefile.drivers	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/ghostscript9-agpl-base/Makefile.drivers	Thu Mar 24 15:47:50 2016	(r411798)
@@ -281,7 +281,7 @@ OPTIONS_DEFINE+= \
 	GS_pngalpha \
 	GS_png48 \
 	GS_ps2write \
-	GS_epswrite \
+	GS_eps2write \
 	GS_cfax \
 	GS_sgirgb \
 	GS_sunhmono \
@@ -573,7 +573,7 @@ OPTIONS_DEFAULT+= \
 	GS_pngmono \
 	GS_psdf \
 	GS_ps2write \
-	GS_epswrite \
+	GS_eps2write \
 	GS_cfax \
 	GS_sgirgb \
 	GS_sunhmono \

Modified: head/print/ghostscript9-agpl-x11/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-x11/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/ghostscript9-agpl-x11/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -21,7 +21,7 @@ CONFLICTS_INSTALL= \
 		ghostscript9-agpl-[0-9]* \
 		ghostscript9-agpl-nox11-[0-9]*
 
-USES=		autoreconf ghostscript:9,agpl gmake tar:bzip2
+USES=		autoreconf ghostscript:agpl gmake tar:bzip2
 USE_LDCONFIG=	yes
 USE_XORG=	ice sm x11 xext xt
 EXTRACT_AFTER_ARGS=	${EXCLUDE_DIRS:S/^/--exclude /}

Modified: head/print/ghostscript9-x11/Makefile
==============================================================================
--- head/print/ghostscript9-x11/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/ghostscript9-x11/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	9.06
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	print
 MASTER_SITES=	http://downloads.ghostscript.com/public/ \
 		SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}/

Modified: head/print/gspdf/Makefile
==============================================================================
--- head/print/gspdf/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/gspdf/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gspdf
 PORTVERSION=	0.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	print gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GSPdf-${PORTVERSION}

Modified: head/print/gsview/Makefile
==============================================================================
--- head/print/gsview/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/gsview/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsview
 PORTVERSION=	4.9
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	print
 MASTER_SITES=	LOCAL/bf
 

Modified: head/print/gv/Makefile
==============================================================================
--- head/print/gv/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/gv/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gv
 PORTVERSION=	3.7.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	GNU/${PORTNAME}
 

Modified: head/print/hpijs/Makefile
==============================================================================
--- head/print/hpijs/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/hpijs/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hpijs
 PORTVERSION=	2.1.4
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	print
 MASTER_SITES=	SF/hpinkjet/${PORTNAME}/${PORTVERSION}
 

Modified: head/print/html2ps/Makefile
==============================================================================
--- head/print/html2ps/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/html2ps/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 
 PORTNAME=	html2ps
 DISTVERSION=	1.0b7
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	print www perl5
 MASTER_SITES=	http://user.it.uu.se/~jan/ \

Modified: head/print/kpdftool/Makefile
==============================================================================
--- head/print/kpdftool/Makefile	Thu Mar 24 15:34:42 2016	(r411797)
+++ head/print/kpdftool/Makefile	Thu Mar 24 15:47:50 2016	(r411798)
@@ -3,7 +3,7 @@
 

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603241547.u2OFloSr053455>