svn commit: r327517 - head/japanese/kcode

Andrej Zverev az at FreeBSD.org
Wed Sep 18 06:23:11 UTC 2013


Author: az
Date: Wed Sep 18 06:23:10 2013
New Revision: 327517
URL: http://svnweb.freebsd.org/changeset/ports/327517

Log:
  - Calling pod2man from extract stage require perl
  - Replace pkg-plist with PLIST_FILES
  - Pet portlint(1)

Deleted:
  head/japanese/kcode/pkg-plist
Modified:
  head/japanese/kcode/Makefile
  head/japanese/kcode/pkg-descr   (contents, props changed)

Modified: head/japanese/kcode/Makefile
==============================================================================
--- head/japanese/kcode/Makefile	Wed Sep 18 06:21:10 2013	(r327516)
+++ head/japanese/kcode/Makefile	Wed Sep 18 06:23:10 2013	(r327517)
@@ -9,16 +9,19 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}.gz
 EXTRACT_ONLY=	${DISTFILES}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A handy utility to show codepoint information of given characters
-
-USES=		perl5
+COMMENT=	Handy utility to show codepoint information of given characters
 
+USES=		shebangfix perl5
+USE_PERL5=	extract run
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+SHEBANG_FILES=	kcode
+perl_OLD_CMD=	/usr/bin/env perl
 
 MANLANG=	ja
 MAN1=		kcode.1
 MANCOMPRESSED=	no
+PLIST_FILES=	bin/kcode
 
 RUN_DEPENDS=	ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
 

Modified: head/japanese/kcode/pkg-descr
==============================================================================
--- head/japanese/kcode/pkg-descr	Wed Sep 18 06:21:10 2013	(r327516)
+++ head/japanese/kcode/pkg-descr	Wed Sep 18 06:23:10 2013	(r327517)
@@ -1,5 +1,4 @@
 kcode is a handy utility to show codepoint information of given
 characters.
 
-Author:	HIROSE, Masaaki <hirose31 -at- irori -dot- org>
 WWW: http://www.irori.org/tool/kcode.html


More information about the svn-ports-all mailing list