svn commit: r314370 - head/net/pear-Net_Sieve

Martin Wilke miwi at FreeBSD.org
Sat Mar 16 16:16:06 UTC 2013


Author: miwi
Date: Sat Mar 16 16:16:05 2013
New Revision: 314370
URL: http://svnweb.freebsd.org/changeset/ports/314370

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/net/pear-Net_Sieve/Makefile   (contents, props changed)

Modified: head/net/pear-Net_Sieve/Makefile
==============================================================================
--- head/net/pear-Net_Sieve/Makefile	Sat Mar 16 16:15:47 2013	(r314369)
+++ head/net/pear-Net_Sieve/Makefile	Sat Mar 16 16:16:05 2013	(r314370)
@@ -1,24 +1,17 @@
-# Ports collection makefile for:  pear-Net_Sieve
-# Date created:			  25 October 2002
-# Whom:				  Thierry Thomas (<thierry at pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry at pompo.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_Sieve
 PORTVERSION=	1.3.2
 CATEGORIES=	net www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR class to handle talking to timsieved
 
 BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
 RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
 
-CATEGORY=	Net
-FILES=		Sieve.php
-TESTS=		SieveTest.php largescript.siv
-_TESTSDIR=	tests
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list