Update to 1.8.3
This commit is contained in:
parent
c74b009205
commit
beb6a7c8a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181276
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ctpp
|
||||
PORTVERSION= 1.8.2
|
||||
PORTVERSION= 1.8.3
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://www.reki.ru/products/ctpp/download/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -24,7 +24,7 @@ do-configure:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libctpp-st.a ${PREFIX}/lib/libctpp.a
|
||||
${INSTALL_DATA} ${WRKSRC}/libctpp.so.1.8.2 ${PREFIX}/lib/libctpp.so
|
||||
${INSTALL_DATA} ${WRKSRC}/libctpp.so.${PORTVERSION} ${PREFIX}/lib/libctpp.so
|
||||
@${MKDIR} ${PREFIX}/include/ctpp
|
||||
cd ${WRKSRC}/include && ${FIND} . | \
|
||||
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/ctpp
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ctpp-1.8.2.tar.gz) = 2e8a4ea72bea9dadd5ae8c5005fbbeb8
|
||||
SHA256 (ctpp-1.8.2.tar.gz) = 87ce9ca63b7abe0218ae656a7aad888b6f6d2774eb519dbbe25e14fae91fdd22
|
||||
SIZE (ctpp-1.8.2.tar.gz) = 142330
|
||||
MD5 (ctpp-1.8.3.tar.gz) = ec7645a5af4f8b7c7dbde0000d1d7d0a
|
||||
SHA256 (ctpp-1.8.3.tar.gz) = 7fd40af50a372e29855278904e042f21affb2f05bf4b606ed5bd21283e5e2640
|
||||
SIZE (ctpp-1.8.3.tar.gz) = 145895
|
||||
|
@ -4,6 +4,7 @@ include/ctpp/ctpp/ctpp.hpp
|
||||
include/ctpp/ctpp/ctpp_c.h
|
||||
include/ctpp/ctpp/param_data.hpp
|
||||
include/ctpp/ctpp/udf_fn.hpp
|
||||
include/ctpp/functions/istrue.hpp
|
||||
include/ctpp/functions/form_param.hpp
|
||||
include/ctpp/functions/href_param.hpp
|
||||
include/ctpp/functions/htmlescape.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user