Date: Fri, 30 Jun 2017 13:45:07 +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: r444751 - head/www/p5-HTTPD-Log-Filter Message-ID: <201706301345.v5UDj7cJ033693@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301345.v5UDj7cJ033693>