svn commit: r363597 - head/net-mgmt/p5-MRTG-Parse
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:12:18 UTC 2014
Author: sunpoet
Date: Thu Jul 31 15:12:17 2014
New Revision: 363597
URL: http://svnweb.freebsd.org/changeset/ports/363597
QAT: https://qat.redports.org/buildarchive/r363597/
Log:
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr
Modified:
head/net-mgmt/p5-MRTG-Parse/Makefile
head/net-mgmt/p5-MRTG-Parse/pkg-descr
head/net-mgmt/p5-MRTG-Parse/pkg-plist
Modified: head/net-mgmt/p5-MRTG-Parse/Makefile
==============================================================================
--- head/net-mgmt/p5-MRTG-Parse/Makefile Thu Jul 31 15:12:11 2014 (r363596)
+++ head/net-mgmt/p5-MRTG-Parse/Makefile Thu Jul 31 15:12:17 2014 (r363597)
@@ -5,13 +5,15 @@ PORTNAME= MRTG-Parse
PORTVERSION= 0.03
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= MRTG
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Parsing and utilizing logfiles generated by MRTG Tool
-USES= perl5
+LICENSE= LGPL21 LGPL3
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net-mgmt/p5-MRTG-Parse/pkg-descr
==============================================================================
--- head/net-mgmt/p5-MRTG-Parse/pkg-descr Thu Jul 31 15:12:11 2014 (r363596)
+++ head/net-mgmt/p5-MRTG-Parse/pkg-descr Thu Jul 31 15:12:17 2014 (r363597)
@@ -1,5 +1,4 @@
-This perl extension enables its users to parse and utilize the
-logfiles that are generated by the famous MRTG (Multi Router Traffic
-Grapher) tool.
+This perl extension enables its users to parse and utilize the logfiles that are
+generated by the famous MRTG (Multi Router Traffic Grapher) tool.
WWW: http://search.cpan.org/dist/MRTG-Parse/
Modified: head/net-mgmt/p5-MRTG-Parse/pkg-plist
==============================================================================
--- head/net-mgmt/p5-MRTG-Parse/pkg-plist Thu Jul 31 15:12:11 2014 (r363596)
+++ head/net-mgmt/p5-MRTG-Parse/pkg-plist Thu Jul 31 15:12:17 2014 (r363597)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse/.packlist
%%SITE_PERL%%/MRTG/Parse.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse/.packlist
%%PERL5_MAN3%%/MRTG::Parse.3.gz
- at dirrmtry %%SITE_PERL%%/MRTG
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG
+ at dirrmtry %%SITE_PERL%%/MRTG
More information about the svn-ports-all
mailing list