From owner-svn-ports-all@freebsd.org Sun May 15 16:13:27 2016 Return-Path: Delivered-To: svn-ports-all@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 77753B3C060; Sun, 15 May 2016 16:13:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4967116A7; Sun, 15 May 2016 16:13:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FGDQeD096842; Sun, 15 May 2016 16:13:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FGDQOW096840; Sun, 15 May 2016 16:13:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605151613.u4FGDQOW096840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 May 2016 16:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415259 - head/net/p5-RPC-XML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 16:13:27 -0000 Author: sunpoet Date: Sun May 15 16:13:26 2016 New Revision: 415259 URL: https://svnweb.freebsd.org/changeset/ports/415259 Log: - Update to 0.80 - Add NO_ARCH Changes: http://search.cpan.org/dist/RPC-XML/ChangeLog Modified: head/net/p5-RPC-XML/Makefile head/net/p5-RPC-XML/distinfo Modified: head/net/p5-RPC-XML/Makefile ============================================================================== --- head/net/p5-RPC-XML/Makefile Sun May 15 16:13:21 2016 (r415258) +++ head/net/p5-RPC-XML/Makefile Sun May 15 16:13:26 2016 (r415259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RPC-XML -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-XML-Parser>=2.31:textp RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601 +NO_ARCH= yes USES= gmake perl5 USE_PERL5= configure Modified: head/net/p5-RPC-XML/distinfo ============================================================================== --- head/net/p5-RPC-XML/distinfo Sun May 15 16:13:21 2016 (r415258) +++ head/net/p5-RPC-XML/distinfo Sun May 15 16:13:26 2016 (r415259) @@ -1,2 +1,2 @@ -SHA256 (RPC-XML-0.79.tar.gz) = 9822ffcfbea9c2bddef00507dc93f7acb83589e6ff6460ca7040f147aeebf9a9 -SIZE (RPC-XML-0.79.tar.gz) = 209612 +SHA256 (RPC-XML-0.80.tar.gz) = ea0d7ca87aab70c12817df5893f6bfe0492ce63f6e0e63c0b452e375344c7ef7 +SIZE (RPC-XML-0.80.tar.gz) = 211223