From owner-svn-ports-head@FreeBSD.ORG Tue Jun 18 19:07:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0DBB0C89; Tue, 18 Jun 2013 19:07:06 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F33871E1A; Tue, 18 Jun 2013 19:07:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5IJ757X074997; Tue, 18 Jun 2013 19:07:05 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5IJ75t4074996; Tue, 18 Jun 2013 19:07:05 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201306181907.r5IJ75t4074996@svn.freebsd.org> From: Tom Judge Date: Tue, 18 Jun 2013 19:07:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321215 - head/devel/p5-constant 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: Tue, 18 Jun 2013 19:07:06 -0000 Author: tj Date: Tue Jun 18 19:07:05 2013 New Revision: 321215 URL: http://svnweb.freebsd.org/changeset/ports/321215 Log: Remove dependency on Test::Simple as required dependency is Test::More is now part of perl core. Submitted by: az Modified: head/devel/p5-constant/Makefile Modified: head/devel/p5-constant/Makefile ============================================================================== --- head/devel/p5-constant/Makefile Tue Jun 18 19:01:26 2013 (r321214) +++ head/devel/p5-constant/Makefile Tue Jun 18 19:07:05 2013 (r321215) @@ -3,6 +3,7 @@ PORTNAME= constant PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= Perl pragma to declare constants -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= constant.3