From owner-svn-ports-head@freebsd.org Sat Aug 15 12:10:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A8F39B9C1F; Sat, 15 Aug 2015 12:10:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B60B1C82; Sat, 15 Aug 2015 12:10:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7FCA7Zv042490; Sat, 15 Aug 2015 12:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7FCA7Td042489; Sat, 15 Aug 2015 12:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508151210.t7FCA7Td042489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 15 Aug 2015 12:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394307 - head/net-im/p5-Net-XMPP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2015 12:10:07 -0000 Author: sunpoet Date: Sat Aug 15 12:10:06 2015 New Revision: 394307 URL: https://svnweb.freebsd.org/changeset/ports/394307 Log: - Add LICENSE - Remove MASTER_SITE_SUBDIR - Add NO_ARCH Modified: head/net-im/p5-Net-XMPP/Makefile Modified: head/net-im/p5-Net-XMPP/Makefile ============================================================================== --- head/net-im/p5-Net-XMPP/Makefile Sat Aug 15 12:10:02 2015 (r394306) +++ head/net-im/p5-Net-XMPP/Makefile Sat Aug 15 12:10:06 2015 (r394307) @@ -5,12 +5,14 @@ PORTNAME= Net-XMPP DISTVERSION= 1.05 CATEGORIES= net-im perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DAPATRICK +#MASTER_SITE_SUBDIR= CPAN:DAPATRICK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol +LICENSE= LGPL21 + BUILD_DEPENDS= p5-Authen-SASL>=2.12:${PORTSDIR}/security/p5-Authen-SASL \ p5-Digest-SHA>=5.95:${PORTSDIR}/security/p5-Digest-SHA \ p5-XML-Stream>=1.24:${PORTSDIR}/textproc/p5-XML-Stream @@ -18,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \ p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild