svn commit: r471672 - head/net-im/p5-Net-XMPP2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:11:43 UTC 2018


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 at 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


More information about the svn-ports-all mailing list