svn commit: r472380 - head/devel/libconfuse

Mathieu Arnold mat at FreeBSD.org
Thu Jun 14 14:07:34 UTC 2018


Author: mat
Date: Thu Jun 14 14:07:32 2018
New Revision: 472380
URL: https://svnweb.freebsd.org/changeset/ports/472380

Log:
  Cleanup.
  
  Sponsored by:	Absolight

Modified:
  head/devel/libconfuse/Makefile   (contents, props changed)
  head/devel/libconfuse/distinfo   (contents, props changed)

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Thu Jun 14 13:24:18 2018	(r472379)
+++ head/devel/libconfuse/Makefile	Thu Jun 14 14:07:32 2018	(r472380)
@@ -2,24 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	libconfuse
+DISTVERSIONPREFIX=	v
 DISTVERSION=	3.2.1
 PORTREVISION=	1
 CATEGORIES=	devel
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	martinh
-GH_PROJECT=	libconfuse
-GH_TAGNAME=	v3.2.1
-
 MAINTAINER=	otis at freebsd.sk
 COMMENT=	Configuration file parsing library
 
 LICENSE=	ISCL
 
+USES=		autoreconf gettext-tools iconv pathfix pkgconfig libtool
+USE_LDCONFIG=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	martinh
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-nls --enable-shared
 INSTALL_TARGET=	install-strip
-USES=		autoreconf gettext-tools iconv pathfix pkgconfig libtool
-USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libconfuse/distinfo
==============================================================================
--- head/devel/libconfuse/distinfo	Thu Jun 14 13:24:18 2018	(r472379)
+++ head/devel/libconfuse/distinfo	Thu Jun 14 14:07:32 2018	(r472380)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1528983610
+SHA256 (martinh-libconfuse-v3.2.1_GH0.tar.gz) = 2eff8e3c300c4ed1d67fdb13f9d31a72a68e31874b4640db15334305bc40cebd
+SIZE (martinh-libconfuse-v3.2.1_GH0.tar.gz) = 116801


More information about the svn-ports-all mailing list