svn commit: r318295 - head/security/p5-Crypt-Simple
Martin Wilke
miwi at FreeBSD.org
Thu May 16 09:43:56 UTC 2013
Author: miwi
Date: Thu May 16 09:43:52 2013
New Revision: 318295
URL: http://svnweb.freebsd.org/changeset/ports/318295
Log:
- Fix plist
- Trim header
Reported by: poudriere exp-run
Modified:
head/security/p5-Crypt-Simple/Makefile (contents, props changed)
head/security/p5-Crypt-Simple/pkg-plist (contents, props changed)
Modified: head/security/p5-Crypt-Simple/Makefile
==============================================================================
--- head/security/p5-Crypt-Simple/Makefile Thu May 16 09:43:47 2013 (r318294)
+++ head/security/p5-Crypt-Simple/Makefile Thu May 16 09:43:52 2013 (r318295)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: p5-Crypt-Simple
-# Date created: 01 Jun 2010
-# Whom: Alexander Kriventsov <avk at vl.ru>
-#
+# Created by: Alexander Kriventsov <avk at vl.ru>
# $FreeBSD$
-#
PORTNAME= Crypt-Simple
PORTVERSION= 0.06
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,7 +14,9 @@ COMMENT= Perl encrypt stuff simply
RUN_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
+ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
+ p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
PERL_CONFIGURE= yes
Modified: head/security/p5-Crypt-Simple/pkg-plist
==============================================================================
--- head/security/p5-Crypt-Simple/pkg-plist Thu May 16 09:43:47 2013 (r318294)
+++ head/security/p5-Crypt-Simple/pkg-plist Thu May 16 09:43:52 2013 (r318295)
@@ -1,6 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple/.packlist
%%SITE_PERL%%/Crypt/Simple.pm
- at dirrmtry %%SITE_PERL%%/Crypt/Simple
@dirrmtry %%SITE_PERL%%/Crypt
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
More information about the svn-ports-head
mailing list