From owner-svn-ports-head@FreeBSD.ORG Wed Mar 13 09:53:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 49B917D5; Wed, 13 Mar 2013 09:53:24 +0000 (UTC) (envelope-from bapt@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 325361A4; Wed, 13 Mar 2013 09:53:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D9rOCs068753; Wed, 13 Mar 2013 09:53:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2D9rNB1068751; Wed, 13 Mar 2013 09:53:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201303130953.r2D9rNB1068751@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 13 Mar 2013 09:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314052 - head/math/p5-Math-Random-ISAAC-XS 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: Wed, 13 Mar 2013 09:53:24 -0000 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 -# +# Created by: Wen Heping # $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 -@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