From owner-svn-ports-all@FreeBSD.ORG Fri Apr 3 17:28:44 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBB66A43; Fri, 3 Apr 2015 17:28:44 +0000 (UTC) Received: from svn.freebsd.org (svn.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 B6EB2917; Fri, 3 Apr 2015 17:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t33HSi5x080291; Fri, 3 Apr 2015 17:28:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t33HSihL080290; Fri, 3 Apr 2015 17:28:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504031728.t33HSihL080290@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Apr 2015 17:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383160 - head/devel/p5-SOAP-WSDL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 17:28:44 -0000 Author: sunpoet Date: Fri Apr 3 17:28:43 2015 New Revision: 383160 URL: https://svnweb.freebsd.org/changeset/ports/383160 Log: - Update *_DEPENDS - Add LICENSE Modified: head/devel/p5-SOAP-WSDL/Makefile Modified: head/devel/p5-SOAP-WSDL/Makefile ============================================================================== --- head/devel/p5-SOAP-WSDL/Makefile Fri Apr 3 17:28:38 2015 (r383159) +++ head/devel/p5-SOAP-WSDL/Makefile Fri Apr 3 17:28:43 2015 (r383160) @@ -10,13 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for SOAP with WSDL support -BUILD_DEPENDS= p5-Class-Load>=0.2:${PORTSDIR}/devel/p5-Class-Load \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Load>=0.20:${PORTSDIR}/devel/p5-Class-Load \ p5-Class-Std-Fast>=0.0.5:${PORTSDIR}/devel/p5-Class-Std-Fast \ - p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate \ - p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ - p5-XML-Parser>=2.36:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-Template-Toolkit>=2.18:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS}