diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-06-10 04:57:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-06-10 04:57:46 +0000 |
commit | c0bdc5dbd8c3a4f7048accda2521b7ee181b27c3 (patch) | |
tree | 5371d870d1f2b0724f3fd8be3288259b45817342 /x11-toolkits | |
parent | a163ea5d4e9dce7875830ad4e0cabe673742e001 (diff) |
Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.
Reported by: iKris
Notes
Notes:
svn path=/head/; revision=214603
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gal2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index dc9be81c9d54..a8886331c62a 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gal2 PORTVERSION= 2.5.3 -PORTREVISION?= 1 +PORTREVISION?= 6 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index bc78c95b7e98..0e4df50f30ff 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkmm PORTVERSION= 2.2.12 -PORTREVISION?= 1 +PORTREVISION?= 9 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index bc78c95b7e98..0e4df50f30ff 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkmm PORTVERSION= 2.2.12 -PORTREVISION?= 1 +PORTREVISION?= 9 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index 1c01c014e614..ce200ca4d53a 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtksourceview PORTVERSION= 1.8.5 -PORTREVISION?= 1 +PORTREVISION?= 4 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |