svn commit: r508609 - head/devel/p5-Coro

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 11 11:28:23 UTC 2019


Author: sunpoet
Date: Sun Aug 11 11:28:21 2019
New Revision: 508609
URL: https://svnweb.freebsd.org/changeset/ports/508609

Log:
  Convert PORTDOCS and PORTEXAMPLES to PLIST entries

Modified:
  head/devel/p5-Coro/Makefile
  head/devel/p5-Coro/pkg-plist

Modified: head/devel/p5-Coro/Makefile
==============================================================================
--- head/devel/p5-Coro/Makefile	Sun Aug 11 11:28:16 2019	(r508608)
+++ head/devel/p5-Coro/Makefile	Sun Aug 11 11:28:21 2019	(r508609)
@@ -6,7 +6,7 @@ PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C|0$||}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S|0$||}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Coroutine process abstraction for perl
@@ -24,13 +24,10 @@ RUN_DEPENDS=	p5-AnyEvent>=7:devel/p5-AnyEvent \
 		p5-IO-AIO>=3.1:devel/p5-IO-AIO \
 		p5-common-sense>=0:devel/p5-common-sense
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
-PORTDOCS=	*
-PORTEXAMPLES=	*
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 SHEBANG_FILES=	Coro/*.pl eg/*
 perl_OLD_CMD=	/.*/bin/perl

Modified: head/devel/p5-Coro/pkg-plist
==============================================================================
--- head/devel/p5-Coro/pkg-plist	Sun Aug 11 11:28:16 2019	(r508608)
+++ head/devel/p5-Coro/pkg-plist	Sun Aug 11 11:28:21 2019	(r508609)
@@ -50,3 +50,13 @@
 %%PERL5_MAN3%%/Coro::Storable.3.gz
 %%PERL5_MAN3%%/Coro::Timer.3.gz
 %%PERL5_MAN3%%/Coro::Util.3.gz
+%%PORTDOCS%%%%DOCSDIR%%/cede-vs-schedule
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dns
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lwp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/myhttpd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons1
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons3
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline


More information about the svn-ports-all mailing list