diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 05:04:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 05:04:30 +0800 |
commit | 50c28d455fb700666dd4772f8c6c83bdea7182c3 (patch) | |
tree | 007084acd5539849d9b5a38b4ce5a231796d9b38 /devel/glib20/Makefile | |
parent | c49b06a1d3816553f3da568b63ea4c89a2018a15 (diff) | |
download | marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.tar marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.tar.gz marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.tar.bz2 marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.tar.lz marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.tar.xz marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.tar.zst marcuscom-ports-50c28d455fb700666dd4772f8c6c83bdea7182c3.zip |
Add credentials support to GIO. This should fix gdbus.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14479 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 0e724d155..1828f6a2e 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.178 2010/08/21 16:53:43 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.179 2010/08/28 04:25:14 avl Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib PORTVERSION= 2.25.14 -PORTREVISION?= 2 +PORTREVISION?= 3 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/}/ \ |