svn commit: r381803 - head/devel/p5-File-Monitor
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 21 17:17:35 UTC 2015
Author: sunpoet
Date: Sat Mar 21 17:17:34 2015
New Revision: 381803
URL: https://svnweb.freebsd.org/changeset/ports/381803
QAT: https://qat.redports.org/buildarchive/r381803/
Log:
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket) [1]
With hat: perl
Modified:
head/devel/p5-File-Monitor/Makefile
Modified: head/devel/p5-File-Monitor/Makefile
==============================================================================
--- head/devel/p5-File-Monitor/Makefile Sat Mar 21 17:17:29 2015 (r381802)
+++ head/devel/p5-File-Monitor/Makefile Sat Mar 21 17:17:34 2015 (r381803)
@@ -3,7 +3,7 @@
PORTNAME= File-Monitor
PORTVERSION= 1.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= markun at onohara.to
COMMENT= Monitor files and directories for changes
-BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list