diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 23:39:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 23:39:51 +0000 |
commit | 802b01afcd1bba79330d119bc1c6f1ceda961ffb (patch) | |
tree | a4eaf8a22d451dbd02e3898c3a24c89aa002cc8d /news | |
parent | 939242802776ccdde47248a726382e0a31376672 (diff) | |
download | ports-802b01afcd1bba79330d119bc1c6f1ceda961ffb.tar.gz ports-802b01afcd1bba79330d119bc1c6f1ceda961ffb.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/newsfish/Makefile | 4 | ||||
-rw-r--r-- | news/newsfish/distinfo | 2 | ||||
-rw-r--r-- | news/newsfish/files/patch-aa | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index e653298308f4..e40678b2470d 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: newsfish -# Version required: 1.0.1 +# Version required: 1.1 # Date created: 17 January 1999 # Whom: asaddi@philosophysw.com # # $Id$ # -DISTNAME= newsfish-1.0.1 +DISTNAME= newsfish-1.1 CATEGORIES= news MASTER_SITES= ftp://ftp.philosophysw.com/software/ diff --git a/news/newsfish/distinfo b/news/newsfish/distinfo index f006c57424af..fca3128dd272 100644 --- a/news/newsfish/distinfo +++ b/news/newsfish/distinfo @@ -1 +1 @@ -MD5 (newsfish-1.0.1.tar.gz) = 2dad23defa2ec762afbae873a71d7d93 +MD5 (newsfish-1.1.tar.gz) = beb5d713ccf744acce06e9e570069881 diff --git a/news/newsfish/files/patch-aa b/news/newsfish/files/patch-aa index 7ac4a81947e4..94aa08a5404a 100644 --- a/news/newsfish/files/patch-aa +++ b/news/newsfish/files/patch-aa @@ -1,8 +1,8 @@ ---- Makefile.orig Sun Jan 17 20:33:42 1999 -+++ Makefile Sun Jan 17 20:34:29 1999 +--- Makefile.orig Thu May 20 00:34:31 1999 ++++ Makefile Thu May 20 00:53:45 1999 @@ -1,6 +1,6 @@ - # $Id: Makefile,v 1.10 1999/01/18 04:29:07 asaddi Exp $ --CFLAGS= -Wall -g -DDEBUG + # $Id: Makefile,v 1.11 1999/02/07 20:11:25 asaddi Exp $ +-CFLAGS= -Wall -g -LDFLAGS= +CFLAGS+= -DNDEBUG +LDFLAGS+= -s |