ports/183837: [Maintainer Update] www/mohawk to 2.0.9
mohawk
mohawk at bsdsx.fr
Sun Nov 10 09:10:01 UTC 2013
>Number: 183837
>Category: ports
>Synopsis: [Maintainer Update] www/mohawk to 2.0.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 10 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: mohawk
>Release: FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD mx2.bsdsx.fr 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Enable STAGE
>How-To-Repeat:
>Fix:
--- mohawk.diff begins here ---
diff -ruN mohawk.orig/Makefile mohawk/Makefile
--- mohawk.orig/Makefile 2013-11-10 09:53:09.389329224 +0100
+++ mohawk/Makefile 2013-11-10 09:55:06.857330826 +0100
@@ -1,7 +1,7 @@
# $FreeBSD: head/www/mohawk/Makefile 328459 2013-09-27 12:27:55Z culot $
PORTNAME= mohawk
-PORTVERSION= 2.0.8
+PORTVERSION= 2.0.9
CATEGORIES= www ipv6
MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \
http://fossil.bsdsx.fr/mohawk/tarball/
@@ -30,15 +30,14 @@
CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib/event2
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
- ${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${PREFIX}/etc/mohawk.conf.sample
- ${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${PREFIX}/bin/mhtpasswd
+ ${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} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff -ruN mohawk.orig/distinfo mohawk/distinfo
--- mohawk.orig/distinfo 2013-11-10 09:53:09.389329224 +0100
+++ mohawk/distinfo 2013-11-10 09:56:22.400328036 +0100
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.8.tar.gz?uuid=2.0.8) = 2d77ba2cdc8b9ea6acfe35aebfbfe3661644fabb72d53df5ea10a26af83ece3c
-SIZE (mohawk-2.0.8.tar.gz?uuid=2.0.8) = 37764
+SHA256 (mohawk-2.0.9.tar.gz?uuid=2.0.9) = c940e6bdaee60b6665a59d513dce12db91adace8ef9ea70cebd44357e802f95b
+SIZE (mohawk-2.0.9.tar.gz?uuid=2.0.9) = 37926
--- mohawk.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list