- update libgd to 2.2.2

- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
This commit is contained in:
Dirk Meyer 2016-07-20 09:33:31 +00:00
parent 944a4540ff
commit 3561a46f28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418829
77 changed files with 185 additions and 93 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= astro geography
MASTER_SITES= http://rmap.sourceforge.net/

View file

@ -3,7 +3,7 @@
PORTNAME= enscribe
PORTVERSION= 0.1.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio graphics
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/

View file

@ -3,7 +3,7 @@
PORTNAME= mp3plot
DISTVERSION= 0.6.0
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/

View file

@ -3,7 +3,7 @@
PORTNAME= emboss
PORTVERSION= 6.6.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology
MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= pcb
PORTVERSION= 20140316
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= cvsgraph
PORTVERSION= 1.7.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel graphics
MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/

View file

@ -3,6 +3,7 @@
PORTNAME= m17n-lib
PORTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= devel textproc
MASTER_SITES= SAVANNAH/m17n

View file

@ -4,7 +4,7 @@
PORTNAME= fceux
PORTVERSION= 2.2.2
DISTVERSIONSUFFIX= .src
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= emulators
MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/

View file

@ -3,7 +3,7 @@
PORTNAME= mkhexgrid
PORTVERSION= 0.1.1
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \
http://aaron.daltons.ca/freebsd/

View file

@ -3,7 +3,7 @@
PORTNAME= openlierox
DISTVERSION= 0.58_rc3
PORTREVISION= 5
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/}

View file

@ -3,7 +3,7 @@
PORTNAME= a2png
PORTVERSION= 0.1.5
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= dataplot
PORTVERSION= 20132012
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \
LOCAL/beech:source \

View file

@ -3,7 +3,7 @@
PORTNAME= fly
PORTVERSION= 2.0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://fossies.org/unix/www/ \
http://martin.gleeson.com/fly/dist/

View file

@ -3,7 +3,7 @@
PORTNAME= g2
PORTVERSION= 0.40
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= SUNSITE/libs/graphics

View file

