From owner-svn-ports-head@freebsd.org Sat Feb 27 15:14:24 2016 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 2265CAB59DF; Sat, 27 Feb 2016 15:14:24 +0000 (UTC) (envelope-from adamw@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 E398C1978; Sat, 27 Feb 2016 15:14:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RFEMbO032099; Sat, 27 Feb 2016 15:14:22 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RFEM4E032097; Sat, 27 Feb 2016 15:14:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602271514.u1RFEM4E032097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 27 Feb 2016 15:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409671 - head/converters/p5-JSON-XS 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, 27 Feb 2016 15:14:24 -0000 Author: adamw Date: Sat Feb 27 15:14:22 2016 New Revision: 409671 URL: https://svnweb.freebsd.org/changeset/ports/409671 Log: Update to 3.02. I'm deleting the Canary::Stability dependency. It's a useless build-time dependency that the upstream author likes to add to his modules. It does a series of about 3 checks about the Perl version that are already handled by the ports tree. Modified: head/converters/p5-JSON-XS/Makefile head/converters/p5-JSON-XS/distinfo Modified: head/converters/p5-JSON-XS/Makefile ============================================================================== --- head/converters/p5-JSON-XS/Makefile Sat Feb 27 15:05:50 2016 (r409670) +++ head/converters/p5-JSON-XS/Makefile Sat Feb 27 15:14:22 2016 (r409671) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-XS -PORTVERSION= 3.01 -PORTREVISION= 2 +PORTVERSION= 3.02 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +20,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +post-patch: +# This dependency does nothing and is safe to remove + @${REINPLACE_CMD} -e '/use Canary::Stability/d' ${WRKSRC}/Makefile.PL + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/JSON/XS/XS.so Modified: head/converters/p5-JSON-XS/distinfo ============================================================================== --- head/converters/p5-JSON-XS/distinfo Sat Feb 27 15:05:50 2016 (r409670) +++ head/converters/p5-JSON-XS/distinfo Sat Feb 27 15:14:22 2016 (r409671) @@ -1,2 +1,2 @@ -SHA256 (JSON-XS-3.01.tar.gz) = 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab -SIZE (JSON-XS-3.01.tar.gz) = 78245 +SHA256 (JSON-XS-3.02.tar.gz) = 5f6a5944887d75f1d34440a2d9e69ef12e23f434af23acb143fb0241f40b02be +SIZE (JSON-XS-3.02.tar.gz) = 82712