Date: Wed, 5 Apr 2017 08:25:58 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437771 - head/devel/p5-Locale-gettext Message-ID: <201704050825.v358PwAv055836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704050825.v358PwAv055836>