From owner-svn-ports-all@freebsd.org Wed May 30 17:47:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E94C0FC922A; Wed, 30 May 2018 17:47:31 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA4B6F8DE; Wed, 30 May 2018 17:47:31 +0000 (UTC) (envelope-from wg@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AE27649F; Wed, 30 May 2018 17:47:31 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4UHlVxF089469; Wed, 30 May 2018 17:47:31 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4UHlULA089466; Wed, 30 May 2018 17:47:30 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201805301747.w4UHlULA089466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 30 May 2018 17:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471139 - head/devel/libconfuse X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/devel/libconfuse X-SVN-Commit-Revision: 471139 X-SVN-Commit-Repository: ports 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.26 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: Wed, 30 May 2018 17:47:32 -0000 Author: wg Date: Wed May 30 17:47:30 2018 New Revision: 471139 URL: https://svnweb.freebsd.org/changeset/ports/471139 Log: devel/libconfuse: update to 3.2.1 PR: 227473 Approved by: maintainer timeout Modified: head/devel/libconfuse/Makefile head/devel/libconfuse/distinfo head/devel/libconfuse/pkg-plist Modified: head/devel/libconfuse/Makefile ============================================================================== --- head/devel/libconfuse/Makefile Wed May 30 17:22:12 2018 (r471138) +++ head/devel/libconfuse/Makefile Wed May 30 17:47:30 2018 (r471139) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= libconfuse -PORTVERSION= 2.7 -PORTREVISION= 2 +DISTVERSION= 3.2.1 CATEGORIES= devel -MASTER_SITES= SAVANNAH/confuse -DISTNAME= confuse-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= martinh +GH_PROJECT= libconfuse +GH_TAGNAME= v3.2.1 + MAINTAINER= otis@freebsd.sk COMMENT= Configuration file parsing library @@ -16,7 +18,7 @@ LICENSE= ISCL GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --enable-shared INSTALL_TARGET= install-strip -USES= iconv pathfix pkgconfig libtool +USES= autoreconf gettext-tools iconv pathfix pkgconfig libtool USE_LDCONFIG= yes .include Modified: head/devel/libconfuse/distinfo ============================================================================== --- head/devel/libconfuse/distinfo Wed May 30 17:22:12 2018 (r471138) +++ head/devel/libconfuse/distinfo Wed May 30 17:47:30 2018 (r471139) @@ -1,2 +1,3 @@ -SHA256 (confuse-2.7.tar.gz) = e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778 -SIZE (confuse-2.7.tar.gz) = 517272 +TIMESTAMP = 1527704620 +SHA256 (martinh-libconfuse-3.2.1-v3.2.1_GH0.tar.gz) = 2eff8e3c300c4ed1d67fdb13f9d31a72a68e31874b4640db15334305bc40cebd +SIZE (martinh-libconfuse-3.2.1-v3.2.1_GH0.tar.gz) = 116801 Modified: head/devel/libconfuse/pkg-plist ============================================================================== --- head/devel/libconfuse/pkg-plist Wed May 30 17:22:12 2018 (r471138) +++ head/devel/libconfuse/pkg-plist Wed May 30 17:47:30 2018 (r471139) @@ -1,6 +1,6 @@ include/confuse.h lib/libconfuse.a lib/libconfuse.so -lib/libconfuse.so.0 -lib/libconfuse.so.0.0.0 +lib/libconfuse.so.2 +lib/libconfuse.so.2.0.0 libdata/pkgconfig/libconfuse.pc