ports/171152: [Maintainer Update] www/mohawk to 2.0.1
Freddy Dissaux
freddy.dsx at free.fr
Wed Aug 29 05:50:09 UTC 2012
>Number: 171152
>Category: ports
>Synopsis: [Maintainer Update] www/mohawk to 2.0.1
>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: Wed Aug 29 05:50:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Freddy Dissaux
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD n150.bsdsx.fr 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sun Aug 26 06:06:24 CEST 2012 root at n150.bsdsx.fr:/usr/obj/usr/src/sys/N150 amd64
>Description:
fix fd leak
don't 'plus' character in url'path
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN mohawk.orig/Makefile mohawk/Makefile
--- mohawk.orig/Makefile 2012-06-29 08:27:34.000000000 +0200
+++ mohawk/Makefile 2012-08-29 07:57:28.000000000 +0200
@@ -6,17 +6,17 @@
#
PORTNAME= mohawk
-PORTVERSION= 2.0
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= www ipv6
-MASTER_SITES= http://files.etoilebsd.net/mohawk/ \
- http://mohawk.bsdsx.fr/
+MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \
+ http://fossil.bsdsx.fr/mohawk/tarball
MAINTAINER= mohawk at bsdsx.fr
COMMENT= Simple and lightweight HTTP daemon
LICENSE= BSD
+DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${PORTVERSION}
PLIST_FILES+= bin/mhtpasswd \
sbin/mohawk \
etc/mohawk.conf.sample
diff -ruN mohawk.orig/distinfo mohawk/distinfo
--- mohawk.orig/distinfo 2012-06-24 22:49:34.000000000 +0200
+++ mohawk/distinfo 2012-08-29 07:57:50.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.tar.gz) = 6cef4ff7a18a61a807b7f5ba9819f76fefc9ff49f41dfeb0fee75db7d1044b23
-SIZE (mohawk-2.0.tar.gz) = 45363
+SHA256 (mohawk-2.0.1.tar.gz?uuid=2.0.1) = a285a7c9962f5f54a86190f9f1d34152fb1cb39a303b1ed00413b15f691912f7
+SIZE (mohawk-2.0.1.tar.gz?uuid=2.0.1) = 46483
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list