Date: Mon, 13 May 2013 14:31:27 +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: r318085 - head/devel/pear-Structures_DataGrid_Renderer_Console Message-ID: <201305131431.r4DEVRPY048600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@foobar.org> -# +# Created by: Nick Hilliard <nick@foobar.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_Renderer_Console PORTVERSION= 0.1.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131431.r4DEVRPY048600>