View | Details | Raw Unified | Return to bug 102303
Collapse All | Expand All

(-)nn/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	nn
8
PORTNAME=	nn
9
PORTVERSION=	6.7.2
9
PORTVERSION=	6.7.3
10
CATEGORIES=	news
10
CATEGORIES=	news
11
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
11
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
12
		http://mirror2.unixfreunde.de/
12
		http://mirror2.unixfreunde.de/
(-)nn/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nn-6.7.2.tar.Z) = 32f6dc07079bed6a2e49046949d8ff56
1
MD5 (nn-6.7.3.tar.Z) = 11c4edf21c4f64b69467ee428c1b8225
2
SHA256 (nn-6.7.2.tar.Z) = 69b5b6328d73686cc89d7127c15628a6bcb865793a3e4b30e60c58651c330c9b
2
SHA256 (nn-6.7.3.tar.Z) = 621b95665ea9885d073f2e4eabb337287bb0e3b4b1c543dff4f404511dd446ba
3
SIZE (nn-6.7.2.tar.Z) = 688423
3
SIZE (nn-6.7.3.tar.Z) = 688446
(-)nn/files/patch-ab (-10 lines)
Lines 1-10 Link Here
1
--- chset.c.orig	Wed Mar 30 13:34:27 2005
2
+++ chset.c	Sat Sep  3 13:53:19 2005
3
@@ -22,6 +22,7 @@
4
     "iso-8859-8", 8,
5
     "iso-8859-9", 8,
6
     "iso-8859-15", 8,
7
+    "koi8-r", 8,
8
     "unknown", 0,
9
     NULL, 0,
10
 };
(-)nn/files/patch-ag (-13 / +5 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	Thu Feb  7 22:14:41 2002
1
--- Makefile.orig	Sun Aug 20 08:48:36 2006
2
+++ Makefile	Mon Nov 29 23:15:59 2004
2
+++ Makefile	Sun Aug 20 08:48:42 2006
3
@@ -60,7 +60,7 @@
3
@@ -96,3 +96,6 @@
4
 	       -DCDEBUG="$(CFLAGS)" -Iconf MF.c | \
4
 
5
 	sed -e '1,/MAKE WILL CUT HERE/d' \
6
 	    -e '/^#/d' \
7
-	    -e 's/^        /	/' \
8
+	    -e 's/^ /	/' \
9
 	    -e '/^[ \f	]$$/d' \
10
 	    -e '/^[ \/]*[*]/d' | \
11
 	sed -n -e '/^..*$$/p' > ymakefile
12
@@ -97,3 +97,5 @@
13
 man/nn.1.D: man/nn.1
5
 man/nn.1.D: man/nn.1
14
 	sh SPLITNN1
6
 	sh SPLITNN1
15
 
7
+
16
+install:
8
+install:
17
+	./inst n
9
+	./inst n

Return to bug 102303