From owner-svn-ports-head@freebsd.org Sun Nov 29 07:00:48 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 83650A3CD02; Sun, 29 Nov 2015 07:00:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3552F1B1C; Sun, 29 Nov 2015 07:00:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAT70lSZ076845; Sun, 29 Nov 2015 07:00:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAT70lr1076843; Sun, 29 Nov 2015 07:00:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511290700.tAT70lr1076843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 29 Nov 2015 07:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402583 - head/net/p5-SOAP-Lite 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: Sun, 29 Nov 2015 07:00:48 -0000 Author: sunpoet Date: Sun Nov 29 07:00:46 2015 New Revision: 402583 URL: https://svnweb.freebsd.org/changeset/ports/402583 Log: - Update to 1.19 - Add LICENSE_FILE - Use CONFLICTS_INSTALL instead of CONFLICTS Changes: http://search.cpan.org/dist/SOAP-Lite/Changes PR: 204873 Submitted by: sunpoet (myself) Approved by: Sergei Vyshenski (maintainer) Modified: head/net/p5-SOAP-Lite/Makefile head/net/p5-SOAP-Lite/distinfo Modified: head/net/p5-SOAP-Lite/Makefile ============================================================================== --- head/net/p5-SOAP-Lite/Makefile Sun Nov 29 07:00:42 2015 (r402582) +++ head/net/p5-SOAP-Lite/Makefile Sun Nov 29 07:00:46 2015 (r402583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SOAP-Lite -PORTVERSION= 1.14 +PORTVERSION= 1.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Client and server side SOAP imp LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-IO-SessionData>=1.03:${PORTSDIR}/devel/p5-IO-SessionData \ @@ -27,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ p5-Test-XML>=0:${PORTSDIR}/devel/p5-Test-XML -CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* +CONFLICTS_INSTALL= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* CONFIGURE_ARGS= --noprompt INSTALL_TARGET= pure_install Modified: head/net/p5-SOAP-Lite/distinfo ============================================================================== --- head/net/p5-SOAP-Lite/distinfo Sun Nov 29 07:00:42 2015 (r402582) +++ head/net/p5-SOAP-Lite/distinfo Sun Nov 29 07:00:46 2015 (r402583) @@ -1,2 +1,2 @@ -SHA256 (SOAP-Lite-1.14.tar.gz) = a201bed80db9b76a4ada9768281489c070fb8a25f4481d1296c92a5111ce1756 -SIZE (SOAP-Lite-1.14.tar.gz) = 276774 +SHA256 (SOAP-Lite-1.19.tar.gz) = f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 +SIZE (SOAP-Lite-1.19.tar.gz) = 271044