aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-04-16 23:07:10 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-04-16 23:07:10 +0000
commitc80527d1422e164e9cce5eafe3a25ff634888dc3 (patch)
tree54aa14cf25a4b0a28e89adde42c17bc1b7357d27 /net
parenta3abdcdeebf1c87ca62275c945b8b5c997de108c (diff)
downloadports-c80527d1422e164e9cce5eafe3a25ff634888dc3.tar.gz
ports-c80527d1422e164e9cce5eafe3a25ff634888dc3.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/xmlrpc-epi/Makefile5
-rw-r--r--net/xmlrpc-epi/distinfo6
-rw-r--r--net/xmlrpc-epi/files/patch-src__xml_element.c11
-rw-r--r--net/xmlrpc-epi/pkg-plist8
4 files changed, 9 insertions, 21 deletions
diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile
index b5ffcf74a584..2f6a9a7bf3e5 100644
--- a/net/xmlrpc-epi/Makefile
+++ b/net/xmlrpc-epi/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= xmlrpc-epi
-PORTVERSION= 0.51
+PORTVERSION= 0.53
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A general purpose implementation of the xmlrpc specification in C
diff --git a/net/xmlrpc-epi/distinfo b/net/xmlrpc-epi/distinfo
index cb73e3724b49..4a21387439bd 100644
--- a/net/xmlrpc-epi/distinfo
+++ b/net/xmlrpc-epi/distinfo
@@ -1,3 +1,3 @@
-MD5 (xmlrpc-epi-0.51.tar.gz) = 51c5f062365f82ff1c26c2763e7f0654
-SHA256 (xmlrpc-epi-0.51.tar.gz) = ec9e54e72e70b38d515d6fc69b4d591ed6018b65d9409965dfacdcd1f59d13b3
-SIZE (xmlrpc-epi-0.51.tar.gz) = 458208
+MD5 (xmlrpc-epi-0.53.tar.gz) = 37afd70a604c6ecd6f1d6fcf8fb6364d
+SHA256 (xmlrpc-epi-0.53.tar.gz) = bb65cc343754c9d3b2db04b49506381e74e6c47551715b97d606cab6d37fe928
+SIZE (xmlrpc-epi-0.53.tar.gz) = 598400
diff --git a/net/xmlrpc-epi/files/patch-src__xml_element.c b/net/xmlrpc-epi/files/patch-src__xml_element.c
deleted file mode 100644
index e4f669210d27..000000000000
--- a/net/xmlrpc-epi/files/patch-src__xml_element.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xml_element.c.orig Thu May 23 19:46:51 2002
-+++ src/xml_element.c Tue Mar 20 23:15:55 2007
-@@ -170,7 +170,7 @@
-
- Q_Destroy(&root->children);
- Q_Destroy(&root->attrs);
-- my_free((char*)root->name);
-+ my_free(root->name);
- simplestring_free(&root->text);
- my_free(root);
- }
diff --git a/net/xmlrpc-epi/pkg-plist b/net/xmlrpc-epi/pkg-plist
index f3dcc4c0e0c7..140aadab8c17 100644
--- a/net/xmlrpc-epi/pkg-plist
+++ b/net/xmlrpc-epi/pkg-plist
@@ -14,7 +14,7 @@ include/xml_to_xmlrpc.h
include/xmlparse.h
include/xmlrpc.h
include/xmlrpc_introspection.h
-lib/libxmlrpc.a
-lib/libxmlrpc.la
-lib/libxmlrpc.so
-lib/libxmlrpc.so.0
+lib/libxmlrpc-epi.a
+lib/libxmlrpc-epi.la
+lib/libxmlrpc-epi.so
+lib/libxmlrpc-epi.so.0