svn commit: r474424 - in head/japanese: p5-Lingua-JA-Moji p5-Lingua-JA-Numbers

Koichiro Iwao meta at FreeBSD.org
Wed Jul 11 05:50:49 UTC 2018


Author: meta
Date: Wed Jul 11 05:50:47 2018
New Revision: 474424
URL: https://svnweb.freebsd.org/changeset/ports/474424

Log:
  japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIX
  
  japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and
  japanese/p5-Lingua-JA-Numbers didn't have ja- prefix.
  Set ja-p5- prefix to all Lingua ports under Japanese category.
  
  PR:		229184
  Submitted by:	Tomohiro Hosaka <bokutin at bokut.in> (initial version)
  Reviewed by:	pi, mat
  Approved by:	pi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16002

Modified:
  head/japanese/p5-Lingua-JA-Moji/Makefile
  head/japanese/p5-Lingua-JA-Numbers/Makefile

Modified: head/japanese/p5-Lingua-JA-Moji/Makefile
==============================================================================
--- head/japanese/p5-Lingua-JA-Moji/Makefile	Wed Jul 11 05:26:15 2018	(r474423)
+++ head/japanese/p5-Lingua-JA-Moji/Makefile	Wed Jul 11 05:50:47 2018	(r474424)
@@ -4,7 +4,6 @@ PORTNAME=	Lingua-JA-Moji
 PORTVERSION=	0.36
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to handle many kinds of Japanese characters
@@ -21,5 +20,7 @@ USE_PERL5=	configure
 NO_ARCH=	YES
 
 .include <bsd.port.pre.mk>
+
 PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
+
 .include <bsd.port.post.mk>

Modified: head/japanese/p5-Lingua-JA-Numbers/Makefile
==============================================================================
--- head/japanese/p5-Lingua-JA-Numbers/Makefile	Wed Jul 11 05:26:15 2018	(r474423)
+++ head/japanese/p5-Lingua-JA-Numbers/Makefile	Wed Jul 11 05:50:47 2018	(r474424)
@@ -5,7 +5,6 @@ PORTNAME=	Lingua-JA-Numbers
 PORTVERSION=	0.05
 CATEGORIES=	japanese perl5
 MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Converts numeric values to and from their Japanese string equivalents
@@ -16,4 +15,8 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list