Wed Jul 27 22:30:31 2011 UTC ()
Change MASTER_SITES to the new distribution point


(pettai)
diff -r1.6 -r1.7 pkgsrc/security/opensaml/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/security/opensaml/Makefile (expand / switch to unified diff)

--- pkgsrc/security/opensaml/Makefile 2011/04/22 13:44:36 1.6
+++ pkgsrc/security/opensaml/Makefile 2011/07/27 22:30:31 1.7
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.6 2011/04/22 13:44:36 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2011/07/27 22:30:31 pettai Exp $
2 2
3DISTNAME= opensaml-2.4.1 3DISTNAME= opensaml-2.4.1
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PKGVERSION_NOREV}/ 6MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
7 7
8MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
9HOMEPAGE= http://www.opensaml.org/ 9HOMEPAGE= http://www.opensaml.org/
10COMMENT= Security Assertion Markup Language (SAML) 10COMMENT= Security Assertion Markup Language (SAML)
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --disable-doxygen-doc 18CONFIGURE_ARGS+= --disable-doxygen-doc
19 19