diff options
author | marcus <marcus@FreeBSD.org> | 2008-04-10 05:39:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-04-10 05:39:42 +0800 |
commit | d03ae849ed1b8b026a6de4a3788ffdea42fa4d13 (patch) | |
tree | 988c91141e15b5be0cf85204b499e9da06c042ca | |
parent | 62145cc0649ff90d79f7a7d50e745994ff6467f9 (diff) | |
download | freebsd-ports-gnome-d03ae849ed1b8b026a6de4a3788ffdea42fa4d13.tar.gz freebsd-ports-gnome-d03ae849ed1b8b026a6de4a3788ffdea42fa4d13.tar.zst freebsd-ports-gnome-d03ae849ed1b8b026a6de4a3788ffdea42fa4d13.zip |
Bump PORTREVISION to account for the weird version number change
(2.22.01 -> 2.22.1).
PR: 122609
Submitted by: barbara <barbara.xxx1975@libero.it>
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 58bc6cbf9e84..d761f1a34fde 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgnomeui PORTVERSION= 2.22.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |