Date: Sat, 3 Oct 2015 17:09:48 +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: r398513 - head/net/p5-Net-EPP Message-ID: <201510031709.t93H9mB2011747@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 3 17:09:48 2015 New Revision: 398513 URL: https://svnweb.freebsd.org/changeset/ports/398513 Log: - Update to 0.21-1 - Add LICENSE - Add NO_ARCH Modified: head/net/p5-Net-EPP/Makefile head/net/p5-Net-EPP/distinfo Modified: head/net/p5-Net-EPP/Makefile ============================================================================== --- head/net/p5-Net-EPP/Makefile Sat Oct 3 17:09:43 2015 (r398512) +++ head/net/p5-Net-EPP/Makefile Sat Oct 3 17:09:48 2015 (r398513) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= Net-EPP -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.21 +DISTVERSIONSUFFIX= -1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,14 +11,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client library for the TCP transport for EPP +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1 -RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> Modified: head/net/p5-Net-EPP/distinfo ============================================================================== --- head/net/p5-Net-EPP/distinfo Sat Oct 3 17:09:43 2015 (r398512) +++ head/net/p5-Net-EPP/distinfo Sat Oct 3 17:09:48 2015 (r398513) @@ -1,2 +1,2 @@ -SHA256 (Net-EPP-0.19.tar.gz) = 6216f6cb5b9724ac756b17022423bffa12004d0306cdc1ec0106b4c6d2f9e590 -SIZE (Net-EPP-0.19.tar.gz) = 38880 +SHA256 (Net-EPP-0.21-1.tar.gz) = f150045db32550196be2878fa562259453ee45076345c74f0d624e792c9d587b +SIZE (Net-EPP-0.21-1.tar.gz) = 41334
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031709.t93H9mB2011747>