From owner-svn-ports-all@FreeBSD.ORG Wed Jan 7 17:56:06 2015 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 DD52F2AA; Wed, 7 Jan 2015 17:56:06 +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 C96F31DBD; Wed, 7 Jan 2015 17:56:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t07Hu6pI017132; Wed, 7 Jan 2015 17:56:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t07Hu6md017129; Wed, 7 Jan 2015 17:56:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501071756.t07Hu6md017129@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 7 Jan 2015 17:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376480 - head/converters/p5-Encode-Detect 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: Wed, 07 Jan 2015 17:56:07 -0000 Author: sunpoet Date: Wed Jan 7 17:56:05 2015 New Revision: 376480 URL: https://svnweb.freebsd.org/changeset/ports/376480 QAT: https://qat.redports.org/buildarchive/r376480/ Log: - Fix BUILD_DEPENDS: ExtUtils::CBuilder is already in all supported Perl releases - Add LICENSE - Sort PLIST Modified: head/converters/p5-Encode-Detect/Makefile head/converters/p5-Encode-Detect/pkg-plist Modified: head/converters/p5-Encode-Detect/Makefile ============================================================================== --- head/converters/p5-Encode-Detect/Makefile Wed Jan 7 17:56:00 2015 (r376479) +++ head/converters/p5-Encode-Detect/Makefile Wed Jan 7 17:56:05 2015 (r376480) @@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Encode::Encoding subclass that detects the encoding of data -BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder +LICENSE= MPL USES= perl5 USE_PERL5= modbuild Modified: head/converters/p5-Encode-Detect/pkg-plist ============================================================================== --- head/converters/p5-Encode-Detect/pkg-plist Wed Jan 7 17:56:00 2015 (r376479) +++ head/converters/p5-Encode-Detect/pkg-plist Wed Jan 7 17:56:05 2015 (r376480) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Encode::Detect.3.gz -%%PERL5_MAN3%%/Encode::Detect::Detector.3.gz %%SITE_ARCH%%/Encode/Detect.pm %%SITE_ARCH%%/Encode/Detect/Detector.pm %%SITE_ARCH%%/auto/Encode/Detect/Detector/Detector.so +%%PERL5_MAN3%%/Encode::Detect.3.gz +%%PERL5_MAN3%%/Encode::Detect::Detector.3.gz