Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 14:07:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472380 - head/devel/libconfuse
Message-ID:  <201806141407.w5EE7Xoi094425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806141407.w5EE7Xoi094425>