aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2008-04-08 08:51:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2008-04-08 08:51:59 +0000
commitb6440157a45a4277468399c6948c28176522a1e7 (patch)
tree573f4205eaf261b67b72e0307b4f8d07b0b5d01e /textproc
parent68ef922083efedb3f3c7103a90d40496c695f111 (diff)
downloadports-b6440157a45a4277468399c6948c28176522a1e7.tar.gz
ports-b6440157a45a4277468399c6948c28176522a1e7.zip
Notes
Diffstat (limited to 'textproc')
-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