Date: Mon, 4 May 2020 21:31:39 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533989 - in head: astro/rmap audio/enscribe audio/mp3plot biology/emboss biology/viennarna cad/pcb devel/cvsgraph devel/m17n-lib emulators/fceux games/mkhexgrid games/openlierox graphi... Message-ID: <202005042131.044LVdbl098744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Mon May 4 21:31:39 2020 New Revision: 533989 URL: https://svnweb.freebsd.org/changeset/ports/533989 Log: - update libgd to 2.3.0 - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Added: head/graphics/gd/files/gdlib-config.in (contents, props changed) Deleted: head/graphics/gd/files/patch-gd_gif_in.c Modified: head/astro/rmap/Makefile head/audio/enscribe/Makefile head/audio/mp3plot/Makefile head/biology/emboss/Makefile head/biology/viennarna/Makefile head/cad/pcb/Makefile head/devel/cvsgraph/Makefile head/devel/m17n-lib/Makefile head/emulators/fceux/Makefile head/games/mkhexgrid/Makefile head/games/openlierox/Makefile head/graphics/R-cran-GDD/Makefile head/graphics/a2png/Makefile head/graphics/dataplot/Makefile head/graphics/fly/Makefile head/graphics/g2/Makefile head/graphics/gd/Makefile head/graphics/gd/distinfo head/graphics/gd/pkg-plist head/graphics/gdchart/Makefile head/graphics/gdtclft/Makefile head/graphics/grads/Makefile head/graphics/graphviz/Makefile head/graphics/libansilove/Makefile head/graphics/libgphoto2/Makefile head/graphics/libpuzzle/Makefile head/graphics/libsixel/Makefile head/graphics/lua-gd/Makefile head/graphics/mapserver/Makefile head/graphics/mscgen/Makefile head/graphics/p5-GD/Makefile head/graphics/phplot/Makefile head/graphics/png2html/Makefile head/graphics/pstoedit/Makefile head/graphics/raster3d/Makefile head/graphics/repng2jpeg/Makefile head/graphics/ruby-gd/Makefile head/graphics/rubygem-gd2/Makefile head/graphics/scr2png/Makefile head/graphics/zimg/Makefile head/mail/dspam/Makefile head/mail/libpst/Makefile head/math/brial/Makefile head/math/gnuplot/Makefile head/math/ploticus/Makefile head/math/plplot/Makefile head/multimedia/oggvideotools/Makefile head/net-im/ejabberd/Makefile head/net-mgmt/bandwidthd/Makefile head/net-mgmt/mrtg/Makefile head/net-mgmt/nagios/Makefile head/net-mgmt/nagios4/Makefile head/net-p2p/amule-devel/Makefile head/net-p2p/amule/Makefile head/net-p2p/mldonkey/Makefile head/net/vnstat/Makefile head/print/texlive-base/Makefile head/science/octopus/Makefile head/sysutils/apcctrl/Makefile head/sysutils/apcupsd/Makefile head/sysutils/nut-devel/Makefile head/sysutils/nut/Makefile head/sysutils/pfstat/Makefile head/textproc/modlogan/Makefile head/www/analog/Makefile head/www/awffull/Makefile head/www/nginx-devel/Makefile head/www/nginx/Makefile head/www/sarg/Makefile head/www/webalizer/Makefile Modified: head/astro/rmap/Makefile ============================================================================== --- head/astro/rmap/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/astro/rmap/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= rmap PORTVERSION= 1.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= astro geography MASTER_SITES= http://rmap.sourceforge.net/ Modified: head/audio/enscribe/Makefile ============================================================================== --- head/audio/enscribe/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/audio/enscribe/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= enscribe PORTVERSION= 0.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio graphics MASTER_SITES= http://www.coppercloudmusic.com/enscribe/ Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/audio/mp3plot/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ Modified: head/biology/emboss/Makefile ============================================================================== --- head/biology/emboss/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/biology/emboss/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= emboss PORTVERSION= 6.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} Modified: head/biology/viennarna/Makefile ============================================================================== --- head/biology/viennarna/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/biology/viennarna/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,6 +2,7 @@ PORTNAME= viennarna DISTVERSION= 2.4.14 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= https://www.tbi.univie.ac.at/RNA/download/sourcecode/2_4_x/ DISTNAME= ViennaRNA-${DISTVERSION} Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/cad/pcb/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= pcb PORTVERSION= 4.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/devel/cvsgraph/Makefile ============================================================================== --- head/devel/cvsgraph/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/devel/cvsgraph/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= cvsgraph PORTVERSION= 1.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ Modified: head/devel/m17n-lib/Makefile ============================================================================== --- head/devel/m17n-lib/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/devel/m17n-lib/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= m17n-lib PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel textproc MASTER_SITES= SAVANNAH/m17n Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/emulators/fceux/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= fceux PORTVERSION= 2.2.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/games/mkhexgrid/Makefile ============================================================================== --- head/games/mkhexgrid/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/games/mkhexgrid/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= mkhexgrid PORTVERSION= 0.1.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ http://aaron.daltons.ca/freebsd/ Modified: head/games/openlierox/Makefile ============================================================================== --- head/games/openlierox/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/games/openlierox/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.58_rc5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} Modified: head/graphics/R-cran-GDD/Makefile ============================================================================== --- head/graphics/R-cran-GDD/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/R-cran-GDD/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/a2png/Makefile ============================================================================== --- head/graphics/a2png/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/a2png/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= a2png PORTVERSION= 0.1.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/dataplot/Makefile ============================================================================== --- head/graphics/dataplot/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/dataplot/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= dataplot DISTVERSION= 20200229 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/fly/Makefile ============================================================================== --- head/graphics/fly/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/fly/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= fly PORTVERSION= 2.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://fossies.org/unix/www/ \ http://martin.gleeson.com/fly/dist/ Modified: head/graphics/g2/Makefile ============================================================================== --- head/graphics/g2/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/g2/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= g2 PORTVERSION= 0.40 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SUNSITE/libs/graphics Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/gd/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libgd -PORTVERSION= 2.2.5 -PORTREVISION= 2 +PORTVERSION= 2.3.0 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/ @@ -19,10 +19,11 @@ CONFLICTS= bazaar-1.* USES= tar:xz pkgconfig pathfix libtool:keepla shebangfix SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes +SUB_FILES= gdlib-config USE_LDCONFIG= yes TEST_TARGET= check -OPTIONS_DEFINE= PNG JPEG WEBP TIFF FREETYPE FONTCONFIG XPM ICONV +OPTIONS_DEFINE= PNG JPEG WEBP TIFF FREETYPE FONTCONFIG RAQM XPM ICONV OPTIONS_DEFAULT=PNG JPEG WEBP TIFF FREETYPE FONTCONFIG ICONV NO_OPTIONS_SORT=yes OPTIONS_SUB= yes @@ -44,6 +45,10 @@ FREETYPE_CPPFLAGS= -I${LOCALBASE}/include FONTCONFIG_LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig FONTCONFIG_CONFIGURE_OFF= --with-fontconfig=no FONTCONFIG_CPPFLAGS= -I${LOCALBASE}/include +RAQM_DESC= Raqm text layout support +RAQM_LIB_DEPENDS= libraqm.so:print/libraqm +RAQM_CONFIGURE_OFF= --with-raqm=no +RAQM_CPPFLAGS= -I${LOCALBASE}/include XPM_USES= xorg XPM_USE= xorg=xpm,x11 XPM_CONFIGURE_ON= --with-x @@ -104,5 +109,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \ ${STAGEDIR}${PREFIX}/include/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.6* + ${INSTALL_SCRIPT} ${WRKDIR}/gdlib-config \ + ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> Modified: head/graphics/gd/distinfo ============================================================================== --- head/graphics/gd/distinfo Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/gd/distinfo Mon May 4 21:31:39 2020 (r533989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531337629 -SHA256 (libgd-2.2.5.tar.xz) = 8c302ccbf467faec732f0741a859eef4ecae22fea2d2ab87467be940842bde51 -SIZE (libgd-2.2.5.tar.xz) = 2594092 +TIMESTAMP = 1587757003 +SHA256 (libgd-2.3.0.tar.xz) = ecd9155b9a417fb3f837f29e5966323796de247789163761dd72dbf83bfcac58 +SIZE (libgd-2.3.0.tar.xz) = 2539188 Added: head/graphics/gd/files/gdlib-config.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gd/files/gdlib-config.in Mon May 4 21:31:39 2020 (r533989) @@ -0,0 +1,114 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# Return information about the local GD library installation +# +# Modeled for ports: +# audio/mp3plot +# devel/cvsgraph +# graphics/R-cran-GDD +# graphics/a2png +# graphics/gdtclft +# graphics/lua-gd +# graphics/mscgen +# graphics/p5-GD +# math/gnuplot +# net-p2p/amule +# net-p2p/mldonkey +# science/octopus + +echo "gdlib-config: warning: this script is deprecated;" \ + "please use the pkg-config file instead." >&2 +sleep 10 + +# installation directories +prefix=%%PREFIX%% +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include +bindir=${exec_prefix}/bin + +usage() +{ + cat <<EOF +Print information on GD library's version, configuration, and use. +Usage: gdlib-config [options] +Options: + --libdir # directory where GD library is installed + --includedir # directory where GD library headers are installed + --version # complete GD library version string + --majorversion # GD library major version number + --minorversion # GD library minor version number + --revision # GD library revision version number + --ldflags # options required for linking against GD library + --libs # libs required for linking against GD library + --cflags # options required for compiling GD library apps + --includes # same as --cflags + --features # lists features compiled into gd, separated by spaces. + # Currently (as of 2.2.5) the optional features + # are GD_PNG, GD_JPEG, GD_XPM, GD_FREETYPE, and + # GD_FONTCONFIG. When these features are reported by + # --features, it is safe to include calls to the + # related functions in your code. + --all # print a summary of all GD library configure options +EOF + exit $1 +} + +if test $# -eq 0; then + usage 1 1>&2 +fi + +while test $# -gt 0; do + case "$1" in + -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; + *) optarg= ;; + esac + + case $1 in + --libdir) + echo "${libdir}" + ;; + --includedir) + echo "${includedir}" + ;; + --version) + echo "%%PORTVERSION%%" + ;; + --majorversion) + echo %%MAJORVERSION%% + ;; + --minorversion) + echo 2 + ;; + --revision) + echo 5 + ;; + --ldflags) + echo " -L${prefix}/lib -fstack-protector-strong " + ;; + --libs) + echo "-lgd" + ;; + --cflags|--includes) + echo "-I${includedir}" + ;; + --features) + echo GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_FONTCONFIG GD_JPEG GD_TIFF GD_WEBP + ;; + --all) + echo "GD library 2.2.5" + echo "includedir: ${includedir}" + echo "cflags: -I${includedir}" + echo "ldflags: -L${prefix}/lib -fstack-protector-strong " + echo "libs: -lgd" + echo "libdir: $libdir" + echo "features: GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_FONTCONFIG GD_JPEG GD_TIFF GD_WEBP" + ;; + *) + usage 1 1>&2 + ;; + esac + shift +done Modified: head/graphics/gd/pkg-plist ============================================================================== --- head/graphics/gd/pkg-plist Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/gd/pkg-plist Mon May 4 21:31:39 2020 (r533989) @@ -29,5 +29,5 @@ lib/libgd.a lib/libgd.la lib/libgd.so lib/libgd.so.6 -lib/libgd.so.6.0.5 +lib/libgd.so.6.0.8 libdata/pkgconfig/gdlib.pc Modified: head/graphics/gdchart/Makefile ============================================================================== --- head/graphics/gdchart/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/gdchart/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= gdchart PORTVERSION= 0.11.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ Modified: head/graphics/gdtclft/Makefile ============================================================================== --- head/graphics/gdtclft/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/gdtclft/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics tcl MASTER_SITES= https://BSDforge.com/projects/source/graphics/gdtclft/ DISTNAME= ${PORTNAME}${PORTVERSION} Modified: head/graphics/grads/Makefile ============================================================================== --- head/graphics/grads/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/grads/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= grads PORTVERSION= 1.9b4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://cola.gmu.edu/grads/1.9/:src \ Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/graphviz/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.44.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics tk MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ Modified: head/graphics/libansilove/Makefile ============================================================================== --- head/graphics/libansilove/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/libansilove/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= libansilove PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/libgphoto2/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= libgphoto2 PORTVERSION= 2.5.23 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} Modified: head/graphics/libpuzzle/Makefile ============================================================================== --- head/graphics/libpuzzle/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/libpuzzle/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,7 +2,7 @@ PORTNAME= libpuzzle PORTVERSION= 0.11 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/libsixel/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,6 +2,7 @@ PORTNAME= libsixel PORTVERSION= 1.8.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/saitoha/libsixel/releases/download/v${PORTVERSION}/ Modified: head/graphics/lua-gd/Makefile ============================================================================== --- head/graphics/lua-gd/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/lua-gd/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= lua-gd PORTVERSION= 2.0.33r2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://files.luaforge.net/releases/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}forLua5.1/ Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/mapserver/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= mapserver PORTVERSION= 7.4.4 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/mapserver/ Modified: head/graphics/mscgen/Makefile ============================================================================== --- head/graphics/mscgen/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/mscgen/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= mscgen PORTVERSION= 0.20 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.mcternan.me.uk/mscgen/software/ \ http://romain.blogreen.org/distfiles/ Modified: head/graphics/p5-GD/Makefile ============================================================================== --- head/graphics/p5-GD/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/p5-GD/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,6 +2,7 @@ PORTNAME= GD PORTVERSION= 2.71 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/phplot/Makefile ============================================================================== --- head/graphics/phplot/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/phplot/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= phplot PORTVERSION= 6.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www MASTER_SITES= SF \ SF/${PORTNAME}/Manual/20130511:source2 Modified: head/graphics/png2html/Makefile ============================================================================== --- head/graphics/png2html/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/png2html/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= png2html PORTVERSION= 1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= http://www.engr.mun.ca/~holden/ Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/pstoedit/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics print MASTER_SITES= SF Modified: head/graphics/raster3d/Makefile ============================================================================== --- head/graphics/raster3d/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/raster3d/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= raster3d DISTVERSION= 3.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics biology MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/ DISTNAME= Raster3D_${DISTVERSION:R}-${DISTVERSION:E} Modified: head/graphics/repng2jpeg/Makefile ============================================================================== --- head/graphics/repng2jpeg/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/repng2jpeg/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= repng2jpeg PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://BSDforge.com/projects/source/graphics/repng2jpeg/ Modified: head/graphics/ruby-gd/Makefile ============================================================================== --- head/graphics/ruby-gd/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/ruby-gd/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= gd PORTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics ruby MASTER_SITES= ftp://ftp.jp.vim.org/pub/distfiles/ruby/ \ http://www.mmnt.net/db/0/8/ftp.jp.vim.org/pub/distfiles/ruby/ Modified: head/graphics/rubygem-gd2/Makefile ============================================================================== --- head/graphics/rubygem-gd2/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/rubygem-gd2/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= gd2 PORTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/scr2png/Makefile ============================================================================== --- head/graphics/scr2png/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/scr2png/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= scr2png PORTVERSION= 1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= LOCAL/nik Modified: head/graphics/zimg/Makefile ============================================================================== --- head/graphics/zimg/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/graphics/zimg/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= zimg PORTVERSION= 5.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/mail/dspam/Makefile ============================================================================== --- head/mail/dspam/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/mail/dspam/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -7,7 +7,7 @@ PORTNAME= dspam PORTVERSION= 3.10.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/mail/libpst/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= libpst PORTVERSION= 0.6.75 +PORTREVISION= 1 CATEGORIES= mail converters MASTER_SITES= https://www.five-ten-sg.com/libpst/packages/ \ https://fossies.org/unix/privat/ \ Modified: head/math/brial/Makefile ============================================================================== --- head/math/brial/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/math/brial/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= BRiAl PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/math/gnuplot/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,6 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 5.2.8 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF Modified: head/math/ploticus/Makefile ============================================================================== --- head/math/ploticus/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/math/ploticus/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src Modified: head/math/plplot/Makefile ============================================================================== --- head/math/plplot/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/math/plplot/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= plplot DISTVERSION= 5.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source Modified: head/multimedia/oggvideotools/Makefile ============================================================================== --- head/multimedia/oggvideotools/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/multimedia/oggvideotools/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= oggvideotools PORTVERSION= 0.9.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-im/ejabberd/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,6 +2,7 @@ PORTNAME= ejabberd PORTVERSION= 20.04 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-mgmt/bandwidthd/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= bandwidthd PORTVERSION= 2.0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} Modified: head/net-mgmt/mrtg/Makefile ============================================================================== --- head/net-mgmt/mrtg/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-mgmt/mrtg/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= mrtg PORTVERSION= 2.17.4 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ Modified: head/net-mgmt/nagios/Makefile ============================================================================== --- head/net-mgmt/nagios/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-mgmt/nagios/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 3.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} Modified: head/net-mgmt/nagios4/Makefile ============================================================================== --- head/net-mgmt/nagios4/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-mgmt/nagios4/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= nagios PORTVERSION= 4.4.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://assets.nagios.com/downloads/nagioscore/releases/ \ Modified: head/net-p2p/amule-devel/Makefile ============================================================================== --- head/net-p2p/amule-devel/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-p2p/amule-devel/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 11028 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel Modified: head/net-p2p/amule/Makefile ============================================================================== --- head/net-p2p/amule/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-p2p/amule/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 2.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} Modified: head/net-p2p/mldonkey/Makefile ============================================================================== --- head/net-p2p/mldonkey/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net-p2p/mldonkey/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= mldonkey PORTVERSION= 3.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= net-p2p MASTER_SITES= SF Modified: head/net/vnstat/Makefile ============================================================================== --- head/net/vnstat/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/net/vnstat/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= vnstat PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://humdi.net/vnstat/ Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/print/texlive-base/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 50 +PORTREVISION= 51 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/science/octopus/Makefile ============================================================================== --- head/science/octopus/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/science/octopus/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,6 +2,7 @@ PORTNAME= octopus DISTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://octopus-code.org/download/${DISTVERSION}/ Modified: head/sysutils/apcctrl/Makefile ============================================================================== --- head/sysutils/apcctrl/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/sysutils/apcctrl/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= apcctrl PORTVERSION= 0.8.21 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/sysutils/apcupsd/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= apcupsd PORTVERSION= 3.14.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION} Modified: head/sysutils/nut-devel/Makefile ============================================================================== --- head/sysutils/nut-devel/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/sysutils/nut-devel/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= nut PORTVERSION= ${NUT_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel # MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/sysutils/nut/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/sysutils/pfstat/Makefile ============================================================================== --- head/sysutils/pfstat/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/sysutils/pfstat/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= pfstat PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils net MASTER_SITES= https://www.benzedrine.ch/ Modified: head/textproc/modlogan/Makefile ============================================================================== --- head/textproc/modlogan/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/textproc/modlogan/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= modlogan PORTVERSION= 0.8.13 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc www MASTER_SITES= http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/www/analog/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= analog PORTVERSION= 6.0 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://analog.gsp.com/ \ Modified: head/www/awffull/Makefile ============================================================================== --- head/www/awffull/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/www/awffull/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= awffull PORTVERSION= 3.10.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES?= www MASTER_SITES= https://launchpadlibrarian.net/20395993/ Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/www/nginx-devel/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.18.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/www/nginx/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.18.0 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ Modified: head/www/sarg/Makefile ============================================================================== --- head/www/sarg/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/www/sarg/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -3,6 +3,7 @@ PORTNAME= sarg PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/www/webalizer/Makefile ============================================================================== --- head/www/webalizer/Makefile Mon May 4 21:16:49 2020 (r533988) +++ head/www/webalizer/Makefile Mon May 4 21:31:39 2020 (r533989) @@ -2,7 +2,7 @@ PORTNAME= webalizer PORTVERSION= 2.23.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005042131.044LVdbl098744>