diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-27 04:25:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-27 04:25:58 +0800 |
commit | 18cfb33a9114bfc555dd9e7ece5635848c417498 (patch) | |
tree | 317bd4a59c69837c90d483f518ea564137ec9cb6 /x11-toolkits | |
parent | 39a3570a19e17fd10336ad7232d279d2015ac505 (diff) | |
download | freebsd-ports-gnome-18cfb33a9114bfc555dd9e7ece5635848c417498.tar.gz freebsd-ports-gnome-18cfb33a9114bfc555dd9e7ece5635848c417498.tar.zst freebsd-ports-gnome-18cfb33a9114bfc555dd9e7ece5635848c417498.zip |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 904939bfddb5..c7680549799c 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtk+/1.2 diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 0abcd0a98a5c..8cd644cd6da7 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -7,6 +7,7 @@ PORTNAME= pango PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |