Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:53:00 +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: r318051 - head/devel/pear-HTML_BBCodeParser
Message-ID:  <201305130953.r4D9r0sH049519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:52:59 2013
New Revision: 318051
URL: http://svnweb.freebsd.org/changeset/ports/318051

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/devel/pear-HTML_BBCodeParser/Makefile
==============================================================================
--- head/devel/pear-HTML_BBCodeParser/Makefile	Mon May 13 09:52:31 2013	(r318050)
+++ head/devel/pear-HTML_BBCodeParser/Makefile	Mon May 13 09:52:59 2013	(r318051)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-HTML_BBCodeParser
-# Date created:			  29 May 2004
-# Whom:				  Lewis Thompson <purple@lewiz.net>
-#
+# Created by: Lewis Thompson <purple@lewiz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_BBCodeParser
 PORTVERSION=	1.1
@@ -13,18 +9,9 @@ MAINTAINER=	lewiz@compsoc.man.ac.uk
 COMMENT=	Parser to replace UBB style tags with their HTML equivalents
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
 
-CATEGORY=	HTML
-FILES=		BBCodeParser.php \
-		BBCodeParser/Filter/Basic.php \
-		BBCodeParser/Filter/Email.php \
-		BBCodeParser/Filter/Extended.php \
-		BBCodeParser/Filter/Images.php \
-		BBCodeParser/Filter/Links.php \
-		BBCodeParser/Filter/Lists.php
-EXAMPLES=	BBCodeParser.ini parser.php
-_EXAMPLESDIR=	BBCodeParser/example
+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?201305130953.r4D9r0sH049519>