diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-06 22:33:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-06 22:33:40 +0800 |
commit | f9a646645e7e24620ebdd18068772ea09cacb606 (patch) | |
tree | b6147c4e31090c2d2257fde2151824cdc91e58f2 /graphics | |
parent | 11edc5451416c23af13418fc8391548f68dd629b (diff) | |
download | freebsd-ports-gnome-f9a646645e7e24620ebdd18068772ea09cacb606.tar.gz freebsd-ports-gnome-f9a646645e7e24620ebdd18068772ea09cacb606.tar.zst freebsd-ports-gnome-f9a646645e7e24620ebdd18068772ea09cacb606.zip |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 01efdf5418c3..f88dc1cf18ef 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.4.5 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 4ee4f0b578df..c4a568e268a6 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgnomecanvas PORTVERSION= 2.20.1.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |