svn commit: r314069 - head/security/p5-Data-Entropy

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 13 11:17:40 UTC 2013


Author: bapt
Date: Wed Mar 13 11:17:39 2013
New Revision: 314069
URL: http://svnweb.freebsd.org/changeset/ports/314069

Log:
  Do not removed directories not owned by the port
  
  Reported by:	pkg DEVELOPER_MODE

Modified:
  head/security/p5-Data-Entropy/Makefile
  head/security/p5-Data-Entropy/pkg-plist   (contents, props changed)

Modified: head/security/p5-Data-Entropy/Makefile
==============================================================================
--- head/security/p5-Data-Entropy/Makefile	Wed Mar 13 11:14:32 2013	(r314068)
+++ head/security/p5-Data-Entropy/Makefile	Wed Mar 13 11:17:39 2013	(r314069)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-Entropy
-# Date created:		2006-07-19
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Entropy
 PORTVERSION=	0.007

Modified: head/security/p5-Data-Entropy/pkg-plist
==============================================================================
--- head/security/p5-Data-Entropy/pkg-plist	Wed Mar 13 11:14:32 2013	(r314068)
+++ head/security/p5-Data-Entropy/pkg-plist	Wed Mar 13 11:17:39 2013	(r314069)
@@ -5,8 +5,6 @@
 %%SITE_PERL%%/Data/Entropy/RawSource/RandomOrg.pm
 %%SITE_PERL%%/Data/Entropy/RawSource/RandomnumbersInfo.pm
 %%SITE_PERL%%/Data/Entropy/Source.pm
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Entropy
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
 @dirrmtry %%SITE_PERL%%/Data/Entropy/RawSource
 @dirrmtry %%SITE_PERL%%/Data/Entropy
 @dirrmtry %%SITE_PERL%%/Data


More information about the svn-ports-all mailing list