From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 27 00:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01E177F8 for ; Thu, 27 Mar 2014 00:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2A33F4B for ; Thu, 27 Mar 2014 00:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0A0du022784 for ; Thu, 27 Mar 2014 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0A0Bo022783; Thu, 27 Mar 2014 00:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 27 Mar 2014 00:10:00 GMT Resent-Message-Id: <201403270010.s2R0A0Bo022783@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kjetil Rustad Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AECA46D0 for ; Thu, 27 Mar 2014 00:01:30 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 821E1EB4 for ; Thu, 27 Mar 2014 00:01:30 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R01Unc000153 for ; Thu, 27 Mar 2014 00:01:30 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2R01Uin000145; Thu, 27 Mar 2014 00:01:30 GMT (envelope-from nobody) Message-Id: <201403270001.s2R01Uin000145@cgiserv.freebsd.org> Date: Thu, 27 Mar 2014 00:01:30 GMT From: Kjetil Rustad To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187996: [PATCH] irc/ngircd: update to 21.1,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:10:01 -0000 >Number: 187996 >Category: ports >Synopsis: [PATCH] irc/ngircd: update to 21.1,1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 00:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kjetil Rustad >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: FreeBSD fusion 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 >Description: Update to 21.1,1 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../ngircd.orig/Makefile ./Makefile --- ../ngircd.orig/Makefile 2014-03-27 00:12:39.000000000 +0000 +++ ./Makefile 2014-03-27 00:14:31.000000000 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: head/irc/ngircd/Makefile 333229 2013-11-08 14:17:56Z wg $ PORTNAME= ngircd -PORTVERSION= 21 +PORTVERSION= 21.1 PORTEPOCH= 1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \ diff -ruN ../ngircd.orig/distinfo ./distinfo --- ../ngircd.orig/distinfo 2014-03-27 00:12:39.000000000 +0000 +++ ./distinfo 2014-03-27 00:16:37.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (ngircd-21.tar.gz) = 0edbd41304186e43f9d907a7017b40520cc90c2ce29b1339bdcd7622fffe19a0 -SIZE (ngircd-21.tar.gz) = 500668 +SHA256 (ngircd-21.1.tar.gz) = 96083ae7dbc5df852efc904fff4800959f103554de2c6d096deaa5408135f59e +SIZE (ngircd-21.1.tar.gz) = 503084 diff -ruN ../ngircd.orig/files/patch-doc-Makefile.in ./files/patch-doc-Makefile.in --- ../ngircd.orig/files/patch-doc-Makefile.in 2014-03-27 00:12:39.000000000 +0000 +++ ./files/patch-doc-Makefile.in 2014-03-27 01:36:33.000000000 +0000 @@ -1,14 +1,14 @@ ---- doc/Makefile.in.orig 2013-02-15 11:30:58.000000000 +0000 -+++ doc/Makefile.in 2013-03-07 12:19:53.000000000 +0000 -@@ -588,6 +588,7 @@ +--- doc/Makefile.in.orig 2014-03-25 13:48:41.000000000 +0000 ++++ doc/Makefile.in 2014-03-27 01:33:25.000000000 +0000 +@@ -590,6 +590,7 @@ @if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \ make install-config; \ fi +.if !defined(NOPORTDOCS) - $(mkinstalldirs) $(DESTDIR)$(docdir) + $(MKDIR_P) -m 755 $(DESTDIR)$(docdir) for f in $(static_docs) $(toplevel_docs); do \ $(INSTALL) -m 644 -c $(srcdir)/$$f $(DESTDIR)$(docdir)/; \ -@@ -595,12 +596,13 @@ +@@ -597,12 +598,13 @@ for f in $(generated_docs); do \ $(INSTALL) -m 644 -c $$f $(DESTDIR)$(docdir)/; \ done @@ -24,7 +24,7 @@ echo uninstall-hook: -@@ -610,12 +612,12 @@ +@@ -612,12 +614,12 @@ else \ echo; \ echo " ** NOTE: Not uninstalling changed configuration file:"; \ >Release-Note: >Audit-Trail: >Unformatted: