diff options
author | obache <obache@pkgsrc.org> | 2013-12-10 05:18:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-10 05:18:46 +0000 |
commit | cd09f6a40cc02d5a29e9fd07ab346a1b529ef265 (patch) | |
tree | 639ed4c105c908681276a2ca6d326366790a1ec7 /devel | |
parent | bfb13e1bf2d5fe00523cb0c4c0c2f2c1428abbf5 (diff) | |
download | pkgsrc-cd09f6a40cc02d5a29e9fd07ab346a1b529ef265.tar.gz |
Last glib2 put on ftp.gtk.org is 2.34, so drop it from MASTER_SITES.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/glib2/Makefile.common b/devel/glib2/Makefile.common index f187a441e20..6c86b3f68f9 100644 --- a/devel/glib2/Makefile.common +++ b/devel/glib2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2013/12/08 13:08:59 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.35 2013/12/10 05:18:46 obache Exp $ # # used by devel/glib2/Makefile # used by devel/gdbus-codegen/Makefile @@ -9,8 +9,7 @@ DISTNAME= glib-2.38.2 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= # empty; redefined in Makefile -MASTER_SITES= ftp://ftp.gtk.org/pub/glib/${PKGVERSION_NOREV:R}/ \ - ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org |