From owner-svn-ports-head@FreeBSD.ORG Sat Sep 14 07:27:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8325CD6C; Sat, 14 Sep 2013 07:27:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E6A726C0; Sat, 14 Sep 2013 07:27:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E7RtEq034079; Sat, 14 Sep 2013 07:27:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8E7RtHP034074; Sat, 14 Sep 2013 07:27:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309140727.r8E7RtHP034074@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 14 Sep 2013 07:27:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327233 - head/devel/p5-File-BOM 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.14 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, 14 Sep 2013 07:27:55 -0000 Author: sunpoet Date: Sat Sep 14 07:27:54 2013 New Revision: 327233 URL: http://svnweb.freebsd.org/changeset/ports/327233 Log: - Fix *_DEPENDS - Bump PORTREVISION for dependency change - Fix WWW Modified: head/devel/p5-File-BOM/Makefile head/devel/p5-File-BOM/pkg-descr (contents, props changed) Modified: head/devel/p5-File-BOM/Makefile ============================================================================== --- head/devel/p5-File-BOM/Makefile Sat Sep 14 07:19:28 2013 (r327232) +++ head/devel/p5-File-BOM/Makefile Sat Sep 14 07:27:54 2013 (r327233) @@ -3,22 +3,21 @@ PORTNAME= File-BOM PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to handle Unicode byte order marks -RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \ - p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -MAN3= File::BOM.3 +MAN3= File::BOM.3 .include Modified: head/devel/p5-File-BOM/pkg-descr ============================================================================== --- head/devel/p5-File-BOM/pkg-descr Sat Sep 14 07:19:28 2013 (r327232) +++ head/devel/p5-File-BOM/pkg-descr Sat Sep 14 07:27:54 2013 (r327233) @@ -5,4 +5,4 @@ streams. The intention of File::BOM is for files with BOMs to be readable as seamlessly as possible, regardless of the encoding used. -WWW: http://search.cpan.org/dist/File-BOM/lib/File/BOM.pm +WWW: http://search.cpan.org/dist/File-BOM/