Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 10:02:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403509 - head/www/p5-CGI_Lite
Message-ID:  <201512111002.tBBA2EbZ005483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111002.tBBA2EbZ005483>