svn commit: r550404 - head/devel/libconfuse

Gleb Popov arrowd at FreeBSD.org
Mon Sep 28 07:45:38 UTC 2020


Author: arrowd
Date: Mon Sep 28 07:45:36 2020
New Revision: 550404
URL: https://svnweb.freebsd.org/changeset/ports/550404

Log:
  devel/libconfuse: Use release archive as the distribution file instead of git tag
  
  PR:		249499
  Submitted by:	daniel.engberg.lists at pyret.net (original patch), Juraj Lutter <juraj at lutter.sk> (maintainer)

Modified:
  head/devel/libconfuse/Makefile
  head/devel/libconfuse/distinfo
  head/devel/libconfuse/pkg-plist

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Mon Sep 28 07:23:24 2020	(r550403)
+++ head/devel/libconfuse/Makefile	Mon Sep 28 07:45:36 2020	(r550404)
@@ -2,24 +2,29 @@
 # $FreeBSD$
 
 PORTNAME=	libconfuse
-DISTVERSIONPREFIX=	v
-DISTVERSION=	3.3
-PORTREVISION=	1
+PORTVERSION=	3.3
+PORTREVISION=	2
 CATEGORIES=	devel
+MASTER_SITES=	https://github.com/libconfuse/libconfuse/releases/download/v${PORTVERSION}/
+DISTNAME=	confuse-${PORTVERSION}
 
 MAINTAINER=	juraj at lutter.sk
 COMMENT=	Configuration file parsing library
 
 LICENSE=	ISCL
 
-USES=		autoreconf gettext-tools iconv pathfix pkgconfig libtool
+USES=		iconv libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
-USE_GITHUB=	yes
-GH_ACCOUNT=	libconfuse
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-nls --enable-shared
+CONFIGURE_ARGS=	--enable-shared --disable-examples
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
+
+OPTIONS_DEFINE=		NLS
+OPTIONS_SUB=		yes
+
+NLS_USES=			gettext
+NLS_CONFIGURE_ENABLE=		nls
 
 .include <bsd.port.mk>

Modified: head/devel/libconfuse/distinfo
==============================================================================
--- head/devel/libconfuse/distinfo	Mon Sep 28 07:23:24 2020	(r550403)
+++ head/devel/libconfuse/distinfo	Mon Sep 28 07:45:36 2020	(r550404)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597585961
-SHA256 (libconfuse-libconfuse-v3.3_GH0.tar.gz) = cb90c06f2dbec971792af576d5b9a382fb3c4ca2b1deea55ea262b403f4e641e
-SIZE (libconfuse-libconfuse-v3.3_GH0.tar.gz) = 123482
+TIMESTAMP = 1600680024
+SHA256 (confuse-3.3.tar.xz) = 1dd50a0320e135a55025b23fcdbb3f0a81913b6d0b0a9df8cc2fdf3b3dc67010
+SIZE (confuse-3.3.tar.xz) = 485140

Modified: head/devel/libconfuse/pkg-plist
==============================================================================
--- head/devel/libconfuse/pkg-plist	Mon Sep 28 07:23:24 2020	(r550403)
+++ head/devel/libconfuse/pkg-plist	Mon Sep 28 07:45:36 2020	(r550404)
@@ -8,3 +8,6 @@ share/doc/confuse/AUTHORS
 share/doc/confuse/ChangeLog.md
 share/doc/confuse/LICENSE
 share/doc/confuse/README.md
+%%NLS%%share/locale/de/LC_MESSAGES/confuse.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/confuse.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/confuse.mo


More information about the svn-ports-all mailing list