svn commit: r318040 - head/net/pear-Net_UserAgent_Mobile

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:42:03 UTC 2013


Author: miwi
Date: Mon May 13 09:42:03 2013
New Revision: 318040
URL: http://svnweb.freebsd.org/changeset/ports/318040

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/net/pear-Net_UserAgent_Mobile/Makefile
==============================================================================
--- head/net/pear-Net_UserAgent_Mobile/Makefile	Mon May 13 09:41:13 2013	(r318039)
+++ head/net/pear-Net_UserAgent_Mobile/Makefile	Mon May 13 09:42:03 2013	(r318040)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_UserAgent_Mobile
-# Date created:			  06 June 2005
-# Whom:				  Shinsuke Matsui (<smatsui at karashi.org>)
-#
+# Created by: Shinsuke Matsui (<smatsui at karashi.org>)
 # $FreeBSD$
-#
 
 PORTNAME=	Net_UserAgent_Mobile
 PORTVERSION=	1.0.0
@@ -14,22 +10,10 @@ MAINTAINER=	smatsui at karashi.org
 COMMENT=	PEAR class that parses HTTP mobile user agent string
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
 USE_PHP=	pcre
-
-CATEGORY=	Net/UserAgent
-FILES=		Mobile.php Mobile/Common.php \
-		Mobile/Display.php Mobile/DoCoMo.php \
-		Mobile/EZweb.php Mobile/NonMobile.php \
-		Mobile/SoftBank.php Mobile/Willcom.php \
-		Mobile/DoCoMo/ScreenInfo.php
-TESTS=		AllTests.php MobileTestCase.php prepare.php \
-		Mobile/AllTests.php Mobile/DoCoMoTestCase.php \
-		Mobile/EZwebTestCase.php Mobile/NonMobileTestCase.php \
-		Mobile/SoftBankTestCase.php \
-		Mobile/WillcomTestCase.php \
-		Mobile/DoCoMoTestCase/docomo-screen.xml
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list