Date: Wed, 30 May 2018 17:47:30 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471139 - head/devel/libconfuse Message-ID: <201805301747.w4UHlULA089466@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805301747.w4UHlULA089466>