Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 00:53:13 +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: r314205 - head/devel/pear-Validate
Message-ID:  <201303150053.r2F0rDUg090790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 00:53:13 2013
New Revision: 314205
URL: http://svnweb.freebsd.org/changeset/ports/314205

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header
  - Take maintainership

Modified:
  head/devel/pear-Validate/Makefile   (contents, props changed)

Modified: head/devel/pear-Validate/Makefile
==============================================================================
--- head/devel/pear-Validate/Makefile	Fri Mar 15 00:51:42 2013	(r314204)
+++ head/devel/pear-Validate/Makefile	Fri Mar 15 00:53:13 2013	(r314205)
@@ -1,29 +1,17 @@
-# Ports collection makefile for:  pear-Validate
-# Date created:			  25 August 2004
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@php.net>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>)
 # $FreeBSD$
-#
 
 PORTNAME=	Validate
 PORTVERSION=	0.8.5
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR Validation class
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		Validate.php
-
-TESTS=		email.phpt email_domaincheck.phpt \
-		multiple.phpt multicard.phpt \
-		number.phpt testdate.phpt \
-		testdate_minmax.phpt \
-		uri.phpt uri_domaincheck.phpt
-
-DOCS=		sample_multiple.php Example_Locale.php
+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?201303150053.r2F0rDUg090790>