diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-01 00:00:30 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-01 00:00:30 +0800 |
commit | 9a5c5472d238f37dc0eb2fc95f4c7626592b81ff (patch) | |
tree | 095c7a2e935e142f69bb7c48ec814370912f81d1 /textproc | |
parent | 98b2654f09c4aa49436732ea925d2bcc049a6013 (diff) | |
download | freebsd-ports-gnome-9a5c5472d238f37dc0eb2fc95f4c7626592b81ff.tar.gz freebsd-ports-gnome-9a5c5472d238f37dc0eb2fc95f4c7626592b81ff.tar.zst freebsd-ports-gnome-9a5c5472d238f37dc0eb2fc95f4c7626592b81ff.zip |
- Update to 0.6.1
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 2 | ||||
-rw-r--r-- | textproc/google-ctemplate/distinfo | 6 | ||||
-rw-r--r-- | textproc/google-ctemplate/files/patch-src_base_mutex.h | 8 | ||||
-rw-r--r-- | textproc/google-ctemplate/pkg-plist | 2 |
4 files changed, 8 insertions, 10 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index e688b9791b3d..f7df3ff95542 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -7,7 +7,7 @@ # PORTNAME= google-ctemplate -PORTVERSION= 0.6 +PORTVERSION= 0.6.1 CATEGORIES= textproc MASTER_SITES= http://google-ctemplate.googlecode.com/files/ DISTNAME= ctemplate-${PORTVERSION} diff --git a/textproc/google-ctemplate/distinfo b/textproc/google-ctemplate/distinfo index e9ca90742f0c..2e32106ecf5d 100644 --- a/textproc/google-ctemplate/distinfo +++ b/textproc/google-ctemplate/distinfo @@ -1,3 +1,3 @@ -MD5 (ctemplate-0.6.tar.gz) = 9d3a13b42328c6227b57a864d12be1e9 -SHA256 (ctemplate-0.6.tar.gz) = 81afd538c2d96475345458cbdf646c054598da9352185fe06492c11b0458b223 -SIZE (ctemplate-0.6.tar.gz) = 504556 +MD5 (ctemplate-0.6.1.tar.gz) = fff65527bbe60321a493d0328668ea94 +SHA256 (ctemplate-0.6.1.tar.gz) = b83fbd7376a8149f9d5a4ad0455c9bffb711d70eb14f9ec4a66454a40124551d +SIZE (ctemplate-0.6.1.tar.gz) = 506413 diff --git a/textproc/google-ctemplate/files/patch-src_base_mutex.h b/textproc/google-ctemplate/files/patch-src_base_mutex.h index 0f42c854f082..eb7b75e542fc 100644 --- a/textproc/google-ctemplate/files/patch-src_base_mutex.h +++ b/textproc/google-ctemplate/files/patch-src_base_mutex.h @@ -1,11 +1,11 @@ ---- src/base/mutex.h.orig Wed Jun 13 22:51:52 2007 -+++ src/base/mutex.h Wed Jun 13 22:49:02 2007 +--- src/base/mutex.h.orig Thu Jun 21 18:50:55 2007 ++++ src/base/mutex.h Sat Jun 30 23:53:13 2007 @@ -52,7 +52,7 @@ #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK) // Needed for pthread_rwlock_*. If it causes problems, you could take // it out, but then you'd have to unset HAVE_RWLOCK (at least on linux). --# define _XOPEN_SOURCE 500 // needed to get the rwlock calls -+//# define _XOPEN_SOURCE 500 // needed to get the rwlock calls +-# define _XOPEN_SOURCE 500 // needed to get the rwlock calls ++//# define _XOPEN_SOURCE 500 // needed to get the rwlock calls # include <pthread.h> typedef pthread_rwlock_t MutexType; #elif defined(HAVE_PTHREAD) diff --git a/textproc/google-ctemplate/pkg-plist b/textproc/google-ctemplate/pkg-plist index b3ba2c94636d..2e741355f40d 100644 --- a/textproc/google-ctemplate/pkg-plist +++ b/textproc/google-ctemplate/pkg-plist @@ -8,11 +8,9 @@ include/google/template_from_string.h include/google/template_modifiers.h include/google/template_namelist.h lib/libctemplate.a -lib/libctemplate.la lib/libctemplate.so lib/libctemplate.so.0 lib/libctemplate_nothreads.a -lib/libctemplate_nothreads.la lib/libctemplate_nothreads.so lib/libctemplate_nothreads.so.0 @dirrmtry include/google |