diff options
author | obache <obache> | 2013-12-10 05:18:46 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-10 05:18:46 +0000 |
commit | dee8898fd3685bbb435bf7e9dc973b08485bf856 (patch) | |
tree | 639ed4c105c908681276a2ca6d326366790a1ec7 | |
parent | 9d77295edd895635194bba750484511c24fd57f7 (diff) | |
download | pkgsrc-dee8898fd3685bbb435bf7e9dc973b08485bf856.tar.gz |
Last glib2 put on ftp.gtk.org is 2.34, so drop it from MASTER_SITES.
-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 |