svn commit: r558641 - head/textproc/p5-Lingua-EN-NameCase

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:21:12 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:21:05 2020
New Revision: 558641
URL: https://svnweb.freebsd.org/changeset/ports/558641

Log:
  Update to 1.21
  
  - Add NO_ARCH
  - Remove outdated post-patch:
  
  Changes:	https://metacpan.org/changes/distribution/Lingua-EN-NameCase

Modified:
  head/textproc/p5-Lingua-EN-NameCase/Makefile
  head/textproc/p5-Lingua-EN-NameCase/distinfo

Modified: head/textproc/p5-Lingua-EN-NameCase/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-NameCase/Makefile	Sat Dec 19 20:21:00 2020	(r558640)
+++ head/textproc/p5-Lingua-EN-NameCase/Makefile	Sat Dec 19 20:21:05 2020	(r558641)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Lingua-EN-NameCase
-PORTVERSION=	1.19
+PORTVERSION=	1.21
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +12,11 @@ COMMENT=	Perl module to fix the case of people's names
 
 LICENSE=	ART20
 
+TEST_DEPENDS=	p5-Test-Most>=0:devel/p5-Test-Most
+
 USES=		perl5
 USE_PERL5=	configure
 
-post-patch:
-	@${REINPLACE_CMD} -e '/NAME/ s|Lingua-EN-NameCase|Lingua::EN::NameCase|' ${WRKSRC}/Makefile.PL
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Lingua-EN-NameCase/distinfo
==============================================================================
--- head/textproc/p5-Lingua-EN-NameCase/distinfo	Sat Dec 19 20:21:00 2020	(r558640)
+++ head/textproc/p5-Lingua-EN-NameCase/distinfo	Sat Dec 19 20:21:05 2020	(r558641)
@@ -1,2 +1,3 @@
-SHA256 (Lingua-EN-NameCase-1.19.tar.gz) = eb8b01937de51680ccaf8de30e6baa27e0f090b5fcefda64ab77f7e679172b46
-SIZE (Lingua-EN-NameCase-1.19.tar.gz) = 10637
+TIMESTAMP = 1608366334
+SHA256 (Lingua-EN-NameCase-1.21.tar.gz) = d8ef2b0236aa4c9d0d3d17d13c770792a1b10c81e7a115c1e9e22ffd3a93962f
+SIZE (Lingua-EN-NameCase-1.21.tar.gz) = 12160


More information about the svn-ports-all mailing list