diff options
author | tron <tron> | 2012-04-04 17:58:24 +0000 |
---|---|---|
committer | tron <tron> | 2012-04-04 17:58:24 +0000 |
commit | 8b4d2dfd1e69faf0e0ade0984b26c0a46b633778 (patch) | |
tree | 4d5540655ebb0de346330b7c41a4d41d8486cc0c /devel/libcfg+ | |
parent | 499ad3edf0919686157afec6c675304f9bc689e3 (diff) | |
download | pkgsrc-8b4d2dfd1e69faf0e0ade0984b26c0a46b633778.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.
Diffstat (limited to 'devel/libcfg+')
-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 |