From owner-svn-ports-head@FreeBSD.ORG Wed Jun 10 16:47:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14BB08CD; Wed, 10 Jun 2015 16:47:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.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 BB6591BAE; Wed, 10 Jun 2015 16:47:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AGl8pQ026058; Wed, 10 Jun 2015 16:47:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AGl8fU026054; Wed, 10 Jun 2015 16:47:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506101647.t5AGl8fU026054@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Jun 2015 16:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389067 - head/converters/p5-JSON-Any 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: Wed, 10 Jun 2015 16:47:09 -0000 Author: sunpoet Date: Wed Jun 10 16:47:07 2015 New Revision: 389067 URL: https://svnweb.freebsd.org/changeset/ports/389067 Log: - Update 1.39 - Mark DEPRECATED - Add NO_ARCH Changes: http://search.cpan.org/dist/JSON-Any/Changes Modified: head/converters/p5-JSON-Any/Makefile head/converters/p5-JSON-Any/distinfo Modified: head/converters/p5-JSON-Any/Makefile ============================================================================== --- head/converters/p5-JSON-Any/Makefile Wed Jun 10 16:47:03 2015 (r389066) +++ head/converters/p5-JSON-Any/Makefile Wed Jun 10 16:47:07 2015 (r389067) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-Any -PORTVERSION= 1.38 -PORTREVISION= 1 +PORTVERSION= 1.39 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +22,8 @@ TEST_DEPENDS= p5-Cpanel-JSON-XS>=0:${POR p5-Test-Warnings>=0.009:${PORTSDIR}/devel/p5-Test-Warnings \ p5-Test-Without-Module>=0.17:${PORTSDIR}/devel/p5-Test-Without-Module +DEPRECATED= Deprecated by upstream + # Author preference: Cpanel::JSON::XS > JSON::XS > JSON::PP > JSON > JSON::DWIW OPTIONS_DEFINE= CPANEL JSON_XS JSON_PP JSON JSON_DWIW OPTIONS_DEFAULT=CPANEL @@ -32,6 +33,7 @@ JSON_DWIW_DESC= Use JSON::DWIW JSON_PP_DESC= Use JSON::PP JSON_XS_DESC= Use JSON::XS +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/converters/p5-JSON-Any/distinfo ============================================================================== --- head/converters/p5-JSON-Any/distinfo Wed Jun 10 16:47:03 2015 (r389066) +++ head/converters/p5-JSON-Any/distinfo Wed Jun 10 16:47:07 2015 (r389067) @@ -1,2 +1,2 @@ -SHA256 (JSON-Any-1.38.tar.gz) = a48af50040f92d28ccab6482002598a905553106adc8bd4441fe44811ed46656 -SIZE (JSON-Any-1.38.tar.gz) = 34790 +SHA256 (JSON-Any-1.39.tar.gz) = ae49755cf3710a6a3276a37ab7d5c3e7e0c0aeb2dab354acd7682c09a77957c3 +SIZE (JSON-Any-1.39.tar.gz) = 35890