aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pecl-ctemplate
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2008-04-08 16:51:59 +0800
committervanilla <vanilla@FreeBSD.org>2008-04-08 16:51:59 +0800
commitd854dc574ef397e146eb5940933dab1a0881a710 (patch)
treedd0d9529db4433963a2b551110f17a0f612faefa /textproc/pecl-ctemplate
parent953ad1cf93945d364b370d2f0d40058afd984614 (diff)
downloadfreebsd-ports-gnome-d854dc574ef397e146eb5940933dab1a0881a710.tar.gz
freebsd-ports-gnome-d854dc574ef397e146eb5940933dab1a0881a710.tar.zst
freebsd-ports-gnome-d854dc574ef397e146eb5940933dab1a0881a710.zip
Upgrade to 1.2.
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r--textproc/pecl-ctemplate/Makefile2
-rw-r--r--textproc/pecl-ctemplate/distinfo6
-rw-r--r--textproc/pecl-ctemplate/files/patch-cTemplate.cpp10
-rw-r--r--textproc/pecl-ctemplate/files/patch-config.m49
4 files changed, 4 insertions, 23 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile
index 6e685cf7b3a7..b1ea2a5ea3f3 100644
--- a/textproc/pecl-ctemplate/Makefile
+++ b/textproc/pecl-ctemplate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cTemplate
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= textproc pear
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vanilla
diff --git a/textproc/pecl-ctemplate/distinfo b/textproc/pecl-ctemplate/distinfo
index 5e53ca3ca709..d3fa4773556d 100644
--- a/textproc/pecl-ctemplate/distinfo
+++ b/textproc/pecl-ctemplate/distinfo
@@ -1,3 +1,3 @@
-MD5 (PECL/cTemplate-1.1.tar.bz2) = 8079a5eb430969c1cda56e6658dffd89
-SHA256 (PECL/cTemplate-1.1.tar.bz2) = 605c3d3c3d6c6d226aaafeac488d0fa96fdc1133ae7d7824dd41c0fe6433e85d
-SIZE (PECL/cTemplate-1.1.tar.bz2) = 8948
+MD5 (PECL/cTemplate-1.2.tar.bz2) = a820fc5a23aecb2aaacd84337e55d718
+SHA256 (PECL/cTemplate-1.2.tar.bz2) = d28b4ce0354f802d574ffa8aac75d387bdd01471367dd289467f5179c6853dd1
+SIZE (PECL/cTemplate-1.2.tar.bz2) = 10039
diff --git a/textproc/pecl-ctemplate/files/patch-cTemplate.cpp b/textproc/pecl-ctemplate/files/patch-cTemplate.cpp
deleted file mode 100644
index c5117936e7c1..000000000000
--- a/textproc/pecl-ctemplate/files/patch-cTemplate.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- cTemplate.cpp.orig Tue Jul 17 17:48:38 2007
-+++ cTemplate.cpp Tue Jul 17 17:48:44 2007
-@@ -187,7 +187,6 @@
- REGISTER_LONG_CONSTANT ("TS_EMPTY", TS_EMPTY, CONST_CS | CONST_PERSISTENT);
- REGISTER_LONG_CONSTANT ("TS_ERROR", TS_ERROR, CONST_CS | CONST_PERSISTENT);
- REGISTER_LONG_CONSTANT ("TS_READY", TS_READY, CONST_CS | CONST_PERSISTENT);
-- REGISTER_LONG_CONSTANT ("TS_RELOAD", TS_RELOAD, CONST_CS | CONST_PERSISTENT);
- REGISTER_LONG_CONSTANT ("HTML_ESCAPE", 0, CONST_CS | CONST_PERSISTENT);
- REGISTER_LONG_CONSTANT ("XML_ESCAPE", 1, CONST_CS | CONST_PERSISTENT);
- REGISTER_LONG_CONSTANT ("JAVASCRIPT_ESCAPE", 2, CONST_CS | CONST_PERSISTENT);
diff --git a/textproc/pecl-ctemplate/files/patch-config.m4 b/textproc/pecl-ctemplate/files/patch-config.m4
deleted file mode 100644
index 12e2e56ec883..000000000000
--- a/textproc/pecl-ctemplate/files/patch-config.m4
+++ /dev/null
@@ -1,9 +0,0 @@
---- config.m4.orig Tue Jul 3 20:56:50 2007
-+++ config.m4 Tue Jul 3 20:56:57 2007
-@@ -50,5 +50,5 @@
- PHP_ADD_LIBRARY(pthread)
- PHP_ADD_LIBRARY(stdc++)
- PHP_NEW_EXTENSION(cTemplate, cTemplate.cpp, $ext_shared)
-- CPPFLAGS="$CPPFLAGS -Werror -Wall -g"
-+ dnl CPPFLAGS="$CPPFLAGS -Werror -Wall -g"
- fi