aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2012-09-27 05:27:31 +0800
committerglarkin <glarkin@FreeBSD.org>2012-09-27 05:27:31 +0800
commite39a42b25eae2bdcc68f0c6da2a55ce2be493653 (patch)
tree0a9435403cfe41ebe1d50d4938840707af5e876e
parent98e6c0b5a69f02b4ddb90a58448b622ec5aab449 (diff)
downloadfreebsd-ports-gnome-e39a42b25eae2bdcc68f0c6da2a55ce2be493653.tar.gz
freebsd-ports-gnome-e39a42b25eae2bdcc68f0c6da2a55ce2be493653.tar.zst
freebsd-ports-gnome-e39a42b25eae2bdcc68f0c6da2a55ce2be493653.zip
- Chase www/smarty -> www/smarty2 rename
-rw-r--r--japanese/guesswork-classic/Makefile3
-rw-r--r--security/maia/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/japanese/guesswork-classic/Makefile b/japanese/guesswork-classic/Makefile
index 84ce498cc53f..2eb50cec38fd 100644
--- a/japanese/guesswork-classic/Makefile
+++ b/japanese/guesswork-classic/Makefile
@@ -7,13 +7,14 @@
PORTNAME= guesswork-classic
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= japanese devel
MASTER_SITES= http://classic.guesswork.jp/download/files/
MAINTAINER= smatsui@karashi.org
COMMENT= A PHP lightweight framework
-RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
+RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2
NO_BUILD= yes
USE_PHP= yes
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)