diff options
author | tron <tron@pkgsrc.org> | 2012-04-04 17:58:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-04-04 17:58:24 +0000 |
commit | f78c701a3176c8f4160ac259e4e4d26d947dc4bf (patch) | |
tree | 4d5540655ebb0de346330b7c41a4d41d8486cc0c | |
parent | 36bd3c5cab93d5fd961ea6c7b5d4b719d7c9e70a (diff) | |
download | pkgsrc-f78c701a3176c8f4160ac259e4e4d26d947dc4bf.tar.gz |
Update master site URL and home page.
The old master site URL results in a HTTP authentication request which
hangs (at least) interactive builds.
-rw-r--r-- | devel/libcfg+/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libcfg+/Makefile b/devel/libcfg+/Makefile index 4ea272577e2..a9bcd400ae5 100644 --- a/devel/libcfg+/Makefile +++ b/devel/libcfg+/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2010/02/19 20:16:40 heinz Exp $ -# +# $NetBSD: Makefile,v 1.8 2012/04/04 17:58:24 tron Exp $ DISTNAME= libcfg+-0.6.2 PKGREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://platon.sk/upload/_projects/00003/ +MASTER_SITES= http://opensource.platon.sk/upload/_projects/00003/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://platon.sk/projects/libcfg+/ +HOMEPAGE= http://opensource.platon.sk/projects/main_page.php?project_id=3 COMMENT= Command line and configuration file parsing library LICENSE= gnu-gpl-v2 |