From owner-svn-ports-all@FreeBSD.ORG Fri Mar 15 07:15:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC9C79A3; Fri, 15 Mar 2013 07:15:44 +0000 (UTC) (envelope-from miwi@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 CF6AA64D; Fri, 15 Mar 2013 07:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F7FiMT012559; Fri, 15 Mar 2013 07:15:44 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F7FiT0012558; Fri, 15 Mar 2013 07:15:44 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150715.r2F7FiT0012558@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 07:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314273 - head/textproc/pear-Numbers_Roman 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: Fri, 15 Mar 2013 07:15:44 -0000 Author: miwi Date: Fri Mar 15 07:15:44 2013 New Revision: 314273 URL: http://svnweb.freebsd.org/changeset/ports/314273 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/textproc/pear-Numbers_Roman/Makefile (contents, props changed) Modified: head/textproc/pear-Numbers_Roman/Makefile ============================================================================== --- head/textproc/pear-Numbers_Roman/Makefile Fri Mar 15 07:15:28 2013 (r314272) +++ head/textproc/pear-Numbers_Roman/Makefile Fri Mar 15 07:15:44 2013 (r314273) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Numbers_Roman -# Date created: 24 May 2005 -# Whom: Antonio Carlos Venancio Junior () -# +# Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ -# PORTNAME= Numbers_Roman PORTVERSION= 1.0.2 @@ -13,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR methods for converting to and from Roman Numerals BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Numbers -FILES= Roman.php -TESTS= AllTests.php Numbers_RomanTest.php -EXAMPLES= example.php -_EXAMPLESDIR= docs/examples +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"