diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-31 23:37:57 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-31 23:37:57 +0000 |
commit | 430c6e4510a2c6a6bf8d3d34d6e11ce42cf001f8 (patch) | |
tree | 60caf057b3b2405fab5c3e297d321494a65b4009 /news/newsfish | |
parent | 50ab159d7a814860fb8eac04e7bbf14847dabf42 (diff) | |
download | ports-430c6e4510a2c6a6bf8d3d34d6e11ce42cf001f8.tar.gz ports-430c6e4510a2c6a6bf8d3d34d6e11ce42cf001f8.zip |
Notes
Diffstat (limited to 'news/newsfish')
-rw-r--r-- | news/newsfish/Makefile | 4 | ||||
-rw-r--r-- | news/newsfish/distinfo | 2 | ||||
-rw-r--r-- | news/newsfish/files/patch-aa | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index 2704711eadb7..120760e77467 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: newsfish -# Version required: 1.1 +# Version required: 1.2 # Date created: 17 January 1999 # Whom: asaddi@philosophysw.com # # $FreeBSD$ # -DISTNAME= newsfish-1.1 +DISTNAME= newsfish-1.2 CATEGORIES= news MASTER_SITES= http://www.philosophysw.com/download/ diff --git a/news/newsfish/distinfo b/news/newsfish/distinfo index fca3128dd272..480b56fe1319 100644 --- a/news/newsfish/distinfo +++ b/news/newsfish/distinfo @@ -1 +1 @@ -MD5 (newsfish-1.1.tar.gz) = beb5d713ccf744acce06e9e570069881 +MD5 (newsfish-1.2.tar.gz) = 90edaace8baa2a1ffdb0f64b6b42e8d7 diff --git a/news/newsfish/files/patch-aa b/news/newsfish/files/patch-aa index 94aa08a5404a..aeecd821475c 100644 --- a/news/newsfish/files/patch-aa +++ b/news/newsfish/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.orig Thu May 20 00:34:31 1999 -+++ Makefile Thu May 20 00:53:45 1999 +--- Makefile.orig Sat Jan 8 00:12:24 2000 ++++ Makefile Mon Jan 31 18:35:36 2000 @@ -1,6 +1,6 @@ - # $Id: Makefile,v 1.11 1999/02/07 20:11:25 asaddi Exp $ --CFLAGS= -Wall -g --LDFLAGS= -+CFLAGS+= -DNDEBUG -+LDFLAGS+= -s + # $Id: Makefile,v 1.13 2000/01/08 05:12:24 asaddi Exp $ +-CFLAGS= -Iutil -Wall -g +-LDFLAGS= -Lutil ++CFLAGS= -Iutil -DNDEBUG ++LDFLAGS= -Lutil -s # Uncomment the following for non-debug executables - #CFLAGS= -O2 -DNDEBUG + #CFLAGS= -Iutil -O2 -DNDEBUG |