aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2009-11-09 15:11:22 +0800
committervanilla <vanilla@FreeBSD.org>2009-11-09 15:11:22 +0800
commitd048eee0c3235b62f116ae3dee0b415f13c5d304 (patch)
tree5b8da9b5787b04fba86a2e29803bd09ba5ad502c /textproc
parenta6dd405e134eb61d0b793aeb3a1253e7ee346306 (diff)
downloadfreebsd-ports-gnome-d048eee0c3235b62f116ae3dee0b415f13c5d304.tar.gz
freebsd-ports-gnome-d048eee0c3235b62f116ae3dee0b415f13c5d304.tar.zst
freebsd-ports-gnome-d048eee0c3235b62f116ae3dee0b415f13c5d304.zip
Upgrade to 0.96.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/google-ctemplate/Makefile2
-rw-r--r--textproc/google-ctemplate/distinfo6
-rw-r--r--textproc/google-ctemplate/files/patch-configure27
3 files changed, 4 insertions, 31 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile
index 453040502503..f9d0c21d9515 100644
--- a/textproc/google-ctemplate/Makefile
+++ b/textproc/google-ctemplate/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= google-ctemplate
-PORTVERSION= 0.95
+PORTVERSION= 0.96
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ctemplate-${PORTVERSION}
diff --git a/textproc/google-ctemplate/distinfo b/textproc/google-ctemplate/distinfo
index 4cc0f1bd1e8f..bb57ad66cb85 100644
--- a/textproc/google-ctemplate/distinfo
+++ b/textproc/google-ctemplate/distinfo
@@ -1,3 +1,3 @@
-MD5 (ctemplate-0.95.tar.gz) = d6cfabbe1742dbe6f3bd10b77be319f1
-SHA256 (ctemplate-0.95.tar.gz) = 4d14169438705c30d7c67a98810e61fdf521b61e894c41200fb8f30c170dc768
-SIZE (ctemplate-0.95.tar.gz) = 755764
+MD5 (ctemplate-0.96.tar.gz) = 57569994c2e714b8bcf09c169e5652fe
+SHA256 (ctemplate-0.96.tar.gz) = ac55d854b39db0ff36eeba6ee2fdf0cade95bfa6f5d89a26f136e7481bfa989b
+SIZE (ctemplate-0.96.tar.gz) = 762800
diff --git a/textproc/google-ctemplate/files/patch-configure b/textproc/google-ctemplate/files/patch-configure
deleted file mode 100644
index 806c3242590e..000000000000
--- a/textproc/google-ctemplate/files/patch-configure
+++ /dev/null
@@ -1,27 +0,0 @@
---- configure.orig 2009-02-03 09:31:04.000000000 +0800
-+++ configure 2009-02-03 09:31:37.000000000 +0800
-@@ -21992,20 +21992,20 @@
-
-
-
--if test "$ac_cv___attribute__" == "yes"; then
-+if test "$ac_cv___attribute__" = "yes"; then
- ac_google_attribute=1
-
- else
- ac_google_attribute=0
-
- fi
--if test "$ac_cv_type_u_int64_t" == "yes"; then
-+if test "$ac_cv_type_u_int64_t" = "yes"; then
- ac_cv_uint64=u_int64_t
-
--elif test "$ac_cv_type_uint64_t" == "yes"; then
-+elif test "$ac_cv_type_uint64_t" = "yes"; then
- ac_cv_uint64=uint64_t
-
--elif test "$ac_cv_type___int64" == "yes"; then
-+elif test "$ac_cv_type___int64" = "yes"; then
- ac_cv_uint64=unsigned __int64
-
- else