upgrade to 1.4.2
This commit is contained in:
parent
b620ae8b4c
commit
5debc47736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112605
4 changed files with 29 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= ulxmlrpcpp
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -25,7 +25,7 @@ USE_REINPLACE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-doxygen --disable-latex-docs
|
||||
CONFIGURE_ARGS= --disable-doxygen
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ulxmlrpcpp-1.2.5.tar.bz2) = d5ca0883932137e07801232c370ede11
|
||||
SIZE (ulxmlrpcpp-1.2.5.tar.bz2) = 327744
|
||||
MD5 (ulxmlrpcpp-1.4.2.tar.bz2) = 13c1a977a2d1f7c7161cc516d1dc4732
|
||||
SIZE (ulxmlrpcpp-1.4.2.tar.bz2) = 344777
|
||||
|
|
12
net/ulxmlrpcpp/files/patch-ulxmlrpcpp:tests:Makefile.in
Normal file
12
net/ulxmlrpcpp/files/patch-ulxmlrpcpp:tests:Makefile.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- ulxmlrpcpp/tests/Makefile.in.orig Wed Jun 30 17:17:16 2004
|
||||
+++ ulxmlrpcpp/tests/Makefile.in Wed Jun 30 17:17:22 2004
|
||||
@@ -729,9 +729,6 @@
|
||||
sleep 1
|
||||
xterm -hold -e ./mt_client &
|
||||
|
||||
-foo-cert.pem:
|
||||
- cp $(srcdir)/foo-cert.pem foo-cert.pem
|
||||
-
|
||||
mpatrol-check:
|
||||
-rm mpatrol.*.log
|
||||
for fut in $(SINGLE_TESTS); do \
|
|
@ -6,28 +6,38 @@ include/ulxmlrpcpp.h
|
|||
include/ulxmlrpcpp/ulxr_config.h
|
||||
include/ulxr_call.h
|
||||
include/ulxr_callparse.h
|
||||
include/ulxr_callparse_base.h
|
||||
include/ulxr_callparse_wb.h
|
||||
include/ulxr_connection.h
|
||||
include/ulxr_dispatcher.h
|
||||
include/ulxr_except.h
|
||||
include/ulxr_expatwrap.h
|
||||
include/ulxr_htmlform_handler.h
|
||||
include/ulxr_http_client.h
|
||||
include/ulxr_http_connection.h
|
||||
include/ulxr_http_protocol.h
|
||||
include/ulxr_http_server.h
|
||||
include/ulxr_mtrpc_server.h
|
||||
include/ulxr_mutex.h
|
||||
include/ulxr_protocol.h
|
||||
include/ulxr_requester.h
|
||||
include/ulxr_response.h
|
||||
include/ulxr_responseparse.h
|
||||
include/ulxr_responseparse_base.h
|
||||
include/ulxr_responseparse_wb.h
|
||||
include/ulxr_signature.h
|
||||
include/ulxr_ssl_connection.h
|
||||
include/ulxr_tcpip_connection.h
|
||||
include/ulxr_value.h
|
||||
include/ulxr_valueparse.h
|
||||
include/ulxr_valueparse_base.h
|
||||
include/ulxr_valueparse_wb.h
|
||||
include/ulxr_wbxmlparse.h
|
||||
include/ulxr_xmlparse.h
|
||||
include/ulxr_xmlparse_base.h
|
||||
@dirrm include/ulxmlrpcpp
|
||||
lib/libulxmlrpcpp.a
|
||||
lib/libulxmlrpcpp.so
|
||||
lib/libulxmlrpcpp.so.5
|
||||
lib/libulxmlrpcpp.so.10
|
||||
%%DATADIR%%/httpd/index.html
|
||||
%%DATADIR%%/httpd/logo-ulxmlrpcpp.png
|
||||
@dirrm %%DATADIR%%/httpd
|
||||
|
|
Loading…
Reference in a new issue