From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:21:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46CD8D2F; Thu, 1 Jan 2015 16:21:26 +0000 (UTC) Received: from svn.freebsd.org (svn.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 177EB2D5; Thu, 1 Jan 2015 16:21:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GLPAF012439; Thu, 1 Jan 2015 16:21:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GLPQr012436; Thu, 1 Jan 2015 16:21:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011621.t01GLPQr012436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375960 - head/devel/p5-Coro 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.18-1 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: Thu, 01 Jan 2015 16:21:26 -0000 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 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