diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-09-26 21:27:31 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-09-26 21:27:31 +0000 |
commit | 772973d2434ce7826d3d6aebb2e23ffe6eef48fd (patch) | |
tree | 0a9435403cfe41ebe1d50d4938840707af5e876e /security/maia | |
parent | f898eafade36badbc16f44363dc0c85629bc729d (diff) | |
download | ports-772973d2434ce7826d3d6aebb2e23ffe6eef48fd.tar.gz ports-772973d2434ce7826d3d6aebb2e23ffe6eef48fd.zip |
- Chase www/smarty -> www/smarty2 rename
Notes
Notes:
svn path=/head/; revision=304930
Diffstat (limited to 'security/maia')
-rw-r--r-- | security/maia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index e4476409b67f..b9780a2b908c 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -7,7 +7,7 @@ PORTNAME= maia DISTVERSION= 1.0.3-${SVNREVISION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.purplehat.org/downloads/maia/ @@ -127,7 +127,7 @@ RUN_DEPENDS+= ${PEAR_DIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEAR_DIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEAR_DIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ ${PEAR_DIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ - ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty + ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 .endif .if defined(WITH_MYSQL) |