Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 07:33:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327235 - head/devel/p5-File-Pid-Quick
Message-ID:  <201309140733.r8E7XUQQ038430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 14 07:33:30 2013
New Revision: 327235
URL: http://svnweb.freebsd.org/changeset/ports/327235

Log:
  - Add LICENSE
  - Remove unnecessary MASTER_SITES_SUBDIR
  - Cosmetic change
  - Fix WWW

Modified:
  head/devel/p5-File-Pid-Quick/Makefile
  head/devel/p5-File-Pid-Quick/pkg-descr   (contents, props changed)

Modified: head/devel/p5-File-Pid-Quick/Makefile
==============================================================================
--- head/devel/p5-File-Pid-Quick/Makefile	Sat Sep 14 07:31:07 2013	(r327234)
+++ head/devel/p5-File-Pid-Quick/Makefile	Sat Sep 14 07:33:30 2013	(r327235)
@@ -1,22 +1,21 @@
 # Created by: Eric Freeman <freebsdports@chillibear.com>
 # $FreeBSD$
 
-PORTNAME=		File-Pid-Quick
-PORTVERSION=		1.02
-CATEGORIES=		devel perl5
-MASTER_SITES=		CPAN
-MASTER_SITE_SUBDIR=	File
-PKGNAMEPREFIX=		p5-
+PORTNAME=	File-Pid-Quick
+PORTVERSION=	1.02
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Associates a PID file with your script
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Associates a PID file with your script
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	File::Pid::Quick.3
-
-regression-test:
-	cd ${WRKSRC} && ${MAKE} test
+MAN3=		File::Pid::Quick.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-File-Pid-Quick/pkg-descr
==============================================================================
--- head/devel/p5-File-Pid-Quick/pkg-descr	Sat Sep 14 07:31:07 2013	(r327234)
+++ head/devel/p5-File-Pid-Quick/pkg-descr	Sat Sep 14 07:33:30 2013	(r327235)
@@ -9,4 +9,4 @@ interface that makes adding PID-file-bas
 to your script as quick and simple as possible; hence File::Pid::Quick.
 For a more nuanced implementation of PID files, please see File::Pid.
 
-WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm
+WWW: http://search.cpan.org/dist/File-Pid-Quick/



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