svn commit: r327236 - head/devel/p5-File-Touch

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 14 07:37:40 UTC 2013


Author: sunpoet
Date: Sat Sep 14 07:37:39 2013
New Revision: 327236
URL: http://svnweb.freebsd.org/changeset/ports/327236

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

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

Modified: head/devel/p5-File-Touch/Makefile
==============================================================================
--- head/devel/p5-File-Touch/Makefile	Sat Sep 14 07:33:30 2013	(r327235)
+++ head/devel/p5-File-Touch/Makefile	Sat Sep 14 07:37:39 2013	(r327236)
@@ -1,19 +1,21 @@
 # Created by: Eric Freeman <freebsdports at chillibear.com>
 # $FreeBSD$
 
-PORTNAME=		File-Touch
-PORTVERSION=		0.08
-CATEGORIES=		devel perl5
-MASTER_SITES=		CPAN
-MASTER_SITE_SUBDIR=	File
-PKGNAMEPREFIX=		p5-
+PORTNAME=	File-Touch
+PORTVERSION=	0.08
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
-MAINTAINER=		ports at FreeBSD.org
-COMMENT=		Module to 'touch' files
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	Module to 'touch' files
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	File::Touch.3
+MAN3=		File::Touch.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-File-Touch/pkg-descr
==============================================================================
--- head/devel/p5-File-Touch/pkg-descr	Sat Sep 14 07:33:30 2013	(r327235)
+++ head/devel/p5-File-Touch/pkg-descr	Sat Sep 14 07:37:39 2013	(r327236)
@@ -1,4 +1,4 @@
-Update access and modification timestamps,
-creating nonexistent files where necessary.
+File::Touch - update access and modification timestamps, creating nonexistent
+files where necessary.
 
-WWW: http://search.cpan.org/dist/File-Touch/Touch.pm
+WWW: http://search.cpan.org/dist/File-Touch/


More information about the svn-ports-all mailing list