Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2014 05:20:40 +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: r362956 - head/net/p5-Net-HTTP
Message-ID:  <201407260520.s6Q5Ke1t098778@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407260520.s6Q5Ke1t098778>