From owner-svn-ports-all@freebsd.org Sun Jan 3 14:24:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87C74A60128; Sun, 3 Jan 2016 14:24:10 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 582B41EAC; Sun, 3 Jan 2016 14:24:10 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EO9xL022326; Sun, 3 Jan 2016 14:24:09 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EO94H022324; Sun, 3 Jan 2016 14:24:09 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031424.u03EO94H022324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405150 - head/devel/libcfg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:24:10 -0000 Author: rakuco Date: Sun Jan 3 14:24:09 2016 New Revision: 405150 URL: https://svnweb.freebsd.org/changeset/ports/405150 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/devel/libcfg/Makefile head/devel/libcfg/pkg-descr Modified: head/devel/libcfg/Makefile ============================================================================== --- head/devel/libcfg/Makefile Sun Jan 3 14:22:03 2016 (r405149) +++ head/devel/libcfg/Makefile Sun Jan 3 14:24:09 2016 (r405150) @@ -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@FreeBSD.org COMMENT= Library for command line and configuration file parsing -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/libcfg/pkg-descr ============================================================================== --- head/devel/libcfg/pkg-descr Sun Jan 3 14:22:03 2016 (r405149) +++ head/devel/libcfg/pkg-descr Sun Jan 3 14:24:09 2016 (r405150) @@ -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