diff options
95 files changed, 143 insertions, 156 deletions
diff --git a/Mk/Uses/ghostscript.mk b/Mk/Uses/ghostscript.mk index 98fd5012fc03..720378f9e207 100644 --- a/Mk/Uses/ghostscript.mk +++ b/Mk/Uses/ghostscript.mk @@ -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) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 5f07b7156cdb..d6a397a7c51a 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -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 @@ -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 diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index c8663c929276..f7d8ba1828e3 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -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/ \ diff --git a/chinese/enscript/Makefile b/chinese/enscript/Makefile index cb1263c6c248..7f004fdbebde 100644 --- a/chinese/enscript/Makefile +++ b/chinese/enscript/Makefile @@ -1,6 +1,7 @@ # Created by: Jing-Tang Keith Jang <keith@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 2 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index d1ea2b0b5943..7b048bb46fae 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= efax-gtk PORTVERSION= 3.2.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms MASTER_SITES= SF EXTRACT_SUFX= .src.tgz diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 0850561b2782..80abcce1298f 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ PORTNAME= hylafax PORTVERSION= 6.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ diff --git a/deskutils/etask/Makefile b/deskutils/etask/Makefile index 9512efc6e952..e75ea3172b47 100644 --- a/deskutils/etask/Makefile +++ b/deskutils/etask/Makefile @@ -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/ diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index a591c1ef094a..d17d0910b631 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -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 diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index 2cc3ad1343e9..682c12114712 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -4,7 +4,7 @@ PORTNAME= aegis PORTVERSION= 4.25 DISTVERSIONSUFFIX= .D510 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 7bbf0f306b86..8b6d7918a595 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -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/ \ diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 89a553430196..8db998e2b406 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -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} diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile index 69775ab86053..99d061a0edb0 100644 --- a/devel/libexplain/Makefile +++ b/devel/libexplain/Makefile @@ -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} diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index 8ff20c603361..c89e96672941 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -3,7 +3,7 @@ PORTNAME= srecord PORTVERSION= 1.64 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 204e2e9d0a67..538998905901 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -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/ diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 07a1befaf514..36c9f601c0c3 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -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 diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 8c4dbbd467ef..fc7b69cf9a35 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 2d39a9933500..ef38de99ab62 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio PORTVERSION= 2.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 49dfb64cfe30..aa42a24fccba 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -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/ \ diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index f571ce0d732a..dfc0c0bcfd15 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -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/ \ diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 15f3c3ecb968..c4c0a4f4e95f 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinepaint DISTVERSION= 1.0-4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION} diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index ba384790e05d..85c313bb73e3 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -3,7 +3,7 @@ PORTNAME= eps2png PORTVERSION= 2.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JV diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 5263821b0872..01d7f43989b6 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -3,7 +3,7 @@ PORTNAME= epstool PORTVERSION= 3.08 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= LOCAL/bf diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index d4bb62657802..4cb4f59435e1 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -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} diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index 48ef30782262..b307a6c721a6 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -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 diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index ea3b3520a636..42393530d72f 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -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/ diff --git a/graphics/imgtops/Makefile b/graphics/imgtops/Makefile index 71a95aa1ee69..4abb27b5a393 100644 --- a/graphics/imgtops/Makefile +++ b/graphics/imgtops/Makefile @@ -3,7 +3,7 @@ PORTNAME= imgtops PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index 93f2c81d083c..9ef55b53d4dd 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -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} diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index 096307bc2f02..e48ed02a11e8 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -2,7 +2,7 @@ PORTNAME= klatexformula PORTVERSION= 3.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index ea8f17018e7b..5ea98030ba48 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -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/ diff --git a/graphics/ocrfeeder/Makefile b/graphics/ocrfeeder/Makefile index 2219e4a2f2e1..53b085b1a02e 100644 --- a/graphics/ocrfeeder/Makefile +++ b/graphics/ocrfeeder/Makefile @@ -3,7 +3,7 @@ PORTNAME= ocrfeeder PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index fc0790b17e67..6a00e9fc6307 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -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/ diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 5a580cbaf11d..05b813bd7f39 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= SF diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile index 341f4eb8962f..1d2f262c7cee 100644 --- a/graphics/pstoepsi/Makefile +++ b/graphics/pstoepsi/Makefile @@ -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 diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index efc2c583589f..97dd51366cc0 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -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} diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index dabe50b216a5..96a465c1b2d2 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -3,7 +3,7 @@ PORTNAME= sam2p PORTVERSION= 0.49.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 1ddfad1548a9..4b6e0e6ec1e4 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 773290325f46..0c807ce72a39 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -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} diff --git a/graphics/xpeps/Makefile b/graphics/xpeps/Makefile index ad12adc9c298..729428c72df2 100644 --- a/graphics/xpeps/Makefile +++ b/graphics/xpeps/Makefile @@ -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/ diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index a1fea9051fb3..146c85bf9980 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= PDF and PostScript viewer plugin for Claws Mail diff --git a/mail/courier/Makefile b/mail/courier/Makefile index b3fda14a03f3..9cd0ccf5d8fd 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -3,7 +3,7 @@ PORTNAME= courier PORTVERSION= 0.65.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= SF diff --git a/math/R/Makefile b/math/R/Makefile index c4ec8faf04f8..b3fb12046aac 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -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%/ \ diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 4c38f9ddae69..b81b3a5b67ac 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -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 graphics language 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}/graphics/ImageMagick \ 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 MANPAGES OFFSCREEN READLINE 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> diff --git a/math/asymptote/distinfo b/math/asymptote/distinfo index 593649998a5c..0c28cded5225 100644 --- a/math/asymptote/distinfo +++ b/math/asymptote/distinfo @@ -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 diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index 938782762d38..1da5ecf5299d 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -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 diff --git a/math/asymptote/files/patch-configure.ac b/math/asymptote/files/patch-configure.ac deleted file mode 100644 index 2e2f220721d1..000000000000 --- a/math/asymptote/files/patch-configure.ac +++ /dev/null @@ -1,16 +0,0 @@ ---- ./configure.ac.orig 2014-05-22 18:12:40.000000000 +0200 -+++ ./configure.ac 2014-05-27 05:26:25.000000000 +0200 -@@ -1,4 +1,3 @@ --# -*- Autoconf -*- - # Run autoheader and autoconf to produce a header and configure script from - # this file. - -@@ -160,7 +159,7 @@ - CPPFLAGS=$CPPFLAGS" $INCL" - AC_CHECK_HEADER(gc.h, - AC_CHECK_LIB([gc],[GC_malloc],[ -- LIBS=$LIBS"-lgc " -+ LIBS=$LIBS"-lgc-threaded " - AC_MSG_NOTICE([enabling system $GCNAME])],[ - GCDIR=$GCFILE - INCL="-I\$(GC)/include" diff --git a/math/asymptote/files/patch-settings.cc b/math/asymptote/files/patch-settings.cc index dcb5e22de367..0746f38efa69 100644 --- a/math/asymptote/files/patch-settings.cc +++ b/math/asymptote/files/patch-settings.cc @@ -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"; diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 842630f83deb..ec45ed0c1b0b 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -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 diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 2788b4af2a72..4f910f497d48 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.11.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source diff --git a/misc/pspresent/Makefile b/misc/pspresent/Makefile index a49dd8e96834..73c19c675da5 100644 --- a/misc/pspresent/Makefile +++ b/misc/pspresent/Makefile @@ -3,7 +3,7 @@ PORTNAME= pspresent PORTVERSION= 1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MASTER_SITES= http://www.zmatt.net/pspresent/ diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 421b784fc46c..37b9b42cee47 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,6 +3,7 @@ PORTNAME= lives PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 784fbbf2f25a..bc9bd5bafea7 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -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 diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 5d2ca09e5a40..206bc7922af3 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -3,7 +3,7 @@ PORTNAME= auctex PORTVERSION= 11.88 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print elisp MASTER_SITES= GNU PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index e3c3cd25bd92..0554683857d1 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -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/ diff --git a/print/cups-fxlinuxprint/Makefile b/print/cups-fxlinuxprint/Makefile index b29e8edcb8c7..a00d1f62f362 100644 --- a/print/cups-fxlinuxprint/Makefile +++ b/print/cups-fxlinuxprint/Makefile @@ -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- diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index a3d75ad3a496..8f817204464a 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -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/ diff --git a/print/dvisvg/Makefile b/print/dvisvg/Makefile index 4eb46db4bf12..74062aea127f 100644 --- a/print/dvisvg/Makefile +++ b/print/dvisvg/Makefile @@ -3,7 +3,7 @@ PORTNAME= dvisvg DISTVERSION= 0.7.1d -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://dvisvg.sourceforge.net/files/ diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index a24aa59b3657..03976bfaa7a1 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -3,7 +3,7 @@ PORTNAME= enscript PORTVERSION= 1.6.6 -PORTREVISION= 1 +PORTREVISION?= 1 # ?= for chinese/enscript CATEGORIES+= print MASTER_SITES= GNU PKGNAMESUFFIX= -${PAPERSIZE} diff --git a/print/epsonepl/Makefile b/print/epsonepl/Makefile index 232eb8a4973b..06bc7e6024b5 100644 --- a/print/epsonepl/Makefile +++ b/print/epsonepl/Makefile @@ -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} diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index 215682410e7c..2a7d40e683b1 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -3,7 +3,7 @@ PORTNAME= flpsed PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile index 50035a741831..a8b2f2a19a45 100644 --- a/print/font2svg/Makefile +++ b/print/font2svg/Makefile @@ -3,7 +3,7 @@ PORTNAME= font2svg PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://BSDforge.com/projects/source/print/font2svg/ diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index cddd2f54f3f4..42fa2b2c0020 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -3,7 +3,7 @@ PORTNAME= foo2zjs PORTVERSION= 20150511 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= GOOGLE_CODE \ LOCAL/bsam/${PORTNAME} \ diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index 243158a23613..cb6d81cd3eae 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -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/ diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 2cf04b182831..5de317baba03 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -4,7 +4,7 @@ PORTNAME= ggv PORTVERSION= 2.12.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index dfe8528ef95d..1a2b196fa03e 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -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 \ diff --git a/print/ghostscript9-agpl-base/Makefile.drivers b/print/ghostscript9-agpl-base/Makefile.drivers index e52ff80eb122..21bdda79acc6 100644 --- a/print/ghostscript9-agpl-base/Makefile.drivers +++ b/print/ghostscript9-agpl-base/Makefile.drivers @@ -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 \ diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index 2218218ff517..60129b9f6860 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -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 /} diff --git a/print/ghostscript9-x11/Makefile b/print/ghostscript9-x11/Makefile index 67d427aa4a4f..da0c264e59de 100644 --- a/print/ghostscript9-x11/Makefile +++ b/print/ghostscript9-x11/Makefile @@ -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}/ diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 9053cd13ab75..5fe9d9da0844 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= gspdf PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GSPdf-${PORTVERSION} diff --git a/print/gsview/Makefile b/print/gsview/Makefile index 850bca13f0d6..0218179f7492 100644 --- a/print/gsview/Makefile +++ b/print/gsview/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsview PORTVERSION= 4.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= LOCAL/bf diff --git a/print/gv/Makefile b/print/gv/Makefile index 4b977bead410..746cc8540f8c 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -3,7 +3,7 @@ PORTNAME= gv PORTVERSION= 3.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= GNU/${PORTNAME} diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index d49873b046c1..27c48d5d1884 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -2,7 +2,7 @@ PORTNAME= hpijs PORTVERSION= 2.1.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print MASTER_SITES= SF/hpinkjet/${PORTNAME}/${PORTVERSION} diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index da17623d7531..51f94e82a5cc 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -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/ \ diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index b9852ceca07d..2bfb01b3ed69 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -3,7 +3,7 @@ PORTNAME= kpdftool PORTVERSION= 0.23.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTFILES= 33194-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 3a795bab1030..d81158c6e82f 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -4,7 +4,7 @@ PORTNAME= libspectre PORTVERSION= 0.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 5029d5eb0f36..169a98cd2d57 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= lilypond PORTVERSION= 2.19.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -46,7 +46,7 @@ INFO= internals \ lilypond-web \ music-glossary -USES= bison:build gettext ghostscript:9 gmake pkgconfig perl5 \ +USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ compiler:c++11-lib python:-3 USE_CXXSTD= c++11 USE_TEX= latex diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 278c2a3401f9..430b4229ca04 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -3,7 +3,7 @@ PORTNAME= lilypond PORTVERSION= 2.18.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ @@ -47,7 +47,7 @@ INFO= internals \ lilypond-web \ music-glossary -USES= bison:build gettext ghostscript:9 gmake pkgconfig perl5 \ +USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ python:-3 USE_TEX= latex USE_PERL5= build diff --git a/print/lpr-wrapper/Makefile b/print/lpr-wrapper/Makefile index 8b019bdcba26..a7209e95d843 100644 --- a/print/lpr-wrapper/Makefile +++ b/print/lpr-wrapper/Makefile @@ -3,7 +3,7 @@ PORTNAME= lpr-wrapper PORTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/ diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index f0c6169fab62..cc6e875dcc91 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= magicfilter PORTVERSION= 2.3.h -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/magicfilter/ diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index fd8a59847af3..42e9b1f3ff9b 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -3,7 +3,7 @@ PORTNAME= pnm2ppa PORTVERSION= 1.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF diff --git a/print/ps2eps/Makefile b/print/ps2eps/Makefile index b6822b253da6..0651c2829934 100644 --- a/print/ps2eps/Makefile +++ b/print/ps2eps/Makefile @@ -3,7 +3,7 @@ PORTNAME= ps2eps PORTVERSION= 1.64 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://www.tm.uka.de/~bless/ \ http://www.ipv6.tm.uka.de/~bless/ diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 29b827771042..88d2924bafa7 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -3,7 +3,7 @@ PORTNAME= psdim PORTVERSION= 1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/ diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 3010034aca6e..5e2a467a03c6 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -3,7 +3,7 @@ PORTNAME= pstotext PORTVERSION= 1.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://ftp.gwdg.de/pub/ghostscript/contrib/ \ http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/contrib/ \ diff --git a/print/scribus/Makefile b/print/scribus/Makefile index d46e1ead2fde..0204bfc0ad08 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 864a93060f84..0f0aef9788a3 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base diff --git a/print/texvc/Makefile b/print/texvc/Makefile index b50ae2e0e1d9..a8516c15ebfd 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -2,7 +2,7 @@ PORTNAME= texvc PORTVERSION= 20050202 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= SF/wikipedia/Support%20files/${PORTNAME}%20Linux-x86%20source%20%2B%20binary DISTNAME= ${PORTNAME}-linux-x86-${PORTVERSION} diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 7eb1ca2f8d90..148b6a24db0c 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -3,7 +3,7 @@ PORTNAME= transfig PORTVERSION= 3.2.5e -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION} diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index 9b8fd191be76..32ea8975f5df 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -3,7 +3,7 @@ PORTNAME= LPRngTool PORTVERSION= 1.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils print MASTER_SITES= SF/lprng/lprngtool/LRPngTool-${PORTVERSION} diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 07be99950d83..2bd67b23c338 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 0bde3a9f4260..600187d4a5ae 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -3,7 +3,7 @@ PORTNAME= groff PORTVERSION= 1.22.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= GNU diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 681434f19566..a7ddfa2b8b33 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ PORTNAME= latex2html PORTVERSION= 2008 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= TEX_CTAN/support/${PORTNAME} diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 8fb859114485..24215ce71a31 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdftohtml PORTVERSION= 0.40a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION:S|a||} \ http://fossies.org/linux/www/ diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index 93555bea7771..9e161583e6cf 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -3,6 +3,7 @@ PORTNAME= sowing PORTVERSION= 1.1.18 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://ftp.mcs.anl.gov/pub/sowing/ diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 5be8115fffab..5991f6b8f3a7 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -3,7 +3,7 @@ PORTNAME= tth PORTVERSION= 4.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ \ http://redundancy.redundancy.org/mirror/ diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 4c9218226433..632544bb53e3 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -3,7 +3,7 @@ PORTNAME= dgs PORTVERSION= 0.5.9.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= x11 MASTER_SITES= GNU/../old-gnu/dgs |