diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-12 22:38:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-12 22:38:47 +0000 |
commit | 3ea570b04f19ea2de476f29ad28cd3a8dd82c7f2 (patch) | |
tree | 82f7a29e3af4c2a549198ffd4227922b38011837 /graphics | |
parent | On -stable anyway, there is a problem getting "other" libs and cflags from (diff) |
Bump PORTREVISION after the freetype2 shlib major update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 1 | ||||
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd2/Makefile | 2 | ||||
-rw-r--r-- | graphics/libwmf/Makefile | 1 |
5 files changed, 5 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3888aa1e1e65..38347e3e5395 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= ImageMagick PORTVERSION= 5.4.3.11 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://imagemagick.sourceforge.net/http/ \ ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 01e45ad7377c..74a2023d2b92 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 1.8.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ \ diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 01e45ad7377c..74a2023d2b92 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 1.8.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ \ diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index d13490a932c9..62f9a0953e0a 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ \ diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 8fc224f6061c..d3a842ce6f53 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -7,6 +7,7 @@ PORTNAME= libwmf PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware |