From owner-svn-ports-head@FreeBSD.ORG Sun Sep 23 13:04:50 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE4C106567A; Sun, 23 Sep 2012 13:04:50 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 998B18FC16; Sun, 23 Sep 2012 13:04:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ND4oBF005987; Sun, 23 Sep 2012 13:04:50 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ND4oU9005985; Sun, 23 Sep 2012 13:04:50 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201209231304.q8ND4oU9005985@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Sun, 23 Sep 2012 13:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304739 - head/devel/p5-DateTime-Format-DateParse X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 23 Sep 2012 13:04:50 -0000 Author: des Date: Sun Sep 23 13:04:50 2012 New Revision: 304739 URL: http://svn.freebsd.org/changeset/ports/304739 Log: Set RUN_DEPENDS equal to BUILD_DEPENDS and update to the new header format. Modified: head/devel/p5-DateTime-Format-DateParse/Makefile Modified: head/devel/p5-DateTime-Format-DateParse/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-DateParse/Makefile Sun Sep 23 12:59:58 2012 (r304738) +++ head/devel/p5-DateTime-Format-DateParse/Makefile Sun Sep 23 13:04:50 2012 (r304739) @@ -1,12 +1,10 @@ -# New ports collection makefile for: p5-DateTime-Format-DateParse -# Date created: 21 Jun 2008 -# Whom: svysh@pn.sinp.msu.ru -# +# Created by: Sergei Vyshenski # $FreeBSD$ # PORTNAME= DateTime-Format-DateParse PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -17,6 +15,7 @@ COMMENT= This module is a compatibility BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes