diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-28 17:17:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-28 17:17:34 +0800 |
commit | 9296217301a126b0504ddec05fcd5753e523c646 (patch) | |
tree | 9f164b954e7d20334393e41bf384af3a0a844c74 /devel/glib20/Makefile | |
parent | bc3d4cbea2afa2fb68139477bcfa16c0d6e7dea5 (diff) | |
download | marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.tar marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.tar.gz marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.tar.bz2 marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.tar.lz marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.tar.xz marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.tar.zst marcuscom-ports-9296217301a126b0504ddec05fcd5753e523c646.zip |
Another gvariant fix.
Obtained from: glib git
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14144 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 65f275f03..a934b9c71 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,13 +3,13 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.166 2010/05/04 09:44:51 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.168 2010/05/27 18:34:48 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib PORTVERSION= 2.25.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ |