Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2006 20:19:58 -0500 (CDT)
From:      Sean Farley <sean-freebsd@farley.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jooji@nickelkid.com
Subject:   ports/100899: [PATCH] news/nn: update to 6.7.3
Message-ID:  <200607270119.k6R1Jw2e014192@thor.farley.org>
Resent-Message-ID: <200607270120.k6R1KGEd063498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100899
>Category:       ports
>Synopsis:       [PATCH] news/nn: update to 6.7.3
>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 Jul 27 01:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jul 20 15:22:07 CDT 2006
>Description:
- Update to 6.7.3

  From the README on the website, the changes for 6.7.3:
  The -N option appears to have been broken since 6.6.0.  Fixed.
  Fixed the Makefile so recent versions of gcc no longer choke.

Should ftp.nndev.org not be included in the MASTER_SITES?
miwi cc'd to update unixfreunde.de as necessary.
Port maintainer (jooji@nickelkid.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nn-6.7.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/nn.orig/Makefile /usr/ports/news/nn/Makefile
--- /usr/ports/news/nn.orig/Makefile	Mon Jun 12 08:41:16 2006
+++ /usr/ports/news/nn/Makefile	Wed Jul 26 20:12:45 2006
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	nn
-PORTVERSION=	6.7.2
+PORTVERSION=	6.7.3
 CATEGORIES=	news
-MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
+MASTER_SITES=	ftp://ftp.nndev.org/pub/nn-6.7/        \
+		http://freebsd.unixfreunde.de/sources/ \
 		http://mirror2.unixfreunde.de/
 EXTRACT_SUFX=	.tar.Z
 
diff -ruN --exclude=CVS /usr/ports/news/nn.orig/distinfo /usr/ports/news/nn/distinfo
--- /usr/ports/news/nn.orig/distinfo	Mon Jan 23 17:46:36 2006
+++ /usr/ports/news/nn/distinfo	Wed Jul 26 20:12:45 2006
@@ -1,3 +1,3 @@
-MD5 (nn-6.7.2.tar.Z) = 32f6dc07079bed6a2e49046949d8ff56
-SHA256 (nn-6.7.2.tar.Z) = 69b5b6328d73686cc89d7127c15628a6bcb865793a3e4b30e60c58651c330c9b
-SIZE (nn-6.7.2.tar.Z) = 688423
+MD5 (nn-6.7.3.tar.Z) = 11c4edf21c4f64b69467ee428c1b8225
+SHA256 (nn-6.7.3.tar.Z) = 621b95665ea9885d073f2e4eabb337287bb0e3b4b1c543dff4f404511dd446ba
+SIZE (nn-6.7.3.tar.Z) = 688446
diff -ruN --exclude=CVS /usr/ports/news/nn.orig/files/patch-ag /usr/ports/news/nn/files/patch-ag
--- /usr/ports/news/nn.orig/files/patch-ag	Wed Dec  1 15:23:38 2004
+++ /usr/ports/news/nn/files/patch-ag	Wed Jul 26 20:12:45 2006
@@ -1,14 +1,5 @@
---- Makefile.orig	Thu Feb  7 22:14:41 2002
-+++ Makefile	Mon Nov 29 23:15:59 2004
-@@ -60,7 +60,7 @@
- 	       -DCDEBUG="$(CFLAGS)" -Iconf MF.c | \
- 	sed -e '1,/MAKE WILL CUT HERE/d' \
- 	    -e '/^#/d' \
--	    -e 's/^        /	/' \
-+	    -e 's/^ /	/' \
- 	    -e '/^[ \f	]$$/d' \
- 	    -e '/^[ \/]*[*]/d' | \
- 	sed -n -e '/^..*$$/p' > ymakefile
+--- Makefile.orig	Tue Oct 25 23:08:03 2005
++++ Makefile	Wed Jul 26 20:11:49 2006
 @@ -97,3 +97,5 @@
  man/nn.1.D: man/nn.1
  	sh SPLITNN1
--- nn-6.7.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607270119.k6R1Jw2e014192>