mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Upgrade to 0.95.
This commit is contained in:
parent
122b39c26e
commit
f42dff2a46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235686
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= google-ctemplate
|
PORTNAME= google-ctemplate
|
||||||
PORTVERSION= 0.94
|
PORTVERSION= 0.95
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
DISTNAME= ctemplate-${PORTVERSION}
|
DISTNAME= ctemplate-${PORTVERSION}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (ctemplate-0.94.tar.gz) = e4227fce68880c415838be5320f1706a
|
MD5 (ctemplate-0.95.tar.gz) = d6cfabbe1742dbe6f3bd10b77be319f1
|
||||||
SHA256 (ctemplate-0.94.tar.gz) = e6a7d8a4a834ec590608eb3738d4cdd25568843cf97214abf5159870de914113
|
SHA256 (ctemplate-0.95.tar.gz) = 4d14169438705c30d7c67a98810e61fdf521b61e894c41200fb8f30c170dc768
|
||||||
SIZE (ctemplate-0.94.tar.gz) = 754320
|
SIZE (ctemplate-0.95.tar.gz) = 755764
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
bin/diff_tpl_auto_escape
|
bin/diff_tpl_auto_escape
|
||||||
bin/make_tpl_varnames_h
|
bin/make_tpl_varnames_h
|
||||||
bin/template-converter
|
bin/template-converter
|
||||||
include/google/per_expand_data.h
|
include/ctemplate/per_expand_data.h
|
||||||
include/google/template.h
|
include/ctemplate/template.h
|
||||||
include/google/template_annotator.h
|
include/ctemplate/template_annotator.h
|
||||||
include/google/template_dictionary.h
|
include/ctemplate/template_dictionary.h
|
||||||
include/google/template_dictionary_interface.h
|
include/ctemplate/template_dictionary_interface.h
|
||||||
include/google/template_enums.h
|
include/ctemplate/template_enums.h
|
||||||
include/google/template_emitter.h
|
include/ctemplate/template_emitter.h
|
||||||
include/google/template_from_string.h
|
include/ctemplate/template_modifiers.h
|
||||||
include/google/template_modifiers.h
|
include/ctemplate/template_namelist.h
|
||||||
include/google/template_namelist.h
|
include/ctemplate/template_pathops.h
|
||||||
include/google/template_pathops.h
|
include/ctemplate/template_string.h
|
||||||
include/google/template_string.h
|
|
||||||
lib/libctemplate.a
|
lib/libctemplate.a
|
||||||
lib/libctemplate.la
|
lib/libctemplate.la
|
||||||
lib/libctemplate.so
|
lib/libctemplate.so
|
||||||
@ -21,4 +20,4 @@ lib/libctemplate_nothreads.a
|
|||||||
lib/libctemplate_nothreads.la
|
lib/libctemplate_nothreads.la
|
||||||
lib/libctemplate_nothreads.so
|
lib/libctemplate_nothreads.so
|
||||||
lib/libctemplate_nothreads.so.0
|
lib/libctemplate_nothreads.so.0
|
||||||
@dirrmtry include/google
|
@dirrmtry include/ctemplate
|
||||||
|
Loading…
Reference in New Issue
Block a user