svn commit: r304927 - in head/www: pear-Structures_DataGrid_Renderer_Smarty siteframe
Greg Larkin
glarkin at FreeBSD.org
Wed Sep 26 20:43:59 UTC 2012
Author: glarkin
Date: Wed Sep 26 20:43:58 2012
New Revision: 304927
URL: http://svn.freebsd.org/changeset/ports/304927
Log:
- Chase www/smarty -> www/smarty2 rename
Modified:
head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile
head/www/siteframe/Makefile
Modified: head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile
==============================================================================
--- head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile Wed Sep 26 20:43:21 2012 (r304926)
+++ head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile Wed Sep 26 20:43:58 2012 (r304927)
@@ -7,6 +7,7 @@
PORTNAME= Structures_DataGrid_Renderer_Smarty
PORTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= www pear
MAINTAINER= nick at foobar.org
@@ -14,7 +15,7 @@ COMMENT= Smarty Renderer for pear-Struct
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
- ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty \
+ ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
CATEGORY= Structures
Modified: head/www/siteframe/Makefile
==============================================================================
--- head/www/siteframe/Makefile Wed Sep 26 20:43:21 2012 (r304926)
+++ head/www/siteframe/Makefile Wed Sep 26 20:43:58 2012 (r304927)
@@ -7,14 +7,14 @@
PORTNAME= siteframe
PORTVERSION= 5.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= ftp://ftp.broadpool.net/pub/siteframe/
MAINTAINER= glen at broadpool.com
COMMENT= A web community content management system in PHP5 and MySQL
-RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
+RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2
USE_APACHE_RUN= 22+
USE_PHP= mysqli simplexml xml session gd
More information about the svn-ports-head
mailing list