From sean-freebsd@farley.org Thu Jul 27 01:20:04 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6A816A4E0 for ; Thu, 27 Jul 2006 01:20:04 +0000 (UTC) (envelope-from sean-freebsd@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E443543D49 for ; Thu, 27 Jul 2006 01:20:03 +0000 (GMT) (envelope-from sean-freebsd@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.4/8.13.1) with ESMTP id k6R1PC99055693; Wed, 26 Jul 2006 20:25:12 -0500 (CDT) (envelope-from sean-freebsd@gw.farley.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.13.6/8.13.6) with ESMTP id k6R1JxnS014193; Wed, 26 Jul 2006 20:19:59 -0500 (CDT) (envelope-from sean-freebsd@thor.farley.org) Received: (from root@localhost) by thor.farley.org (8.13.6/8.13.6/Submit) id k6R1Jw2e014192; Wed, 26 Jul 2006 20:19:58 -0500 (CDT) (envelope-from sean-freebsd) Message-Id: <200607270119.k6R1Jw2e014192@thor.farley.org> Date: Wed, 26 Jul 2006 20:19:58 -0500 (CDT) From: Sean Farley To: FreeBSD-gnats-submit@freebsd.org Cc: jooji@nickelkid.com, freebsd@unixfreunde.de Subject: [PATCH] news/nn: update to 6.7.3 X-Send-Pr-Version: 3.113 X-GNATS-Notify: jooji@nickelkid.com >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: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 27 01:20:16 GMT 2006 >Closed-Date: Tue Sep 19 16:01:52 GMT 2006 >Last-Modified: Tue Sep 19 16:01:52 GMT 2006 >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: State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Jul 27 01:20:23 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=100899 State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Tue Sep 19 16:01:50 UTC 2006 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=100899 >Unformatted: