From owner-svn-ports-all@FreeBSD.ORG Mon Nov 24 18:31:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 962AA673; Mon, 24 Nov 2014 18:31:59 +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 52611D42; Mon, 24 Nov 2014 18:31:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOIVxPu008375; Mon, 24 Nov 2014 18:31:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOIVw9L008370; Mon, 24 Nov 2014 18:31:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201411241831.sAOIVw9L008370@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Nov 2014 18:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373329 - head/www/p5-LWP-Protocol-http10 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: Mon, 24 Nov 2014 18:31:59 -0000 Author: sunpoet Date: Mon Nov 24 18:31:58 2014 New Revision: 373329 URL: https://svnweb.freebsd.org/changeset/ports/373329 QAT: https://qat.redports.org/buildarchive/r373329/ Log: - Add LICENSE - Cleanup PLIST Modified: head/www/p5-LWP-Protocol-http10/Makefile head/www/p5-LWP-Protocol-http10/pkg-plist Modified: head/www/p5-LWP-Protocol-http10/Makefile ============================================================================== --- head/www/p5-LWP-Protocol-http10/Makefile Mon Nov 24 18:31:53 2014 (r373328) +++ head/www/p5-LWP-Protocol-http10/Makefile Mon Nov 24 18:31:58 2014 (r373329) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Legacy HTTP/1.0 support for LWP +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ p5-libwww>=6:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-LWP-Protocol-http10/pkg-plist ============================================================================== --- head/www/p5-LWP-Protocol-http10/pkg-plist Mon Nov 24 18:31:53 2014 (r373328) +++ head/www/p5-LWP-Protocol-http10/pkg-plist Mon Nov 24 18:31:58 2014 (r373329) @@ -1,8 +1,3 @@ %%SITE_PERL%%/LWP/Protocol/http10.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/http10/.packlist %%PERL5_MAN3%%/LWP::Protocol::http10.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/http10 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP -@dirrmtry %%SITE_PERL%%/LWP/Protocol -@dirrmtry %%SITE_PERL%%/LWP