Date: Thu, 6 Feb 2014 11:43:02 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343035 - in head/japanese: p5-Date-Japanese-Holiday p5-DateTime-Format-Japanese p5-Encode-EUCJPMS p5-Encode-JP-Emoji p5-Encode-JP-Mobile p5-HTML-MobileJp p5-Lingua-JA-Kana p5-Lingua-JA... Message-ID: <201402061143.s16Bh2Bg099662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 6 11:43:02 2014 New Revision: 343035 URL: http://svnweb.freebsd.org/changeset/ports/343035 QAT: https://qat.redports.org/buildarchive/r343035/ Log: Restore language specific package prefix. This has been erroneously removed during the staging conversion. Sorry about the noise. Modified: head/japanese/p5-Date-Japanese-Holiday/Makefile head/japanese/p5-DateTime-Format-Japanese/Makefile head/japanese/p5-Encode-EUCJPMS/Makefile head/japanese/p5-Encode-JP-Emoji/Makefile head/japanese/p5-Encode-JP-Mobile/Makefile head/japanese/p5-HTML-MobileJp/Makefile head/japanese/p5-Lingua-JA-Kana/Makefile head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile Modified: head/japanese/p5-Date-Japanese-Holiday/Makefile ============================================================================== --- head/japanese/p5-Date-Japanese-Holiday/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-Date-Japanese-Holiday/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -5,7 +5,6 @@ PORTVERSION= 0.05 PORTREVISION= 1 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for Calculate Japanese Holiday @@ -18,4 +17,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-DateTime-Format-Japanese/Makefile ============================================================================== --- head/japanese/p5-DateTime-Format-Japanese/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-DateTime-Format-Japanese/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -6,7 +6,6 @@ PORTVERSION= 0.04000 CATEGORIES= japanese devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI -PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= A Japanese DateTime Formatter @@ -21,4 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-Encode-EUCJPMS/Makefile ============================================================================== --- head/japanese/p5-Encode-EUCJPMS/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-Encode-EUCJPMS/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -6,7 +6,6 @@ PORTVERSION= 0.07 PORTREVISION= 2 CATEGORIES= japanese converters perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= knu@FreeBSD.org COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese @@ -14,4 +13,8 @@ COMMENT= A Perl5 module defining Microso USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-Encode-JP-Emoji/Makefile ============================================================================== --- head/japanese/p5-Encode-JP-Emoji/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-Encode-JP-Emoji/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -4,7 +4,6 @@ PORTNAME= Encode-JP-Emoji PORTVERSION= 0.60 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Emoji encodings and cross-mapping tables @@ -12,4 +11,8 @@ COMMENT= Perl extension for Emoji encodi USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-Encode-JP-Mobile/Makefile ============================================================================== --- head/japanese/p5-Encode-JP-Mobile/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-Encode-JP-Mobile/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -4,7 +4,6 @@ PORTNAME= Encode-JP-Mobile PORTVERSION= 0.30 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for encoding for mobile phones in Japan @@ -22,4 +21,8 @@ USE_PERL5= configure post-install: @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Encode/JP/Mobile/Mobile.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-HTML-MobileJp/Makefile ============================================================================== --- head/japanese/p5-HTML-MobileJp/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-HTML-MobileJp/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -5,7 +5,6 @@ PORTNAME= HTML-MobileJp PORTVERSION= 0.08 CATEGORIES= japanese www perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Generate mobile-jp html tags @@ -23,4 +22,8 @@ TEST_DEPENDS= p5-Test-Base>0:${PORTSDIR} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-Lingua-JA-Kana/Makefile ============================================================================== --- head/japanese/p5-Lingua-JA-Kana/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-Lingua-JA-Kana/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -5,7 +5,6 @@ PORTNAME= Lingua-JA-Kana PORTVERSION= 0.07 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Converts between Kanas and Romaji @@ -13,4 +12,8 @@ COMMENT= Converts between Kanas and Roma USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> Modified: head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile ============================================================================== --- head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile Thu Feb 6 11:40:40 2014 (r343034) +++ head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile Thu Feb 6 11:43:02 2014 (r343035) @@ -4,7 +4,6 @@ PORTNAME= Lingua-JA-Regular-Unicode PORTVERSION= 0.12 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert Japanese chars @@ -15,4 +14,8 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= modbuild -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061143.s16Bh2Bg099662>