From nobody@FreeBSD.org  Mon Sep  2 00:11:10 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id A6999996
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Sep 2013 00:11:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 92E3021A2
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Sep 2013 00:11:10 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r820BAON084119
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 2 Sep 2013 00:11:10 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r820BA27084111;
	Mon, 2 Sep 2013 00:11:10 GMT
	(envelope-from nobody)
Message-Id: <201309020011.r820BA27084111@oldred.freebsd.org>
Date: Mon, 2 Sep 2013 00:11:10 GMT
From: Kjetil Rustad <kjetil@cckengine.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] irc/ngircd: update to 20.3,1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181737
>Category:       ports
>Synopsis:       [PATCH] irc/ngircd: update to 20.3,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 02 00:20:00 UTC 2013
>Closed-Date:    Thu Sep 05 14:39:21 UTC 2013
>Last-Modified:  Thu Sep 05 14:39:21 UTC 2013
>Originator:     Kjetil Rustad
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
FreeBSD fusion 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013
>Description:
Update to 20.3,1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../ngircd.orig/Makefile ./Makefile
--- ../ngircd.orig/Makefile     2013-09-02 00:02:13.000000000 +0000
+++ ./Makefile  2013-09-02 00:03:20.000000000 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: irc/ngircd/Makefile 313612 2013-03-08 02:55:27Z beech $

 PORTNAME=      ngircd
-PORTVERSION=   20.2
+PORTVERSION=   20.3
 PORTEPOCH=     1
 CATEGORIES=    irc ipv6
 MASTER_SITES=  ftp://ftp.berlios.de/pub/%SUBDIR%/ \
diff -ruN ../ngircd.orig/distinfo ./distinfo
--- ../ngircd.orig/distinfo     2013-09-02 00:02:13.000000000 +0000
+++ ./distinfo  2013-09-02 01:43:16.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (ngircd-20.2.tar.gz) = 306c0ef0d2ceac0836a84ecf871a6bc4dd16c25683aa87c0f172b6e68b93357d
-SIZE (ngircd-20.2.tar.gz) = 479987
+SHA256 (ngircd-20.3.tar.gz) = 55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9
+SIZE (ngircd-20.3.tar.gz) = 479982


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Wed Sep 4 22:45:23 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181737: commit references a PR
Date: Thu,  5 Sep 2013 12:54:54 +0000 (UTC)

 Author: wg
 Date: Thu Sep  5 12:54:46 2013
 New Revision: 326392
 URL: http://svnweb.freebsd.org/changeset/ports/326392
 
 Log:
   irc/ngircd: update to 20.3
   
   - Update to 20.3 [1]
   - Add DOCS to options
   - NOPORTDOCS -> PORT_OPTIONS:MDOCS
   
   PR:		ports/181737 [1]
   Submitted by:	Kjetil Rustad <kjetil cckengine.com>
 
 Modified:
   head/irc/ngircd/Makefile
   head/irc/ngircd/distinfo
 
 Modified: head/irc/ngircd/Makefile
 ==============================================================================
 --- head/irc/ngircd/Makefile	Thu Sep  5 12:50:41 2013	(r326391)
 +++ head/irc/ngircd/Makefile	Thu Sep  5 12:54:46 2013	(r326392)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ngircd
 -PORTVERSION=	20.2
 +PORTVERSION=	20.3
  PORTEPOCH=	1
  CATEGORIES=	irc ipv6
  MASTER_SITES=	ftp://ftp.berlios.de/pub/%SUBDIR%/ \
 @@ -22,7 +22,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
  MAN5=		ngircd.conf.5
  MAN8=		ngircd.8
  
 -OPTIONS_DEFINE=TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG
 +OPTIONS_DEFINE=DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG
  OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS
  NO_OPTIONS_SORT=yes
  TCP_WRAPPERS_DESC=Enable TCP wrappers support
 @@ -78,7 +78,7 @@ CONFIGURE_ARGS+=	--enable-sniffer
  CONFIGURE_ARGS+=	--enable-debug
  .endif
  
 -.if defined(NOPORTDOCS)
 +.if ! ${PORT_OPTIONS:MDOCS}
  MAKE_ARGS+=		NOPORTDOCS=yes
  .endif
  
 
 Modified: head/irc/ngircd/distinfo
 ==============================================================================
 --- head/irc/ngircd/distinfo	Thu Sep  5 12:50:41 2013	(r326391)
 +++ head/irc/ngircd/distinfo	Thu Sep  5 12:54:46 2013	(r326392)
 @@ -1,2 +1,2 @@
 -SHA256 (ngircd-20.2.tar.gz) = 306c0ef0d2ceac0836a84ecf871a6bc4dd16c25683aa87c0f172b6e68b93357d
 -SIZE (ngircd-20.2.tar.gz) = 479987
 +SHA256 (ngircd-20.3.tar.gz) = 55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9
 +SIZE (ngircd-20.3.tar.gz) = 479982
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Thu Sep 5 14:39:20 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181737 
>Unformatted:
