diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a8a0721de..94858f1c2 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,14 +3,13 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.134 2008/11/24 20:03:49 mezz Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.135 2008/11/25 18:52:46 marcus Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib PORTVERSION= 2.18.3 -PORTREVISION= 1 -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/}/ \ |