From owner-svn-ports-all@freebsd.org Fri Sep 9 06:00:33 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 40E65BD2B67; Fri, 9 Sep 2016 06:00:33 +0000 (UTC) (envelope-from kevlo@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 EDD3AF9A; Fri, 9 Sep 2016 06:00:32 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8960WNc024587; Fri, 9 Sep 2016 06:00:32 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8960Vgq024584; Fri, 9 Sep 2016 06:00:31 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201609090600.u8960Vgq024584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 9 Sep 2016 06:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421596 - in head/devel/iniparser: . files 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.23 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: Fri, 09 Sep 2016 06:00:33 -0000 Author: kevlo Date: Fri Sep 9 06:00:31 2016 New Revision: 421596 URL: https://svnweb.freebsd.org/changeset/ports/421596 Log: Update to 4.0 Deleted: head/devel/iniparser/files/ Modified: head/devel/iniparser/Makefile head/devel/iniparser/distinfo head/devel/iniparser/pkg-descr Modified: head/devel/iniparser/Makefile ============================================================================== --- head/devel/iniparser/Makefile Fri Sep 9 05:21:09 2016 (r421595) +++ head/devel/iniparser/Makefile Fri Sep 9 06:00:31 2016 (r421596) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= iniparser -PORTVERSION= 3.1 +PORTVERSION= 4.0 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://ndevilla.free.fr/iniparser/ MAINTAINER= kevlo@FreeBSD.org COMMENT= Free stand-alone ini file parsing library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_LDCONFIG= yes -MAKE_ARGS= CC="${CC}" +USES= gmake ALL_TARGET= -WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= ndevilla PLIST_FILES= include/dictionary.h include/iniparser.h lib/libiniparser.a \ lib/libiniparser.so lib/libiniparser.so.0 Modified: head/devel/iniparser/distinfo ============================================================================== --- head/devel/iniparser/distinfo Fri Sep 9 05:21:09 2016 (r421595) +++ head/devel/iniparser/distinfo Fri Sep 9 06:00:31 2016 (r421596) @@ -1,2 +1,3 @@ -SHA256 (iniparser-3.1.tar.gz) = aedf23881b834519aea5e861b2400606d211da049cd59d3cfb4568e0d9eff5c5 -SIZE (iniparser-3.1.tar.gz) = 39097 +TIMESTAMP = 1473390159 +SHA256 (ndevilla-iniparser-v4.0_GH0.tar.gz) = e0bbd664bb3f0d64c21ac2d67a843b1c7a3a9710e96393344d170ab8b33e92ba +SIZE (ndevilla-iniparser-v4.0_GH0.tar.gz) = 41188 Modified: head/devel/iniparser/pkg-descr ============================================================================== --- head/devel/iniparser/pkg-descr Fri Sep 9 05:21:09 2016 (r421595) +++ head/devel/iniparser/pkg-descr Fri Sep 9 06:00:31 2016 (r421596) @@ -3,4 +3,4 @@ The library is pretty small (less than 1 does not depend on any other external library to compile. It is written in ANSI C and should compile on most platforms without difficulty. -WWW: http://ndevilla.free.fr/iniparser/ +WWW: https://github.com/ndevilla/iniparser