diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-04 13:46:45 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-04 13:46:45 +0000 |
commit | 8f64f85ea009e8dc8c6d3692de69d4d4f4cd2560 (patch) | |
tree | 1fc8c5eabf8af485a558430641e0000992c1be4b | |
parent | - Update port to 0.1.5. (diff) |
Update port to 6.5.6
PR: 17095
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=26528
-rw-r--r-- | news/nn/Makefile | 6 | ||||
-rw-r--r-- | news/nn/distinfo | 2 | ||||
-rw-r--r-- | news/nn/files/patch-ag | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 9f59b8246cdc..f45a8ce547ea 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: nn -# Version required: 6.5.5 +# Version required: 6.5.6 # Date created: 24 September 1994 # Whom: adam # # $FreeBSD$ # -DISTNAME= nn-6.5.5 +DISTNAME= nn-6.5.6 CATEGORIES= news -MASTER_SITES= ftp://ftp.visi.com/users/mtpins/ +MASTER_SITES= ftp://ftp.visi.com/users/mtpins/nn/ EXTRACT_SUFX= .tar.Z MAINTAINER= jooji@nickelkid.com diff --git a/news/nn/distinfo b/news/nn/distinfo index b34cdc224717..84f84b34ce59 100644 --- a/news/nn/distinfo +++ b/news/nn/distinfo @@ -1 +1 @@ -MD5 (nn-6.5.5.tar.Z) = f347700f2c916d66071dae04c1981952 +MD5 (nn-6.5.6.tar.Z) = bddfb9b412edee10853b9d855c56d2b1 diff --git a/news/nn/files/patch-ag b/news/nn/files/patch-ag index 693433186d1d..a83bb1181b23 100644 --- a/news/nn/files/patch-ag +++ b/news/nn/files/patch-ag @@ -1,12 +1,10 @@ --- Makefile.orig Sat Jun 5 00:07:14 1999 -+++ Makefile Thu Jan 27 01:56:38 2000 -@@ -21,13 +21,13 @@ - CC = cc ++++ Makefile Sat Mar 4 08:43:28 2000 +@@ -22,12 +22,12 @@ CPP = $(CC) -E #CPP = /lib/cpp --#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK + #CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK -CFLAGS = -O -+CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK +#CFLAGS = -O #-Wall -Wcomment \ #-Wtraditional -Wshadow \ |