Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 07:27:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327233 - head/devel/p5-File-BOM
Message-ID:  <201309140727.r8E7RtHP034074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140727.r8E7RtHP034074>