Date: Sat, 14 Sep 2013 07:37:39 +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: r327236 - head/devel/p5-File-Touch Message-ID: <201309140737.r8E7bd0Z039764@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org -COMMENT= Module to 'touch' files +MAINTAINER= ports@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140737.r8E7bd0Z039764>