svn commit: r484244 - head/devel/p5-Locale-libintl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 5 21:45:54 UTC 2018


Author: sunpoet
Date: Mon Nov  5 21:45:45 2018
New Revision: 484244
URL: https://svnweb.freebsd.org/changeset/ports/484244

Log:
  Update to 1.30
  
  - Fix LICENSE
  - Add LICENSE_FILE
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/libintl-perl

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

Modified: head/devel/p5-Locale-libintl/Makefile
==============================================================================
--- head/devel/p5-Locale-libintl/Makefile	Mon Nov  5 21:45:37 2018	(r484243)
+++ head/devel/p5-Locale-libintl/Makefile	Mon Nov  5 21:45:45 2018	(r484244)
@@ -2,16 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	Locale-libintl
-PORTVERSION=	1.29
+PORTVERSION=	1.30
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	libintl-perl-${PORTVERSION}
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Internationalization library for Perl
 
-LICENSE=	LGPL21
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gettext iconv:translit perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Locale-libintl/distinfo
==============================================================================
--- head/devel/p5-Locale-libintl/distinfo	Mon Nov  5 21:45:37 2018	(r484243)
+++ head/devel/p5-Locale-libintl/distinfo	Mon Nov  5 21:45:45 2018	(r484244)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510338664
-SHA256 (libintl-perl-1.29.tar.gz) = 78935f10db6d6a080c3160b4ae02c3f6ed07ef6bf624623295a87545e0cbfbb1
-SIZE (libintl-perl-1.29.tar.gz) = 440973
+TIMESTAMP = 1541430847
+SHA256 (libintl-perl-1.30.tar.gz) = 0cdc7cfb5732eee0651be856720cb1a5996dbc04a30d0daf3c66c0b447f93108
+SIZE (libintl-perl-1.30.tar.gz) = 598122


More information about the svn-ports-all mailing list