svn commit: r318085 - head/devel/pear-Structures_DataGrid_Renderer_Console

Martin Wilke miwi at FreeBSD.org
Mon May 13 14:31:28 UTC 2013


Author: miwi
Date: Mon May 13 14:31:27 2013
New Revision: 318085
URL: http://svnweb.freebsd.org/changeset/ports/318085

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

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

Modified: head/devel/pear-Structures_DataGrid_Renderer_Console/Makefile
==============================================================================
--- head/devel/pear-Structures_DataGrid_Renderer_Console/Makefile	Mon May 13 14:24:44 2013	(r318084)
+++ head/devel/pear-Structures_DataGrid_Renderer_Console/Makefile	Mon May 13 14:31:27 2013	(r318085)
@@ -1,23 +1,18 @@
-# Ports collection makefile for:	pear-Structures_DataGrid_Renderer_Console
-# Date created:				26 Jun 2008
-# Whom:					Nick Hilliard <nick at foobar.org>
-#
+# Created by: Nick Hilliard <nick at foobar.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Structures_DataGrid_Renderer_Console
 PORTVERSION=	0.1.1
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Console_Table Renderer for pear-Structures_DataGrid
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
 		${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
 
-CATEGORY=	Structures
-FILES=		DataGrid/Renderer/Console.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list