svn commit: r485220 - head/net-im/p5-Net-Jabber

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 18 09:30:27 UTC 2018


Author: amdmi3
Date: Sun Nov 18 09:30:26 2018
New Revision: 485220
URL: https://svnweb.freebsd.org/changeset/ports/485220

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/p5-Net-Jabber/Makefile
  head/net-im/p5-Net-Jabber/pkg-descr

Modified: head/net-im/p5-Net-Jabber/Makefile
==============================================================================
--- head/net-im/p5-Net-Jabber/Makefile	Sun Nov 18 09:04:30 2018	(r485219)
+++ head/net-im/p5-Net-Jabber/Makefile	Sun Nov 18 09:30:26 2018	(r485220)
@@ -12,10 +12,14 @@ DIST_SUBDIR=	jabber
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Net::Jabber provides Perl Developer access to the Jabber protocol
 
+LICENSE=	LGPL20+
+LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Net-XMPP>=0:net-im/p5-Net-XMPP
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net-im/p5-Net-Jabber/pkg-descr
==============================================================================
--- head/net-im/p5-Net-Jabber/pkg-descr	Sun Nov 18 09:04:30 2018	(r485219)
+++ head/net-im/p5-Net-Jabber/pkg-descr	Sun Nov 18 09:30:26 2018	(r485220)
@@ -8,7 +8,7 @@ allowing a Jabber client to talk with an AOL user, or 
 or any number of other programs.
 
 For more information about the Jabber project visit
-WWW: http://www.jabber.org/
+WWW: https://www.jabber.org/
 
 Net::Jabber is a collection of Perl modules that provide a Perl Developer
 access to the Jabber protocol.  Using OOP modules we provide a clean


More information about the svn-ports-all mailing list