Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (970252f94379c6483d7c2fcbba2ffcde42567ced)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (970252f94379c6483d7c2fcbba2ffcde42567ced)
  • Date: Sun, 23 Nov 2008 14:57:06 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

php-pear/smarty/CONFLICTS | 1 -
php-pear/smarty/DETAILS | 8 ++++----
php-pear/smarty/HISTORY | 5 +++++
php-pear/smarty/INSTALL | 6 +++---
4 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 970252f94379c6483d7c2fcbba2ffcde42567ced
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

smarty: Updated to version 2.6.20. Updated SOURCE_URL
and WEB_SITE. Cleaned up INSTALL. Removed outdated CONFLICTS.

diff --git a/php-pear/smarty/CONFLICTS b/php-pear/smarty/CONFLICTS
deleted file mode 100755
index 33da909..0000000
--- a/php-pear/smarty/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts Smarty y
diff --git a/php-pear/smarty/DETAILS b/php-pear/smarty/DETAILS
index 6ce11f6..2087753 100755
--- a/php-pear/smarty/DETAILS
+++ b/php-pear/smarty/DETAILS
@@ -1,10 +1,10 @@
SPELL=smarty
- VERSION=2.6.10
- SOURCE_HASH='sha1:e59e1c3f218f5e71156e84df80bb475fd5cacdc1'
+ VERSION=2.6.20
+
SOURCE_HASH=sha512:9e122f8ce5a74ab421feb2039213870bfebec8266c80e4a9b674326842baf05be6e078e56eb9d077626a0d0a282dcc85a7250b7d3d60d2428a11671c9f2b0d06
SOURCE=Smarty-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Smarty-$VERSION
- SOURCE_URL[0]=http://smarty.php.net/distributions/$SOURCE
- WEB_SITE=http://smarty.php.net/
+ SOURCE_URL[0]=http://www.smarty.net/do_download.php?download_file=$SOURCE
+ WEB_SITE=http://www.smarty.net/
ENTERED=20030425
LICENSE[0]=LGPL
KEYWORDS="template php"
diff --git a/php-pear/smarty/HISTORY b/php-pear/smarty/HISTORY
index d4bad5e..33f3cc1 100644
--- a/php-pear/smarty/HISTORY
+++ b/php-pear/smarty/HISTORY
@@ -1,3 +1,8 @@
+2008-11-23 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 2.6.20. Updated SOURCE_URL and WEB_SITE
+ * CONFLICTS: Removed.
+ * INSTALL: Added $INSTALL_ROOT
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/php-pear/smarty/INSTALL b/php-pear/smarty/INSTALL
index 0587532..a810f5a 100755
--- a/php-pear/smarty/INSTALL
+++ b/php-pear/smarty/INSTALL
@@ -1,6 +1,6 @@
-mkdir -p /usr/share/$SPELL &&
-cp -r libs/* /usr/share/$SPELL/ &&
-chmod -R u=rwX,og=rX /usr/share/$SPELL &&
+mkdir -p "$INSTALL_ROOT"/usr/share/$SPELL &&
+cp -r libs/* "$INSTALL_ROOT"/usr/share/$SPELL/ &&
+chmod -R u=rwX,og=rX "$INSTALL_ROOT"/usr/share/$SPELL &&

message "${MESSAGE_COLOR}Make sure PHP can locate"
\
"/usr/share/$SPELL/lib/Smarty.class.php by including"
\



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (970252f94379c6483d7c2fcbba2ffcde42567ced), George Sherwood, 11/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page