svn commit: r314052 - head/math/p5-Math-Random-ISAAC-XS

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 13 09:53:24 UTC 2013


Author: bapt
Date: Wed Mar 13 09:53:23 2013
New Revision: 314052
URL: http://svnweb.freebsd.org/changeset/ports/314052

Log:
  Do not try to remove a directory not owned by the port
  
  Reported by:	pkg DEVELOPER_MODE

Modified:
  head/math/p5-Math-Random-ISAAC-XS/Makefile
  head/math/p5-Math-Random-ISAAC-XS/pkg-plist

Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile
==============================================================================
--- head/math/p5-Math-Random-ISAAC-XS/Makefile	Wed Mar 13 09:49:39 2013	(r314051)
+++ head/math/p5-Math-Random-ISAAC-XS/Makefile	Wed Mar 13 09:53:23 2013	(r314052)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Math::Random::ISAAC::XS
-# Date created:				07 Dec, 2009
-# Whom:					Wen Heping <wen at FreeBSD.org>
-#
+# Created by: Wen Heping <wen at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Random-ISAAC-XS
 PORTVERSION=	1.004

Modified: head/math/p5-Math-Random-ISAAC-XS/pkg-plist
==============================================================================
--- head/math/p5-Math-Random-ISAAC-XS/pkg-plist	Wed Mar 13 09:49:39 2013	(r314051)
+++ head/math/p5-Math-Random-ISAAC-XS/pkg-plist	Wed Mar 13 09:53:23 2013	(r314052)
@@ -1,7 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC/XS.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/XS/XS.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/XS/XS.so
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC/XS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math


More information about the svn-ports-all mailing list