Date: Sun, 18 Nov 2018 09:30:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485220 - head/net-im/p5-Net-Jabber Message-ID: <201811180930.wAI9UQ3O065215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811180930.wAI9UQ3O065215>