Bug 179668

Summary: [Maintainer update] www/mohawk 2.0.6
Product: Ports & Packages Reporter: mohawk
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mohawk 2013-06-18 06:30:00 UTC
	Fix segfault when receive SIGPIPE
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-06-18 07:34:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-18 07:57:30 UTC
Author: culot
Date: Tue Jun 18 06:57:22 2013
New Revision: 321173
URL: http://svnweb.freebsd.org/changeset/ports/321173

Log:
  - Update to 2.0.6 [1]
  - Pet portlint(1) by changing spaces into tabs in Makefile
  
  PR:		ports/179668 [1]
  Submitted by:	mohawk@bsdsx.fr (maintainer)

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

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Tue Jun 18 06:43:13 2013	(r321172)
+++ head/www/mohawk/Makefile	Tue Jun 18 06:57:22 2013	(r321173)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mohawk
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.6
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://fossil.etoilebsd.net/mohawk/tarball/ \
 		http://fossil.bsdsx.fr/mohawk/tarball/
@@ -12,7 +12,7 @@ COMMENT=	Simple and lightweight HTTP dae
 
 LICENSE=	BSD
 
-LIB_DEPENDS=    event-2.0:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS=	event-2.0:${PORTSDIR}/devel/libevent2
 
 PLIST_FILES+=	bin/mhtpasswd \
 		sbin/mohawk \
@@ -27,8 +27,8 @@ MAN5=	mohawk.conf.5
 MAN8=	mhtpasswd.8 \
 	mohawk.8
 
-CFLAGS+=        -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include
-LDFLAGS+=       -L${LOCALBASE}/lib/event2
+CFLAGS+=	-I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib/event2
 
 .include <bsd.port.options.mk>
 

Modified: head/www/mohawk/distinfo
==============================================================================
--- head/www/mohawk/distinfo	Tue Jun 18 06:43:13 2013	(r321172)
+++ head/www/mohawk/distinfo	Tue Jun 18 06:57:22 2013	(r321173)
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.5.tar.gz) = 6698f065347c29f102ddd57125f3eb20bacb3c483deecae59fb7f6287d005a04
-SIZE (mohawk-2.0.5.tar.gz) = 36380
+SHA256 (mohawk-2.0.6.tar.gz) = 9c998e02a0977b78b18f3ccd7694ab176433a3accb29f1a599c281251bd69d18
+SIZE (mohawk-2.0.6.tar.gz) = 36383
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-06-18 07:58:02 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!