From owner-svn-ports-head@FreeBSD.ORG Wed Sep 26 21:27:32 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D901065670; Wed, 26 Sep 2012 21:27:32 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5D44D8FC0C; Wed, 26 Sep 2012 21:27:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8QLRW93095777; Wed, 26 Sep 2012 21:27:32 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8QLRWG3095774; Wed, 26 Sep 2012 21:27:32 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201209262127.q8QLRWG3095774@svn.freebsd.org> From: Greg Larkin Date: Wed, 26 Sep 2012 21:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304930 - in head: japanese/guesswork-classic security/maia X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 21:27:32 -0000 Author: glarkin Date: Wed Sep 26 21:27:31 2012 New Revision: 304930 URL: http://svn.freebsd.org/changeset/ports/304930 Log: - Chase www/smarty -> www/smarty2 rename Modified: head/japanese/guesswork-classic/Makefile head/security/maia/Makefile Modified: head/japanese/guesswork-classic/Makefile ============================================================================== --- head/japanese/guesswork-classic/Makefile Wed Sep 26 20:54:55 2012 (r304929) +++ head/japanese/guesswork-classic/Makefile Wed Sep 26 21:27:31 2012 (r304930) @@ -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 Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Wed Sep 26 20:54:55 2012 (r304929) +++ head/security/maia/Makefile Wed Sep 26 21:27:31 2012 (r304930) @@ -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: ${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)