svn commit: r443814 - head/www/p5-HTTP-Response-Encoding

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 18 05:52:10 UTC 2017


Author: sunpoet
Date: Sun Jun 18 05:52:08 2017
New Revision: 443814
URL: https://svnweb.freebsd.org/changeset/ports/443814

Log:
  Remove Perl core modules
  
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  - Bump PORTREVISION for dependency change

Modified:
  head/www/p5-HTTP-Response-Encoding/Makefile
  head/www/p5-HTTP-Response-Encoding/pkg-plist

Modified: head/www/p5-HTTP-Response-Encoding/Makefile
==============================================================================
--- head/www/p5-HTTP-Response-Encoding/Makefile	Sun Jun 18 05:52:03 2017	(r443813)
+++ head/www/p5-HTTP-Response-Encoding/Makefile	Sun Jun 18 05:52:08 2017	(r443814)
@@ -3,7 +3,7 @@
 
 PORTNAME=	HTTP-Response-Encoding
 PORTVERSION=	0.06
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Adds encoding() to HTTP::Response
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww \
-		p5-HTTP-Message>=0:www/p5-HTTP-Message \
-		p5-Encode>=2.0:converters/p5-Encode
+		p5-HTTP-Message>=0:www/p5-HTTP-Message
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-HTTP-Response-Encoding/pkg-plist
==============================================================================
--- head/www/p5-HTTP-Response-Encoding/pkg-plist	Sun Jun 18 05:52:03 2017	(r443813)
+++ head/www/p5-HTTP-Response-Encoding/pkg-plist	Sun Jun 18 05:52:08 2017	(r443814)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/HTTP::Response::Encoding.3.gz
 %%SITE_PERL%%/HTTP/Response/Encoding.pm
+%%PERL5_MAN3%%/HTTP::Response::Encoding.3.gz


More information about the svn-ports-all mailing list