From hugo@leisink.net  Wed Mar  3 19:46:02 2010
Return-Path: <hugo@leisink.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2F3C6106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Mar 2010 19:46:02 +0000 (UTC)
	(envelope-from hugo@leisink.net)
Received: from elesoft.xlshosting.net (elesoft.xlshosting.net [79.170.95.63])
	by mx1.freebsd.org (Postfix) with ESMTP id E560D8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Mar 2010 19:46:01 +0000 (UTC)
Received: by elesoft.xlshosting.net (Postfix, from userid 1000)
	id AFCB82786AE; Wed,  3 Mar 2010 19:43:46 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by elesoft.xlshosting.net (Postfix) with ESMTP id A50FE2786AA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Mar 2010 20:43:46 +0100 (CET)
Message-Id: <alpine.DEB.1.00.1003032042310.10445@elesoft.xlshosting.net>
Date: Wed, 3 Mar 2010 20:43:46 +0100 (CET)
From: Hugo Leisink <hugo@leisink.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Ports update <www/hiawatha>

>Number:         144452
>Category:       ports
>Synopsis:       Ports update: www/hiawatha
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 19:50:01 UTC 2010
>Closed-Date:    Mon Mar 15 20:47:56 CET 2010
>Last-Modified:  Mon Mar 15 19:50:04 UTC 2010
>Originator:     Hugo Leisink <hugo@leisink.net>
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD freebsd.lan 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

diff -u hiawatha-6.19/Makefile hiawatha-7.0/Makefile
--- hiawatha-6.19/Makefile	2010-03-01 23:12:55.000000000 +0000
+++ hiawatha-7.0/Makefile	2010-03-03 21:17:22.000000000 +0000
@@ -6,7 +6,7 @@
  #

  PORTNAME=	hiawatha
-PORTVERSION=	6.19
+PORTVERSION=	7.0
  CATEGORIES=	www
  MASTER_SITES=	http://www.hiawatha-webserver.org/files/

@@ -31,11 +31,12 @@
  LDFLAGS=	-L${LOCALBASE}/lib

  OPTIONS=	COMMAND "Enable the Hiawatha CommandChannel" Off \
-		CACHE "Internal file caching support" On \
-		IPV6 "Enable IPv6 Support" Off \
-		SSL "Support for Secure Sockets Layer (SSL)" On \
+		CACHE   "Internal file caching support" On \
+		IPV6    "Enable IPv6 Support" On \
+		MONITOR "Enable Hiawatha Monitor" On \
+		SSL     "Support for Secure Sockets Layer (SSL)" On \
  		TOOLKIT "Enable URL Toolkit" On \
-		XSLT "XSLT support" Off
+		XSLT    "XSLT support" On

  .include <bsd.port.pre.mk>

@@ -59,10 +60,15 @@
  CONFIGURE_ARGS+=	--disable-ipv6
  .endif

-.if defined(WITH_XSLT)
-CONFIGURE_ARGS+=	--enable-xslt
-USE_GNOME+=	libxslt
-CPPFLAGS+=	-I${LOCALBASE}/include/libxml2
+.if !defined(WITH_MONITOR)
+CONFIGURE_ARGS+=	--disable-monitor
+.endif
+
+.if !defined(WITH_XSLT)
+CONFIGURE_ARGS+=	--disable-xslt
+.else
+USE_GNOME+=		libxslt
+CPPFLAGS+=		-I${LOCALBASE}/include/libxml2
  .endif

  post-install:
diff -u hiawatha-6.19/distinfo hiawatha-7.0/distinfo
--- hiawatha-6.19/distinfo	2010-03-01 23:12:55.000000000 +0000
+++ hiawatha-7.0/distinfo	2010-03-01 23:16:00.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (hiawatha-6.19.tar.gz) = 1e9d4790ab4566f3ad4f8b1ea4997dca
-SHA256 (hiawatha-6.19.tar.gz) = f94e5cdfae91fb1a36bbe0c334318475f17ae5b19f32eaefcd5018b430781933
-SIZE (hiawatha-6.19.tar.gz) = 268313
+MD5 (hiawatha-7.0.tar.gz) = 876111ba94b183745b90ca27d4f2b0ed
+SHA256 (hiawatha-7.0.tar.gz) = 568faa4b76abc815c9114586659ee79146d1575d074690d0d6edf87f6cad10a0
+SIZE (hiawatha-7.0.tar.gz) = 270839
Common subdirectories: hiawatha-6.19/files and hiawatha-7.0/files
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Mon Mar 15 16:28:39 CET 2010 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144452 
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Mon Mar 15 20:47:54 CET 2010 
State-Changed-Why:  
The update has been committed.  Thank you for your submission.  Would be 
nice if in the future you send patches that actually apply (the patch in 
this PR was garbled by something which I suspect was webform 
cut-n-patse). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144452 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144452: commit references a PR
Date: Mon, 15 Mar 2010 19:46:19 +0000 (UTC)

 tobez       2010-03-15 19:46:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/hiawatha         Makefile distinfo 
   Log:
   Update to 7.0.
   
   PR:     144452
   Submitted by:   maintainer
   Changes:        http://www.hiawatha-webserver.org/changelog
   
   Revision  Changes    Path
   1.22      +11 -5     ports/www/hiawatha/Makefile
   1.19      +3 -3      ports/www/hiawatha/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
