From owner-svn-ports-branches@freebsd.org Sun Jan 3 14:24:55 2016 Return-Path: Delivered-To: svn-ports-branches@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 0D655A60171; Sun, 3 Jan 2016 14:24:55 +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 C89561FA5; Sun, 3 Jan 2016 14:24:54 +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 u03EOr4D022493; Sun, 3 Jan 2016 14:24:53 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EOrlg022490; Sun, 3 Jan 2016 14:24:53 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031424.u03EOrlg022490@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:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405151 - branches/2016Q1/devel/libcfg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:24:55 -0000 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@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