From 71372d799d0b2a6e906fe95d606f8444982ee5df Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Thu, 28 Aug 2014 11:25:46 +0000 Subject: - Update to 2.0.14 PR: ports/192938 Submitted by: mohawk@bsdsx.fr (maintainer) --- www/mohawk/Makefile | 7 +++---- www/mohawk/distinfo | 4 ++-- www/mohawk/files/patch-Makefile.inc | 13 ------------- 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 www/mohawk/files/patch-Makefile.inc (limited to 'www') diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index f49e1f1e1666..0e24119d3503 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= mohawk -PORTVERSION= 2.0.13 -PORTREVISION= 1 +PORTVERSION= 2.0.14 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.bsdsx.fr/mohawk/tarball/ \ http://fossil.etoilebsd.net/mohawk/tarball/ @@ -25,8 +24,8 @@ PLIST_FILES+= bin/mhtpasswd \ PORTEXAMPLES= * USE_RC_SUBR= mohawk -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib/event2 OPTIONS_DEFINE= EXAMPLES diff --git a/www/mohawk/distinfo b/www/mohawk/distinfo index 68c6fd9e5b15..3869f9a77a31 100644 --- a/www/mohawk/distinfo +++ b/www/mohawk/distinfo @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.13.tar.gz?uuid=2.0.13) = 8511cfc3a8058530d409b64bc6e07be19f4f3c19a5adf859073414af762e6038 -SIZE (mohawk-2.0.13.tar.gz?uuid=2.0.13) = 38087 +SHA256 (mohawk-2.0.14.tar.gz?uuid=2.0.14) = c454dc75d11796684c009658000fdbb03d93d393fd7fa75b13aae421f47d3835 +SIZE (mohawk-2.0.14.tar.gz?uuid=2.0.14) = 40927 diff --git a/www/mohawk/files/patch-Makefile.inc b/www/mohawk/files/patch-Makefile.inc deleted file mode 100644 index 5edf7d50ba59..000000000000 --- a/www/mohawk/files/patch-Makefile.inc +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.inc.orig 2014-07-24 14:39:15.798656512 +0200 -+++ Makefile.inc 2014-07-24 14:39:25.056652385 +0200 -@@ -9,8 +9,8 @@ - .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" - PREFIX?= /usr/local - CFLAGS+= -I${PREFIX}/include --LDFLAGS+= -L${PREFIX}/lib/event2 --LDADD+= -lcrypt -levent-2.0 -+LDFLAGS+= -L${PREFIX}/lib -+LDADD+= -lcrypt -levent - MANDIR= ${PREFIX}/man/man - OSVERSION!= sysctl -n kern.osreldate - .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000032 -- cgit v1.2.3