From owner-svn-ports-all@FreeBSD.ORG Sat Jun 22 02:02:35 2013 Return-Path: Delivered-To: svn-ports-all@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 9C01E6DB; Sat, 22 Jun 2013 02:02:35 +0000 (UTC) (envelope-from sunpoet@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 8E523160C; Sat, 22 Jun 2013 02:02:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5M22ZZp033626; Sat, 22 Jun 2013 02:02:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5M22ZZo033625; Sat, 22 Jun 2013 02:02:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201306220202.r5M22ZZo033625@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Jun 2013 02:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321517 - head/devel/p5-DateTime-Astro 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.14 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: Sat, 22 Jun 2013 02:02:35 -0000 Author: sunpoet Date: Sat Jun 22 02:02:35 2013 New Revision: 321517 URL: http://svnweb.freebsd.org/changeset/ports/321517 Log: - Remove duplicate TEST_DEPENDS - Use bsd.port.mk instead of bsd.port.pre.mk and bsd.port.post.mk - Cleanup Makefile header Modified: head/devel/p5-DateTime-Astro/Makefile Modified: head/devel/p5-DateTime-Astro/Makefile ============================================================================== --- head/devel/p5-DateTime-Astro/Makefile Sat Jun 22 01:58:17 2013 (r321516) +++ head/devel/p5-DateTime-Astro/Makefile Sat Jun 22 02:02:35 2013 (r321517) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Astro -# Date created: 2011-11-29 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= DateTime-Astro PORTVERSION= 0.99.999 @@ -19,10 +15,7 @@ COMMENT= Functions For Astromical Calend BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr -RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set -TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception - +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes @@ -32,9 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN3= DateTime::Astro.3 \ DateTime::Event::SolarTerm.3 -.include - post-configure: @${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile -.include +.include