Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2015 16:21:25 +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: r375960 - head/devel/p5-Coro
Message-ID:  <201501011621.t01GLPQr012436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan  1 16:21:24 2015
New Revision: 375960
URL: https://svnweb.freebsd.org/changeset/ports/375960
QAT: https://qat.redports.org/buildarchive/r375960/

Log:
  - Update to 6.41
  - Use PORTDOCS and PORTEXAMPLES
  - Cleanup Makefile
  
  Changes:	http://search.cpan.org/dist/Coro/Changes

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

Modified: head/devel/p5-Coro/Makefile
==============================================================================
--- head/devel/p5-Coro/Makefile	Thu Jan  1 16:21:17 2015	(r375959)
+++ head/devel/p5-Coro/Makefile	Thu Jan  1 16:21:24 2015	(r375960)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Coro
-PORTVERSION=	6.37
-PORTREVISION=	1
+PORTVERSION=	6.41
 PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
@@ -28,16 +27,15 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
+PORTDOCS=	*
+PORTEXAMPLES=	*
+
 SHEBANG_FILES=	Coro/*.pl eg/*
-#SHEBANG_LANG=	perl2
-#perl2_OLD_CMD=	/opt/bin/perl
-#perl2_CMD=	${perl_CMD}
 perl_OLD_CMD=	/.*/bin/perl
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}/
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Coro/distinfo
==============================================================================
--- head/devel/p5-Coro/distinfo	Thu Jan  1 16:21:17 2015	(r375959)
+++ head/devel/p5-Coro/distinfo	Thu Jan  1 16:21:24 2015	(r375960)
@@ -1,2 +1,2 @@
-SHA256 (Coro-6.37.tar.gz) = a61095b0ce2f08f65fd0a2a53ea53e0230eaa6929921112efb67f99bcfe61323
-SIZE (Coro-6.37.tar.gz) = 188115
+SHA256 (Coro-6.41.tar.gz) = aaffe8d389c11f36c2bb14fb3c1a5525873d86dc6b66a41e42dc50ef49552fe4
+SIZE (Coro-6.41.tar.gz) = 189177

Modified: head/devel/p5-Coro/pkg-plist
==============================================================================
--- head/devel/p5-Coro/pkg-plist	Thu Jan  1 16:21:17 2015	(r375959)
+++ head/devel/p5-Coro/pkg-plist	Thu Jan  1 16:21:24 2015	(r375960)
@@ -50,14 +50,3 @@
 %%SITE_ARCH%%/auto/Coro/EV/EV.so
 %%SITE_ARCH%%/auto/Coro/Event/Event.so
 %%SITE_ARCH%%/auto/Coro/State/State.so
-%%PORTDOCS%%%%DOCSDIR%%/cede-vs-schedule
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/attributes
-%%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



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