svn commit: r362956 - head/net/p5-Net-HTTP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 26 05:20:41 UTC 2014


Author: sunpoet
Date: Sat Jul 26 05:20:40 2014
New Revision: 362956
URL: http://svnweb.freebsd.org/changeset/ports/362956
QAT: https://qat.redports.org/buildarchive/r362956/

Log:
  - Remove out-dated CONFLICTS
  - Reformat pkg-descr

Modified:
  head/net/p5-Net-HTTP/Makefile
  head/net/p5-Net-HTTP/pkg-descr

Modified: head/net/p5-Net-HTTP/Makefile
==============================================================================
--- head/net/p5-Net-HTTP/Makefile	Sat Jul 26 05:19:05 2014	(r362955)
+++ head/net/p5-Net-HTTP/Makefile	Sat Jul 26 05:20:40 2014	(r362956)
@@ -13,11 +13,9 @@ COMMENT=	Low-level HTTP client
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL \
+BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.38:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-
-CONFLICTS=	p5-libwww-5*
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/net/p5-Net-HTTP/pkg-descr
==============================================================================
--- head/net/p5-Net-HTTP/pkg-descr	Sat Jul 26 05:19:05 2014	(r362955)
+++ head/net/p5-Net-HTTP/pkg-descr	Sat Jul 26 05:20:40 2014	(r362956)
@@ -1,5 +1,5 @@
-The Net::HTTP class is a low-level HTTP client that supports
-HTTP/1.0 and HTTP/1.1. An instance of the Net::HTTP class
-represents a connection to an HTTP server.
+The Net::HTTP class is a low-level HTTP client that supports HTTP/1.0 and
+HTTP/1.1. An instance of the Net::HTTP class represents a connection to an HTTP
+server.
 
 WWW: http://search.cpan.org/dist/Net-HTTP/


More information about the svn-ports-all mailing list