Date: Thu, 16 May 2013 09:43:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318293 - head/textproc/p5-Hatena-Keyword Message-ID: <201305160943.r4G9hfKW069901@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@onohara.to> -# +# Created by: Masahiro Teramoto <markun@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 -@dirrmtry %%SITE_PERL%%/Hatena/Keyword @dirrmtry %%SITE_PERL%%/Hatena
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305160943.r4G9hfKW069901>