From owner-svn-ports-all@freebsd.org Sat Oct 3 17:09:54 2015 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 4D536A0EB49; Sat, 3 Oct 2015 17:09:54 +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 3DD57127B; Sat, 3 Oct 2015 17:09:54 +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 t93H9sBR011868; Sat, 3 Oct 2015 17:09:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t93H9rTC011866; Sat, 3 Oct 2015 17:09:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510031709.t93H9rTC011866@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:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398514 - head/www/p5-CGI-Ex 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.20 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: Sat, 03 Oct 2015 17:09:54 -0000 Author: sunpoet Date: Sat Oct 3 17:09:53 2015 New Revision: 398514 URL: https://svnweb.freebsd.org/changeset/ports/398514 Log: - Update to 2.43 - Add NO_ARCH - Convert to new options target helper Changes: http://search.cpan.org/dist/CGI-Ex/Changes Modified: head/www/p5-CGI-Ex/Makefile head/www/p5-CGI-Ex/distinfo Modified: head/www/p5-CGI-Ex/Makefile ============================================================================== --- head/www/p5-CGI-Ex/Makefile Sat Oct 3 17:09:48 2015 (r398513) +++ head/www/p5-CGI-Ex/Makefile Sat Oct 3 17:09:53 2015 (r398514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Ex -PORTVERSION= 2.42 +PORTVERSION= 2.43 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,12 +18,13 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= EXAMPLES +NO_ARCH= yes USES= perl5 USE_PERL5= configure PORTEXAMPLES= * -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/samples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/www/p5-CGI-Ex/distinfo ============================================================================== --- head/www/p5-CGI-Ex/distinfo Sat Oct 3 17:09:48 2015 (r398513) +++ head/www/p5-CGI-Ex/distinfo Sat Oct 3 17:09:53 2015 (r398514) @@ -1,2 +1,2 @@ -SHA256 (CGI-Ex-2.42.tar.gz) = 1b99561ff3acac8f81014465d376754e235a423a1dd2fe312b16abcd2458a932 -SIZE (CGI-Ex-2.42.tar.gz) = 186502 +SHA256 (CGI-Ex-2.43.tar.gz) = 30b759639926ae851e782923b9ca305bfc822bf3e049da518f666f34e81b7f51 +SIZE (CGI-Ex-2.43.tar.gz) = 192688