Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 02:29:46 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314229 - head/mail/pear-Mail_Mbox
Message-ID:  <201303150229.r2F2TkUr020957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 02:29:45 2013
New Revision: 314229
URL: http://svnweb.freebsd.org/changeset/ports/314229

Log:
  - Trim header
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/mail/pear-Mail_Mbox/Makefile   (contents, props changed)

Modified: head/mail/pear-Mail_Mbox/Makefile
==============================================================================
--- head/mail/pear-Mail_Mbox/Makefile	Fri Mar 15 02:27:30 2013	(r314228)
+++ head/mail/pear-Mail_Mbox/Makefile	Fri Mar 15 02:29:45 2013	(r314229)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Mail_Mbox
-# Date created:			  27 December 2006
-# Whom:				  Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Mail_Mbox
 PORTVERSION=	0.6.3
@@ -13,11 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR Read and modify Unix MBOXes
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		Mail/Mbox.php
-EXAMPLES=	demobox mimedecode.php read.php modify.php
-TESTS=		AllTests.php Mail_MboxTest.php testbox
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"



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