diff options
author | knu <knu@FreeBSD.org> | 2002-03-13 06:38:47 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-13 06:38:47 +0800 |
commit | 4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37 (patch) | |
tree | 44caa686166a16491735b3ff9bfffd6a27c34dea /graphics | |
parent | a42f0a71658b4afca035a3594d82306425c0a31c (diff) | |
download | freebsd-ports-gnome-4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37.tar.gz freebsd-ports-gnome-4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37.tar.zst freebsd-ports-gnome-4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37.zip |
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 |