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 /accessibility | |
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 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gail/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index e5fdf79e6e96..b20597e108eb 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -8,7 +8,7 @@ PORTNAME= at-spi PORTVERSION= 1.22.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 0fcd0f076d22..1beef98948dc 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -8,7 +8,7 @@ PORTNAME= gail PORTVERSION= 1.22.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |