diff options
author | pettai <pettai@pkgsrc.org> | 2011-07-27 22:23:43 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-07-27 22:23:43 +0000 |
commit | 629fc630146421419d1f8b9440ca44988480020f (patch) | |
tree | 44e9a68bce91c39ee11035603a932f3014553a5f /www/shibboleth-sp | |
parent | 41dc26025cc4163346b3fe44af84f170a25ef0e9 (diff) | |
download | pkgsrc-629fc630146421419d1f8b9440ca44988480020f.tar.gz |
Change MASTER_SITES to the new distribution point
Diffstat (limited to 'www/shibboleth-sp')
-rw-r--r-- | www/shibboleth-sp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/shibboleth-sp/Makefile b/www/shibboleth-sp/Makefile index 84cb571e129..f21720686d4 100644 --- a/www/shibboleth-sp/Makefile +++ b/www/shibboleth-sp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2011/04/22 13:45:00 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/27 22:33:26 pettai Exp $ # DISTNAME= shibboleth-sp-2.4.2 PKGREVISION= 1 CATEGORIES= www -MASTER_SITES= http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/ +MASTER_SITES= http://www.shibboleth.net/downloads/service-provider/2.4.2/ MAINTAINER= pettai@NetBSD.org HOMEPAGE= http://shibboleth.internet2.edu/ |