Date: Mon, 4 Jun 2018 18:11:42 +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: r471672 - head/net-im/p5-Net-XMPP2 Message-ID: <201806041811.w54IBgrq074227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:11:42 2018 New Revision: 471672 URL: https://svnweb.freebsd.org/changeset/ports/471672 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Fix and update WWW Modified: head/net-im/p5-Net-XMPP2/Makefile head/net-im/p5-Net-XMPP2/pkg-descr Modified: head/net-im/p5-Net-XMPP2/Makefile ============================================================================== --- head/net-im/p5-Net-XMPP2/Makefile Mon Jun 4 18:11:36 2018 (r471671) +++ head/net-im/p5-Net-XMPP2/Makefile Mon Jun 4 18:11:42 2018 (r471672) @@ -6,10 +6,14 @@ PORTVERSION= 0.14 PORTREVISION= 2 CATEGORIES= net-im perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ELMEX PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the XMPP Protocol + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Authen-SASL>=0:security/p5-Authen-SASL \ Modified: head/net-im/p5-Net-XMPP2/pkg-descr ============================================================================== --- head/net-im/p5-Net-XMPP2/pkg-descr Mon Jun 4 18:11:36 2018 (r471671) +++ head/net-im/p5-Net-XMPP2/pkg-descr Mon Jun 4 18:11:42 2018 (r471672) @@ -1,4 +1,4 @@ This is the head module of the Net::XMPP2 XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. -WWW: http://search.cpan.org/dist/Net-XMPP2/ +WWW: https://metacpan.org/release/ELMEX/Net-XMPP2-0.14
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041811.w54IBgrq074227>