From owner-svn-ports-head@freebsd.org Fri Dec 11 10:02:16 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 340D59D79D7; Fri, 11 Dec 2015 10:02:16 +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 DCC521EDF; Fri, 11 Dec 2015 10:02:15 +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 tBBA2EoQ005486; Fri, 11 Dec 2015 10:02:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBA2EbZ005483; Fri, 11 Dec 2015 10:02:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512111002.tBBA2EbZ005483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Dec 2015 10:02:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403509 - head/www/p5-CGI_Lite 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: Fri, 11 Dec 2015 10:02:16 -0000 Author: sunpoet Date: Fri Dec 11 10:02:14 2015 New Revision: 403509 URL: https://svnweb.freebsd.org/changeset/ports/403509 Log: - Update to 3.01 - Remove DOCS option - Use PORTEXAMPLES and sort it Changes: http://search.cpan.org/dist/CGI-Lite/CHANGES Modified: head/www/p5-CGI_Lite/Makefile head/www/p5-CGI_Lite/distinfo head/www/p5-CGI_Lite/pkg-plist Modified: head/www/p5-CGI_Lite/Makefile ============================================================================== --- head/www/p5-CGI_Lite/Makefile Fri Dec 11 10:02:10 2015 (r403508) +++ head/www/p5-CGI_Lite/Makefile Fri Dec 11 10:02:14 2015 (r403509) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Lite -PORTVERSION= 3.00 -PORTREVISION= 1 +PORTVERSION= 3.01 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,17 +18,12 @@ SHEBANG_FILES= examples/* USE_PERL5= configure NO_ARCH= yes -DOCS= CHANGES README TODO -EXAMPLES= cookies get_post print upload file post reference +PORTEXAMPLES= cookies file get_post post print reference upload -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} +OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${INSTALL_SCRIPT} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/p5-CGI_Lite/distinfo ============================================================================== --- head/www/p5-CGI_Lite/distinfo Fri Dec 11 10:02:10 2015 (r403508) +++ head/www/p5-CGI_Lite/distinfo Fri Dec 11 10:02:14 2015 (r403509) @@ -1,2 +1,2 @@ -SHA256 (CGI-Lite-3.00.tar.gz) = e52e4898bb0ff97290053c72233a54cd4882da1246e7c0e86193611b66d0b2bb -SIZE (CGI-Lite-3.00.tar.gz) = 36288 +SHA256 (CGI-Lite-3.01.tar.gz) = 807ced3220da5603ed66bbcad26477d118408fd226f08a5d7ababc0536346801 +SIZE (CGI-Lite-3.01.tar.gz) = 37561 Modified: head/www/p5-CGI_Lite/pkg-plist ============================================================================== --- head/www/p5-CGI_Lite/pkg-plist Fri Dec 11 10:02:10 2015 (r403508) +++ head/www/p5-CGI_Lite/pkg-plist Fri Dec 11 10:02:14 2015 (r403509) @@ -1,12 +1,2 @@ %%SITE_PERL%%/CGI/Lite.pm -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookies -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/get_post -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/post -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/print -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reference -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload %%PERL5_MAN3%%/CGI::Lite.3.gz