1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

Update www/mohawk to 2.0.19

PR:		216907
Submitted by:	mohawk@bsdsx.fr
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9486
This commit is contained in:
Kirill Ponomarev 2017-02-09 17:39:41 +00:00
parent b59ac67956
commit 0b939c1c62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433749
3 changed files with 4 additions and 23 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= mohawk
PORTVERSION= 2.0.18
PORTREVISION= 1
PORTVERSION= 2.0.19
CATEGORIES= www ipv6
MASTER_SITES= http://fossil.bsdsx.fr/mohawk/tarball/ \
http://fossil.etoilebsd.net/mohawk/tarball/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1485505655
SHA256 (mohawk-2.0.18.tar.gz?uuid=2.0.18) = c19be31a950bba5ffb3729fc5d0079a0e0c6bab6de55b2593e1a9e60eb80481a
SIZE (mohawk-2.0.18.tar.gz?uuid=2.0.18) = 42004
TIMESTAMP = 1486546516
SHA256 (mohawk-2.0.19.tar.gz?uuid=2.0.19) = 4d5109410864628147fb2e0d31cdf2bbfaa0590f83d6dd08508c1cde3036d038
SIZE (mohawk-2.0.19.tar.gz?uuid=2.0.19) = 42079

View File

@ -1,18 +0,0 @@
--- parse.y.orig 2017-01-27 06:01:59 UTC
+++ parse.y
@@ -30,8 +30,14 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>
-#if defined(__FreeBSD_version) && __FreeBSD_version >= 1000510
+#if defined(__FreeBSD__)
+#if __FreeBSD_version >= 1000510
+# if __FreeBSD_version >= 1200000
+#include <sys/capsicum.h>
+# else
#include <sys/capability.h>
+# endif
+#endif
#endif
#include <net/if.h>