Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 15:17:31 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319517 - head/www/p5-CGI-Application-Server
Message-ID:  <201305311517.r4VFHV5x041603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri May 31 15:17:30 2013
New Revision: 319517
URL: http://svnweb.freebsd.org/changeset/ports/319517

Log:
  - Do not try to remove dirs. not created by the port
  - Trim header
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/www/p5-CGI-Application-Server/Makefile   (contents, props changed)
  head/www/p5-CGI-Application-Server/pkg-plist   (contents, props changed)

Modified: head/www/p5-CGI-Application-Server/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Server/Makefile	Fri May 31 15:17:07 2013	(r319516)
+++ head/www/p5-CGI-Application-Server/Makefile	Fri May 31 15:17:30 2013	(r319517)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	www/p5-CGI-Application-Server
-# Date created:				14 September 2005
-# Whom:					George Hartzell <hartzell@alerce.com>
-#
+# Created by: George Hartzell <hartzell@alerce.com>
 # $FreeBSD$
-#
 
 PORTNAME=	CGI-Application-Server
 PORTVERSION=	0.062

Modified: head/www/p5-CGI-Application-Server/pkg-plist
==============================================================================
--- head/www/p5-CGI-Application-Server/pkg-plist	Fri May 31 15:17:07 2013	(r319516)
+++ head/www/p5-CGI-Application-Server/pkg-plist	Fri May 31 15:17:30 2013	(r319517)
@@ -1,6 +1,5 @@
 %%SITE_PERL%%/CGI/Application/Server.pm
 @dirrmtry %%SITE_PERL%%/CGI/Application
 @dirrmtry %%SITE_PERL%%/CGI
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application/Server
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Application
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305311517.r4VFHV5x041603>