aboutsummaryrefslogtreecommitdiff
path: root/textproc/mxml
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-07-28 15:28:22 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-07-28 15:28:22 +0000
commita8c9043fe25307e7f1ed3b943a7a341d00bda1e8 (patch)
treedbb096b42579efb87f8f2eb7b29436ee658891d5 /textproc/mxml
parent66d4535284f80005a4e9e0290d3ff6ff3ece7339 (diff)
downloadports-a8c9043fe25307e7f1ed3b943a7a341d00bda1e8.tar.gz
ports-a8c9043fe25307e7f1ed3b943a7a341d00bda1e8.zip
Notes
Diffstat (limited to 'textproc/mxml')
-rw-r--r--textproc/mxml/Makefile6
-rw-r--r--textproc/mxml/distinfo6
-rw-r--r--textproc/mxml/files/patch-mxmldoc.c10
3 files changed, 16 insertions, 6 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile
index a293bd4765ec..706090f3df2c 100644
--- a/textproc/mxml/Makefile
+++ b/textproc/mxml/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= mxml
-PORTVERSION= 2.5
+PORTVERSION= 2.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_EASYSW}
-MASTER_SITE_SUBDIR= mxml/2.5
+MASTER_SITE_SUBDIR= mxml/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= hsmtkk@gmail.com
COMMENT= Small XML parsing library
GNU_CONFIGURE= yes
diff --git a/textproc/mxml/distinfo b/textproc/mxml/distinfo
index cac9e2e5b258..6a939a44fce8 100644
--- a/textproc/mxml/distinfo
+++ b/textproc/mxml/distinfo
@@ -1,3 +1,3 @@
-MD5 (mxml-2.5.tar.gz) = f706377fba630b39fa02fd63642b17e5
-SHA256 (mxml-2.5.tar.gz) = aef0541d0589be350c50c7fe5bc71a0eb1046d0f38f6b27348b63caa21aebc79
-SIZE (mxml-2.5.tar.gz) = 247768
+MD5 (mxml-2.6.tar.gz) = 68977789ae64985dddbd1a1a1652642e
+SHA256 (mxml-2.6.tar.gz) = b0d347da1a0d5a8c9e82f66087d55cfe499728dacae563740d7e733648c69795
+SIZE (mxml-2.6.tar.gz) = 254455
diff --git a/textproc/mxml/files/patch-mxmldoc.c b/textproc/mxml/files/patch-mxmldoc.c
new file mode 100644
index 000000000000..0cba27ae3403
--- /dev/null
+++ b/textproc/mxml/files/patch-mxmldoc.c
@@ -0,0 +1,10 @@
+--- mxmldoc.c.orig 2009-07-25 13:08:26.603202123 +0900
++++ mxmldoc.c 2009-07-25 13:08:37.818332350 +0900
+@@ -57,7 +57,6 @@
+ #ifndef WIN32
+ # include <dirent.h>
+ # include <unistd.h>
+-# include <spawn.h>
+ # include <sys/wait.h>
+ extern char **environ;
+ #endif /* !WIN32 */