svn commit: r318293 - head/textproc/p5-Hatena-Keyword
Martin Wilke
miwi at FreeBSD.org
Thu May 16 09:43:41 UTC 2013
Author: miwi
Date: Thu May 16 09:43:40 2013
New Revision: 318293
URL: http://svnweb.freebsd.org/changeset/ports/318293
Log:
- Fix plist
- Trim header
Reported by: poudriere exp-run
Modified:
head/textproc/p5-Hatena-Keyword/Makefile (contents, props changed)
head/textproc/p5-Hatena-Keyword/pkg-plist (contents, props changed)
Modified: head/textproc/p5-Hatena-Keyword/Makefile
==============================================================================
--- head/textproc/p5-Hatena-Keyword/Makefile Thu May 16 09:41:53 2013 (r318292)
+++ head/textproc/p5-Hatena-Keyword/Makefile Thu May 16 09:43:40 2013 (r318293)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: p5-Hatena-Keyword
-# Date created: 2006-09-02
-# Whom: Masahiro Teramoto <markun at onohara.to>
-#
+# Created by: Masahiro Teramoto <markun at onohara.to>
# $FreeBSD$
-#
PORTNAME= Hatena-Keyword
PORTVERSION= 0.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NAOYA
@@ -23,7 +19,13 @@ BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/d
ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \
p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \
p5-URI>=0:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
+ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+ p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
+ ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \
+ p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
Modified: head/textproc/p5-Hatena-Keyword/pkg-plist
==============================================================================
--- head/textproc/p5-Hatena-Keyword/pkg-plist Thu May 16 09:41:53 2013 (r318292)
+++ head/textproc/p5-Hatena-Keyword/pkg-plist Thu May 16 09:43:40 2013 (r318293)
@@ -2,5 +2,4 @@
%%SITE_PERL%%/Hatena/Keyword.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena/Keyword
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hatena
- at dirrmtry %%SITE_PERL%%/Hatena/Keyword
@dirrmtry %%SITE_PERL%%/Hatena
More information about the svn-ports-head
mailing list