Fri May 4 08:43:29 2012 UTC ()
Add a http site to MASTER_SITES to avoid dependency on curl.


(obache)
diff -r1.56 -r1.57 pkgsrc/textproc/intltool/Makefile

cvs diff -r1.56 -r1.57 pkgsrc/textproc/intltool/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/intltool/Makefile 2012/03/03 00:34:40 1.56
+++ pkgsrc/textproc/intltool/Makefile 2012/05/04 08:43:28 1.57
@@ -1,31 +1,29 @@ @@ -1,31 +1,29 @@
1# $NetBSD: Makefile,v 1.56 2012/03/03 00:34:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.57 2012/05/04 08:43:28 obache Exp $
2# 2#
3 3
4DISTNAME= intltool-0.50.2 4DISTNAME= intltool-0.50.2
5CATEGORIES= textproc devel gnome 5CATEGORIES= textproc devel gnome
6MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ 6MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ \
 7 http://launchpadlibrarian.net/94524169/
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://launchpad.net/intltool/ 10HOMEPAGE= http://launchpad.net/intltool/
10COMMENT= Internationalization Tool Collection 11COMMENT= Internationalization Tool Collection
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser 17DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser
17 18
18CONFLICTS= xml-i18n-tools-[0-9]* 19CONFLICTS= xml-i18n-tools-[0-9]*
19 20
20USE_TOOLS+= gmake perl:run 21USE_TOOLS+= gmake perl:run
21GNU_CONFIGURE= YES 22GNU_CONFIGURE= YES
22CHECK_INTERPRETER_SKIP= share/intltool/*.in 23CHECK_INTERPRETER_SKIP= share/intltool/*.in
23TEST_TARGET= check 24TEST_TARGET= check
24 25
25# due to https 
26FETCH_USING= curl 
27 
28.include "../../devel/gettext-lib/buildlink3.mk" 26.include "../../devel/gettext-lib/buildlink3.mk"
29.include "../../converters/libiconv/buildlink3.mk" 27.include "../../converters/libiconv/buildlink3.mk"
30 28
31.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"