From owner-svn-ports-head@FreeBSD.ORG Thu May 16 09:43:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D23849C1; Thu, 16 May 2013 09:43:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E8992AA3; Thu, 16 May 2013 09:43:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4G9hrQZ070076; Thu, 16 May 2013 09:43:53 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4G9hrZ9070073; Thu, 16 May 2013 09:43:53 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305160943.r4G9hrZ9070073@svn.freebsd.org> From: Martin Wilke Date: Thu, 16 May 2013 09:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318295 - head/security/p5-Crypt-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 09:43:56 -0000 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 -# +# Created by: Alexander Kriventsov # $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 -@dirrmtry %%SITE_PERL%%/Crypt/Simple @dirrmtry %%SITE_PERL%%/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt