svn commit: r405151 - branches/2016Q1/devel/libcfg
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jan 3 14:24:55 UTC 2016
Author: rakuco
Date: Sun Jan 3 14:24:53 2016
New Revision: 405151
URL: https://svnweb.freebsd.org/changeset/ports/405151
Log:
MFH: r405150
Fix MASTER_SITES and unmark BROKEN.
Approved by: portmgr blanket
Modified:
branches/2016Q1/devel/libcfg/Makefile
branches/2016Q1/devel/libcfg/pkg-descr
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/devel/libcfg/Makefile
==============================================================================
--- branches/2016Q1/devel/libcfg/Makefile Sun Jan 3 14:24:09 2016 (r405150)
+++ branches/2016Q1/devel/libcfg/Makefile Sun Jan 3 14:24:53 2016 (r405151)
@@ -5,14 +5,12 @@ PORTNAME= libcfg
PORTVERSION= 0.6.2
PORTREVISION= 3
CATEGORIES= devel
-MASTER_SITES= http://platon.sk/upload/_projects/00003/
+MASTER_SITES= http://opensource.platon.org/projects/
DISTNAME= ${PORTNAME}+-${DISTVERSION}
MAINTAINER= rodrigo at FreeBSD.org
COMMENT= Library for command line and configuration file parsing
-BROKEN= unfetchable
-
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: branches/2016Q1/devel/libcfg/pkg-descr
==============================================================================
--- branches/2016Q1/devel/libcfg/pkg-descr Sun Jan 3 14:24:09 2016 (r405150)
+++ branches/2016Q1/devel/libcfg/pkg-descr Sun Jan 3 14:24:53 2016 (r405151)
@@ -5,4 +5,4 @@ postfixes, and more. It supports many da
decimal numbers, strings with many additional data type flags (such as
multiple values for a single option).
-WWW: http://platon.sk/projects/libcfg+
+WWW: http://opensource.platon.org/projects/main_page.php?project_id=3
More information about the svn-ports-branches
mailing list