svn commit: r437771 - head/devel/p5-Locale-gettext

Dmitry Sivachenko demon at FreeBSD.org
Wed Apr 5 08:25:59 UTC 2017


Author: demon
Date: Wed Apr  5 08:25:57 2017
New Revision: 437771
URL: https://svnweb.freebsd.org/changeset/ports/437771

Log:
  Update to version 1.07.
  
  PR:		218376
  Submitted by:	Anton Yuzhaninov <citrin+pr at citrin.ru>

Modified:
  head/devel/p5-Locale-gettext/Makefile
  head/devel/p5-Locale-gettext/distinfo

Modified: head/devel/p5-Locale-gettext/Makefile
==============================================================================
--- head/devel/p5-Locale-gettext/Makefile	Wed Apr  5 07:46:20 2017	(r437770)
+++ head/devel/p5-Locale-gettext/Makefile	Wed Apr  5 08:25:57 2017	(r437771)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Locale-gettext
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,16 @@ DISTNAME=	${PORTNAME:C/.*-//}-${PORTVERS
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Message handling functions
 
+LICENSE=	ARTPERL10 GPLv2
+LICENSE_COMB=	dual
+
+WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 CONFIGURE_ENV+=	LOCALBASE=${LOCALBASE}
 USES=		gettext perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext/gettext.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Locale-gettext/distinfo
==============================================================================
--- head/devel/p5-Locale-gettext/distinfo	Wed Apr  5 07:46:20 2017	(r437770)
+++ head/devel/p5-Locale-gettext/distinfo	Wed Apr  5 08:25:57 2017	(r437771)
@@ -1,2 +1,3 @@
-SHA256 (gettext-1.06.tar.gz) = 2c6e8ae76b7a4affcba3bb0f871fe359341fd212069bdceecaa471f02f4320b2
-SIZE (gettext-1.06.tar.gz) = 8520
+TIMESTAMP = 1491320681
+SHA256 (gettext-1.07.tar.gz) = 909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15
+SIZE (gettext-1.07.tar.gz) = 8651


More information about the svn-ports-all mailing list