@ -2,28 +2,29 @@
# $FreeBSD$
PORTNAME= libgd
PORTVERSION= 2.1.1
PORTVERSION= 2.2.2
PORTREVISION?= 0
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ \
http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
MAINTAINER?= dinoex@FreeBSD.org
COMMENT?= Graphics library for fast creation of images
LICENSE= MIT
LIB_DEPENDS= libtiff.so:graphics/tiff \
libpng.so:graphics/png \
libfreetype.so:print/freetype2
CONFLICTS= bazaar-1.*
USES= tar:xz pkgconfig pathfix libtool:keepla shebangfix jpeg iconv
USES= tar:xz pkgconfig pathfix libtool:keepla shebangfix jpeg
SHEBANG_FILES= ${WRKSRC}/src/bdftogd
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM
OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM WEBP
OPTIONS_DEFAULT=FONTCONFIG
NO_OPTIONS_SORT=yes
FONTCONFIG_LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig
@ -35,6 +36,9 @@ VPX_CONFIGURE_OFF= --without-vpx
XPM_USE= xorg=xpm,x11
XPM_CONFIGURE_ON= --with-x
XPM_CONFIGURE_OFF= --with-xpm=no
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
WEBP_CONFIGURE_OFF= --without-webp
WEBP_BROKEN= circular dependencies
.include <bsd.port.options.mk>
@ -99,6 +103,6 @@ pre-build:
post-install:
${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \
${STAGEDIR}${PREFIX}/include/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.5
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.6.0.20202
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1468105350
SHA256 (libgd-2.1.1.tar.xz) = 9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285
SIZE (libgd-2.1.1.tar.xz) = 2039132
TIMESTAMP = 1468106153
SHA256 (libgd-2.2.2.tar.xz) = 489f756ce07f0c034b1a794f4d34fdb4d829256112cb3c36feb40bb56b79218c
SIZE (libgd-2.2.2.tar.xz) = 2105628

View file

@ -0,0 +1,11 @@
--- configure.bak 2016-06-24 07:52:14.000000000 +0200
+++ configure 2016-07-10 01:24:57.924934000 +0200
@@ -2463,7 +2463,7 @@
# Dynamic library version information
# See http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
-GDLIB_LT_CURRENT=3
+GDLIB_LT_CURRENT=6
GDLIB_LT_REVISION=$(printf '%i%02i%02i' $GDLIB_MAJOR $GDLIB_MINOR $GDLIB_REVISION)
GDLIB_LT_AGE=0

View file

@ -0,0 +1,88 @@
--- src/gd_tga.c.orig 2016-07-18 19:23:11 UTC
+++ src/gd_tga.c
@@ -99,7 +99,7 @@ BGD_DECLARE(gdImagePtr) gdImageCreateFro
if (tga->bits == TGA_BPP_24) {
*tpix = gdTrueColor(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap[bitmap_caret]);
bitmap_caret += 3;
- } else if (tga->bits == TGA_BPP_32 || tga->alphabits) {
+ } else if (tga->bits == TGA_BPP_32 && tga->alphabits) {
register int a = tga->bitmap[bitmap_caret + 3];
*tpix = gdTrueColorAlpha(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap[bitmap_caret], gdAlphaMax - (a >> 1));
@@ -159,16 +159,13 @@ int read_header_tga(gdIOCtx *ctx, oTga *
printf("wxh: %i %i\n", tga->width, tga->height);
#endif
- switch(tga->bits) {
- case 8:
- case 16:
- case 24:
- case 32:
- break;
- default:
- gd_error("bps %i not supported", tga->bits);
+ if (!((tga->bits == TGA_BPP_24 && tga->alphabits == 0)
+ || (tga->bits == TGA_BPP_32 && tga->alphabits == 8)))
+ {
+ gd_error_ex(GD_WARNING, "gd-tga: %u bits per pixel with %u alpha bits not supported\n",
+ tga->bits, tga->alphabits);
+
return -1;
- break;
}
tga->ident = NULL;
@@ -285,14 +285,23 @@ int read_image_tga( gdIOCtx *ctx, oTga *
buffer_caret = 0;
while( bitmap_caret < image_block_size ) {
-
+
if ((decompression_buffer[buffer_caret] & TGA_RLE_FLAG) == TGA_RLE_FLAG) {
encoded_pixels = ( ( decompression_buffer[ buffer_caret ] & 127 ) + 1 );
buffer_caret++;
- for (i = 0; i < encoded_pixels; i++) {
- for (j = 0; j < pixel_block_size; j++, bitmap_caret++) {
- tga->bitmap[ bitmap_caret ] = decompression_buffer[ buffer_caret + j ];
+ if (encoded_pixels != 0) {
+
+ if (!((buffer_caret + (encoded_pixels * pixel_block_size)) < image_block_size)) {
+ gdFree( decompression_buffer );
+ gdFree( conversion_buffer );
+ return -1;
+ }
+
+ for (i = 0; i < encoded_pixels; i++) {
+ for (j = 0; j < pixel_block_size; j++, bitmap_caret++) {
+ tga->bitmap[ bitmap_caret ] = decompression_buffer[ buffer_caret + j ];
+ }
}
}
buffer_caret += pixel_block_size;
@@ -300,11 +309,20 @@ int read_image_tga( gdIOCtx *ctx, oTga *
encoded_pixels = decompression_buffer[ buffer_caret ] + 1;
buffer_caret++;
- for (i = 0; i < encoded_pixels; i++) {
- for( j = 0; j < pixel_block_size; j++, bitmap_caret++ ) {
- tga->bitmap[ bitmap_caret ] = decompression_buffer[ buffer_caret + j ];
+ if (encoded_pixels != 0) {
+
+ if (!((buffer_caret + (encoded_pixels * pixel_block_size)) < image_block_size)) {
+ gdFree( decompression_buffer );
+ gdFree( conversion_buffer );
+ return -1;
+ }
+
+ for (i = 0; i < encoded_pixels; i++) {
+ for( j = 0; j < pixel_block_size; j++, bitmap_caret++ ) {
+ tga->bitmap[ bitmap_caret ] = decompression_buffer[ buffer_caret + j ];
+ }
+ buffer_caret += pixel_block_size;
}
- buffer_caret += pixel_block_size;
}
}
}

View file

@ -1,29 +0,0 @@
Adjust to libvpx 1.4.0 until the code is removed.
https://chromium.googlesource.com/webm/libvpx/+/9cdaa3d%5E!/
https://bitbucket.org/libgd/gd-libgd/commits/824a3aa
--- src/webpimg.c.orig 2013-06-25 09:58:23 UTC
+++ src/webpimg.c
@@ -711,14 +711,14 @@ static WebPResult VPXEncode(const uint8*
codec_ctl(&enc, VP8E_SET_STATIC_THRESHOLD, 0);
codec_ctl(&enc, VP8E_SET_TOKEN_PARTITIONS, 2);
- vpx_img_wrap(&img, IMG_FMT_I420,
+ vpx_img_wrap(&img, VPX_IMG_FMT_I420,
y_width, y_height, 16, (uint8*)(Y));
- img.planes[PLANE_Y] = (uint8*)(Y);
- img.planes[PLANE_U] = (uint8*)(U);
- img.planes[PLANE_V] = (uint8*)(V);
- img.stride[PLANE_Y] = y_stride;
- img.stride[PLANE_U] = uv_stride;
- img.stride[PLANE_V] = uv_stride;
+ img.planes[VPX_PLANE_Y] = (uint8*)(Y);
+ img.planes[VPX_PLANE_U] = (uint8*)(U);
+ img.planes[VPX_PLANE_V] = (uint8*)(V);
+ img.stride[VPX_PLANE_Y] = y_stride;
+ img.stride[VPX_PLANE_U] = uv_stride;
+ img.stride[VPX_PLANE_V] = uv_stride;
res = vpx_codec_encode(&enc, &img, 0, 1, 0, VPX_DL_BEST_QUALITY);

View file

@ -28,6 +28,6 @@ include/gdpp.h
lib/libgd.a
lib/libgd.la
lib/libgd.so
lib/libgd.so.5
lib/libgd.so.5.0.0
lib/libgd.so.6
lib/libgd.so.6.0.20202
libdata/pkgconfig/gdlib.pc

View file

@ -3,7 +3,7 @@
PORTNAME= gdchart
PORTVERSION= 0.11.5
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= http://www.fred.net/brv/chart/ \
ftp://ftp.nuug.no/pub/anders/distfiles/

View file

@ -3,7 +3,7 @@
PORTNAME= Gdtclft
PORTVERSION= 2.2.5
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= graphics tcl
MASTER_SITES= http://BSDforge.com/projects/source/graphics/gdtclft/
DISTNAME= ${PORTNAME}${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= grads
PORTVERSION= 1.9b4
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= graphics science math
MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \
ftp://cola.gmu.edu/grads/1.9/:src \

View file

@ -3,7 +3,7 @@
PORTNAME= graphviz
PORTVERSION= 2.38.0
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= graphics tk
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/

View file

@ -3,6 +3,7 @@
PORTNAME= libgphoto2
PORTVERSION= 2.5.10
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION}

View file

@ -2,7 +2,7 @@
PORTNAME= libpuzzle
PORTVERSION= 0.11
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/

View file

@ -2,6 +2,7 @@
PORTNAME= libsixel
PORTVERSION= 1.6.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= graphics

View file

@ -3,7 +3,7 @@
PORTNAME= lua-gd
PORTVERSION= 2.0.33r2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://files.luaforge.net/releases/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}forLua5.1/

View file

@ -3,7 +3,7 @@
PORTNAME= mapserver
PORTVERSION= 7.0.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics www geography
MASTER_SITES= http://download.osgeo.org/mapserver/

View file

@ -3,7 +3,7 @@
PORTNAME= mscgen
PORTVERSION= 0.20
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://www.mcternan.me.uk/mscgen/software/ \
http://romain.blogreen.org/distfiles/

View file

@ -2,7 +2,7 @@
PORTNAME= GD
PORTVERSION= 2.56
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -3,7 +3,7 @@
PORTNAME= libpuzzle
PORTVERSION= 0.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/release/ \
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/

View file

@ -3,6 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.6.0.20120114
PORTREVISION= 1
DISTVERSIONPREFIX= php-
CATEGORIES= graphics
MASTER_SITES= LOCAL/sunpoet

View file

@ -3,6 +3,7 @@
PORTNAME= phplot
PORTVERSION= 6.2.0
PORTREVISION= 1
CATEGORIES= graphics www
MASTER_SITES= SF \
SF/${PORTNAME}/Manual/20130511:source2

View file

@ -3,7 +3,7 @@
PORTNAME= png2html
PORTVERSION= 1.1
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= http://www.engr.mun.ca/~holden/

View file

@ -3,7 +3,7 @@
PORTNAME= pstoedit
PORTVERSION= 3.70
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics print
MASTER_SITES= SF

View file

@ -3,6 +3,7 @@
PORTNAME= gd
PORTVERSION= 0.59
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -3,7 +3,7 @@
PORTNAME= raster3d
PORTVERSION= 3.0.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics biology
MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/
DISTNAME= Raster3D_${PORTVERSION:R}-${PORTVERSION:E}

View file

@ -3,6 +3,7 @@
PORTNAME= repng2jpeg
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/

View file

@ -3,7 +3,7 @@
PORTNAME= gd
PORTVERSION= 0.8.0
PORTREVISION= 5
PORTREVISION= 6
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/

View file

@ -3,7 +3,7 @@
PORTNAME= gd2
PORTVERSION= 1.1.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics rubygems
MASTER_SITES= RG

View file

@ -3,7 +3,7 @@
PORTNAME= scr2png
PORTVERSION= 1.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= LOCAL/nik

View file

@ -3,7 +3,7 @@
PORTNAME= zimg
PORTVERSION= 5.0.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -4,7 +4,7 @@
PORTNAME= fpc
DISTVERSIONPREFIX= release_
DISTVERSION= 3_0_0
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= lang
MASTER_SITES= http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \
LOCAL/acm/freepascal/:bootstrap \

View file

@ -7,7 +7,7 @@
PORTNAME= dspam
PORTVERSION= 3.10.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= libpst
PORTVERSION= 0.6.66
PORTREVISION= 1
CATEGORIES= mail converters
MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \
http://fossies.org/unix/privat/ \

View file

@ -3,6 +3,7 @@
PORTNAME= PDL
PORTVERSION= 2.015
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHM

View file

@ -2,6 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 5.0.3
PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= ploticus
PORTVERSION= 2.40
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= math
MASTER_SITES= SF
DISTNAME= pl${PORTVERSION:S/.//}src

View file

@ -3,7 +3,7 @@
PORTNAME= plplot
PORTVERSION= 5.11.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source

View file

@ -3,7 +3,7 @@
PORTNAME= kissdx
PORTVERSION= 0.13.10a
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= multimedia net
MASTER_SITES= http://paragi.dk/kiss/

View file

@ -3,6 +3,7 @@
PORTNAME= oggvideotools
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}

View file

@ -3,7 +3,7 @@
PORTNAME= bandwidthd
PORTVERSION= 2.0.1
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= icinga-classicweb
PORTREVISION= 1
PORTREVISION= 2
DISTNAME= icinga-${PORTVERSION}
MAINTAINER= lme@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME= mrtg
PORTVERSION= 2.17.4
PORTREVISION= 6
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \

View file

@ -3,7 +3,7 @@
PORTNAME= nagios
PORTVERSION= 3.5.1
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION}

View file

@ -3,7 +3,7 @@
PORTNAME= nagios
PORTVERSION= 4.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 4

View file

@ -3,6 +3,7 @@
PORTNAME= amule
PORTVERSION= 10933
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://amule.sourceforge.net/tarballs/
PKGNAMESUFFIX= -devel

View file

@ -3,7 +3,7 @@
PORTNAME= amule
PORTVERSION= 2.3.1
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION}
DISTNAME= aMule-${PORTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= mldonkey
PORTVERSION= 3.1.5
PORTREVISION= 1
CATEGORIES+= net-p2p
MASTER_SITES= SF

View file

@ -3,7 +3,7 @@
PORTNAME= vnstat
PORTVERSION= 1.14
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://humdi.net/vnstat/ \
http://mirror.mcx2.org/

View file

@ -2,7 +2,7 @@
PORTNAME= texlive
PORTVERSION= 20150521
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= print
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMESUFFIX= -base

View file

@ -3,6 +3,7 @@
PORTNAME= apcupsd
PORTVERSION= 3.14.13
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION}

View file

@ -3,6 +3,7 @@
PORTNAME= nut
PORTVERSION= 2.7.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig

View file

@ -3,7 +3,7 @@
PORTNAME= pfstat
PORTVERSION= 2.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils net
MASTER_SITES= http://www.benzedrine.cx/

View file

@ -3,7 +3,7 @@
PORTNAME= modlogan
PORTVERSION= 0.8.13
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES= textproc www
MASTER_SITES= http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/

View file

@ -3,7 +3,7 @@
PORTNAME= analog
PORTVERSION= 6.0
PORTREVISION= 10
PORTREVISION= 11
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://www.analog.cx/ \

View file

@ -3,7 +3,7 @@
PORTNAME= asterisk-stat
PORTVERSION= 2.0.1
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= www
MASTER_SITES= http://ftp.iij.ad.jp/pub/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}

View file

@ -3,7 +3,7 @@
PORTNAME= awffull
PORTVERSION= 3.10.2
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES?= www
MASTER_SITES= https://launchpadlibrarian.net/20395993/

View file

@ -3,7 +3,7 @@
PORTNAME= http-analyze
PORTVERSION= 2.4.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/
DIST_SUBDIR= ${PORTNAME}

View file

@ -3,7 +3,7 @@
PORTNAME= mgstat
PORTVERSION= 0.12
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/

View file

@ -3,6 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.11.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= LOCAL/osa

View file

@ -3,6 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.10.1
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/

View file

@ -3,6 +3,7 @@
PORTNAME= sarg
PORTVERSION= 2.3.10
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -4,7 +4,7 @@
PORTNAME= tengine
PORTVERSION= 2.0.3
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= webalizer
PORTVERSION= 2.23.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES+= www
MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \
ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \

View file

@ -3,7 +3,7 @@
PORTNAME= nucleo
PORTVERSION= 0.7.6
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= x11-toolkits
MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/