svn commit: r320082 - head/www/mohawk

William Grzybowski wg at FreeBSD.org
Thu Jun 6 11:04:19 UTC 2013


Author: wg
Date: Thu Jun  6 11:04:18 2013
New Revision: 320082
URL: http://svnweb.freebsd.org/changeset/ports/320082

Log:
  - Update to 2.0.5 [1]
  - NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
  - Unmute install commands
  
  PR:		ports/179350 [1]
  Submitted by:	mohawk <mohawk at bsdsx.fr> (maintainer) [1]
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/www/mohawk/Makefile
  head/www/mohawk/distinfo

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Thu Jun  6 10:59:41 2013	(r320081)
+++ head/www/mohawk/Makefile	Thu Jun  6 11:04:18 2013	(r320082)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	mohawk
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.5
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://fossil.etoilebsd.net/mohawk/tarball/ \
 		http://fossil.bsdsx.fr/mohawk/tarball/
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
 
 MAINTAINER=	mohawk at bsdsx.fr
 COMMENT=	Simple and lightweight HTTP daemon
@@ -31,12 +30,14 @@ MAN8=	mhtpasswd.8 \
 CFLAGS+=        -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include
 LDFLAGS+=       -L${LOCALBASE}/lib/event2
 
+.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
-.if !defined(NOPORTEXAMPLES)
+	${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${PREFIX}/etc/mohawk.conf.sample
+	${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${PREFIX}/bin/mhtpasswd
+.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/www/mohawk/distinfo
==============================================================================
--- head/www/mohawk/distinfo	Thu Jun  6 10:59:41 2013	(r320081)
+++ head/www/mohawk/distinfo	Thu Jun  6 11:04:18 2013	(r320082)
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 8fa238a99cb5565d4eb84c0cb583e437484cecb1d0b673f0c0ed2d77c37963cb
-SIZE (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 34244
+SHA256 (mohawk-2.0.5.tar.gz) = 6698f065347c29f102ddd57125f3eb20bacb3c483deecae59fb7f6287d005a04
+SIZE (mohawk-2.0.5.tar.gz) = 36380


More information about the svn-ports-all mailing list