diff options
author | glarkin <glarkin@FreeBSD.org> | 2012-09-27 04:43:58 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2012-09-27 04:43:58 +0800 |
commit | cec2508cd2aea513030db81a151a272e17f29bb5 (patch) | |
tree | 5b9a59e1fb571f23965d18cf575b47ebc3b5cd1a /www | |
parent | e4488c1f113f6a9c9826e020408e0afc20cc6113 (diff) | |
download | freebsd-ports-gnome-cec2508cd2aea513030db81a151a272e17f29bb5.tar.gz freebsd-ports-gnome-cec2508cd2aea513030db81a151a272e17f29bb5.tar.zst freebsd-ports-gnome-cec2508cd2aea513030db81a151a272e17f29bb5.zip |
- Chase www/smarty -> www/smarty2 rename
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Smarty/Makefile | 3 | ||||
-rw-r--r-- | www/siteframe/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile b/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile index bace1d89aa36..b39fd96c0472 100644 --- a/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile +++ b/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile @@ -7,6 +7,7 @@ PORTNAME= Structures_DataGrid_Renderer_Smarty PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= www pear MAINTAINER= nick@foobar.org @@ -14,7 +15,7 @@ COMMENT= Smarty Renderer for pear-Structures_DataGrid 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 diff --git a/www/siteframe/Makefile b/www/siteframe/Makefile index 1a5b69273967..3219c3fe1738 100644 --- a/www/siteframe/Makefile +++ b/www/siteframe/Makefile @@ -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@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 |