pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/intltool Add a http site to MASTER_SITES to a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58230b0fc1bb
branches:  trunk
changeset: 603322:58230b0fc1bb
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 04 08:43:28 2012 +0000

description:
Add a http site to MASTER_SITES to avoid dependency on curl.

diffstat:

 textproc/intltool/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 8d664e5b09fc -r 58230b0fc1bb textproc/intltool/Makefile
--- a/textproc/intltool/Makefile        Fri May 04 08:31:14 2012 +0000
+++ b/textproc/intltool/Makefile        Fri May 04 08:43:28 2012 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.56 2012/03/03 00:34:40 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2012/05/04 08:43:28 obache Exp $
 #
 
 DISTNAME=              intltool-0.50.2
 CATEGORIES=            textproc devel gnome
-MASTER_SITES=          https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/
+MASTER_SITES=          https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ \
+                       http://launchpadlibrarian.net/94524169/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://launchpad.net/intltool/
@@ -22,9 +23,6 @@
 CHECK_INTERPRETER_SKIP=        share/intltool/*.in
 TEST_TARGET=           check
 
-# due to https
-FETCH_USING=           curl
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index