Index: head/www/mohawk/Makefile =================================================================== --- head/www/mohawk/Makefile (revision 433748) +++ head/www/mohawk/Makefile (revision 433749) @@ -1,47 +1,46 @@ # $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/ DISTFILES= ${DISTNAME}.tar.gz?uuid=${PORTVERSION} MAINTAINER= mohawk@bsdsx.fr COMMENT= Simple and lightweight HTTP daemon LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ man/man5/mohawk.conf.5.gz \ man/man8/mhtpasswd.8.gz \ man/man8/mohawk.8.gz \ sbin/mohawk \ etc/mohawk.conf.sample PORTEXAMPLES= * USE_RC_SUBR= mohawk CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES USES= uidfix BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true BROKEN_powerpc64= Does not build .include post-install: ${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${STAGEDIR}${PREFIX}/etc/mohawk.conf.sample ${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${STAGEDIR}${PREFIX}/bin/mhtpasswd .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${STAGEDIR}${EXAMPLESDIR} .endif .include Index: head/www/mohawk/distinfo =================================================================== --- head/www/mohawk/distinfo (revision 433748) +++ head/www/mohawk/distinfo (revision 433749) @@ -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 Index: head/www/mohawk/files/patch-parse.y =================================================================== --- head/www/mohawk/files/patch-parse.y (revision 433748) +++ head/www/mohawk/files/patch-parse.y (nonexistent) @@ -1,18 +0,0 @@ ---- parse.y.orig 2017-01-27 06:01:59 UTC -+++ parse.y -@@ -30,8 +30,14 @@ - #include - #include - #include --#if defined(__FreeBSD_version) && __FreeBSD_version >= 1000510 -+#if defined(__FreeBSD__) -+#if __FreeBSD_version >= 1000510 -+# if __FreeBSD_version >= 1200000 -+#include -+# else - #include -+# endif -+#endif - #endif - - #include Property changes on: head/www/mohawk/files/patch-parse.y ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property