From owner-svn-ports-head@freebsd.org Sat Oct 3 17:09:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83CC2A0EAF8; Sat, 3 Oct 2015 17:09:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59BE01197; Sat, 3 Oct 2015 17:09:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t93H9nSC011749; Sat, 3 Oct 2015 17:09:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t93H9mB2011747; Sat, 3 Oct 2015 17:09:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510031709.t93H9mB2011747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Oct 2015 17:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398513 - head/net/p5-Net-EPP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 17:09:49 -0000 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 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