svn commit: r471139 - head/devel/libconfuse

Mathieu Arnold mat at FreeBSD.org
Wed May 30 18:23:11 UTC 2018


On Wed, May 30, 2018 at 05:47:30PM +0000, William Grzybowski wrote:
> 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}
>  

The whole USE_GITHUB block happens way too early, see
https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html

> +USE_GITHUB=	yes
> +GH_ACCOUNT=	martinh
> +GH_PROJECT=	libconfuse

This is the default, please remove.

> +GH_TAGNAME=	v3.2.1

Replace in favor of DISTVERSIONPREFIX=v

>  MAINTAINER=	otis at 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
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180530/a44d969a/attachment.sig>


More information about the svn-ports-all mailing list