textproc/xerces-c3: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
0af393a1da
commit
6ca5cf5aa3
3 changed files with 9 additions and 4 deletions
|
|
@ -2,7 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xerces-c
|
||||
PORTVERSION= 3.1.4
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= APACHE/xerces/c/3/sources
|
||||
PKGNAMESUFFIX= 3
|
||||
|
|
@ -28,6 +29,9 @@ PLIST_SUB= MAJOR_VER=${PORTVERSION:R}
|
|||
CPE_PRODUCT= xerces-c++
|
||||
CPE_VENDOR= apache
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,@DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-install:
|
||||
${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1469548587
|
||||
SHA256 (xerces-c-3.1.4.tar.gz) = c98eedac4cf8a73b09366ad349cb3ef30640e7a3089d360d40a3dde93f66ecf6
|
||||
SIZE (xerces-c-3.1.4.tar.gz) = 6992545
|
||||
TIMESTAMP = 1504098793
|
||||
SHA256 (xerces-c-3.2.0.tar.gz) = d3162910ada85612f5b8cc89cdab84d0ad9a852a49577691e54bc7e9fc304e15
|
||||
SIZE (xerces-c-3.2.0.tar.gz) = 6734012
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ include/xercesc/dom/impl/DOMLSOutputImpl.hpp
|
|||
include/xercesc/dom/impl/DOMLSSerializerImpl.hpp
|
||||
include/xercesc/dom/impl/DOMLocatorImpl.hpp
|
||||
include/xercesc/dom/impl/DOMNamedNodeMapImpl.hpp
|
||||
include/xercesc/dom/impl/DOMNodeBase.hpp
|
||||
include/xercesc/dom/impl/DOMNodeIDMap.hpp
|
||||
include/xercesc/dom/impl/DOMNodeImpl.hpp
|
||||
include/xercesc/dom/impl/DOMNodeIteratorImpl.hpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue