Date: Mon, 4 Jun 2018 18:05:07 +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: r471617 - head/devel/p5-POE-API-Hooks Message-ID: <201806041805.w54I57Je064464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:05:07 2018 New Revision: 471617 URL: https://svnweb.freebsd.org/changeset/ports/471617 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-POE-API-Hooks/Makefile head/devel/p5-POE-API-Hooks/pkg-descr Modified: head/devel/p5-POE-API-Hooks/Makefile ============================================================================== --- head/devel/p5-POE-API-Hooks/Makefile Mon Jun 4 18:05:01 2018 (r471616) +++ head/devel/p5-POE-API-Hooks/Makefile Mon Jun 4 18:05:07 2018 (r471617) @@ -7,10 +7,13 @@ PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} +DISTNAME= ${PORTNAME}-${PORTVERSION:S|00$||} MAINTAINER= perl@FreeBSD.org COMMENT= Implement lightweight hooks into POE + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-Params-Validate>=0:devel/p5-Params-Validate Modified: head/devel/p5-POE-API-Hooks/pkg-descr ============================================================================== --- head/devel/p5-POE-API-Hooks/pkg-descr Mon Jun 4 18:05:01 2018 (r471616) +++ head/devel/p5-POE-API-Hooks/pkg-descr Mon Jun 4 18:05:07 2018 (r471617) @@ -6,4 +6,4 @@ counterpart. For event dispatch related callbacks, se in POE::Kernel. For session related callbacks, see create in POE::Session. -WWW: http://search.cpan.org/dist/POE-API-Hooks/ +WWW: https://metacpan.org/release/SUNGO/POE-API-Hooks-1.08
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041805.w54I57Je064464>