mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.6
- Pass maintainer to submitter - Remove include of spawn.h since it is not included on anything less than 8.0. PR: ports/136929 Submitted by: Kouki Hashimoto <hsmtkk@gmail.com>
This commit is contained in:
parent
66d4535284
commit
a8c9043fe2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238526
3 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
10
textproc/mxml/files/patch-mxmldoc.c
Normal file
10
textproc/mxml/files/patch-mxmldoc.c
Normal file
|
@ -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 */
|
Loading…
Add table
Reference in a new issue