svn commit: r444751 - head/www/p5-HTTPD-Log-Filter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 13:45:08 UTC 2017


Author: sunpoet
Date: Fri Jun 30 13:45:07 2017
New Revision: 444751
URL: https://svnweb.freebsd.org/changeset/ports/444751

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE
    - Add NO_ARCH
    - Sort PLIST
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/www/p5-HTTPD-Log-Filter/Makefile
  head/www/p5-HTTPD-Log-Filter/pkg-plist

Modified: head/www/p5-HTTPD-Log-Filter/Makefile
==============================================================================
--- head/www/p5-HTTPD-Log-Filter/Makefile	Fri Jun 30 13:45:02 2017	(r444750)
+++ head/www/p5-HTTPD-Log-Filter/Makefile	Fri Jun 30 13:45:07 2017	(r444751)
@@ -2,7 +2,7 @@
 
 PORTNAME=	HTTPD-Log-Filter
 PORTVERSION=	1.08
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:AWRIGLEY
@@ -11,9 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl module to filter entries out of an httpd log
 
-BUILD_DEPENDS=	p5-IO-Zlib>=0:archivers/p5-IO-Zlib
-RUN_DEPENDS=	p5-IO-Zlib>=0:archivers/p5-IO-Zlib
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-HTTPD-Log-Filter/pkg-plist
==============================================================================
--- head/www/p5-HTTPD-Log-Filter/pkg-plist	Fri Jun 30 13:45:02 2017	(r444750)
+++ head/www/p5-HTTPD-Log-Filter/pkg-plist	Fri Jun 30 13:45:07 2017	(r444751)
@@ -1,4 +1,4 @@
 bin/exclude_robots
-%%PERL5_MAN3%%/HTTPD::Log::Filter.3.gz
-%%PERL5_MAN1%%/exclude_robots.1.gz
 %%SITE_PERL%%/HTTPD/Log/Filter.pm
+%%PERL5_MAN1%%/exclude_robots.1.gz
+%%PERL5_MAN3%%/HTTPD::Log::Filter.3.gz


More information about the svn-ports-all mailing list