diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-02 00:23:48 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-02 00:23:48 +0000 |
commit | ed98a378f3391239f29fccf2ccabdefebdee17c2 (patch) | |
tree | 8305a747033dcef9d3608320cf1c3cbd14649ce3 /news/newsfish | |
parent | Update port to 1.2 (diff) |
Update port to 1.2.3
PR: 20330
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=31230
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 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index 358acc7e980e..08dcd3ccc9f5 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -6,9 +6,9 @@ # PORTNAME= newsfish -PORTVERSION= 1.2 +PORTVERSION= 1.2.3 CATEGORIES= news -MASTER_SITES= http://www.philosophysw.com/download/ +MASTER_SITES= ftp://ftp.philosophysw.com/pub/software/ MAINTAINER= asaddi@philosophysw.com diff --git a/news/newsfish/distinfo b/news/newsfish/distinfo index 480b56fe1319..9f352cca31e9 100644 --- a/news/newsfish/distinfo +++ b/news/newsfish/distinfo @@ -1 +1 @@ -MD5 (newsfish-1.2.tar.gz) = 90edaace8baa2a1ffdb0f64b6b42e8d7 +MD5 (newsfish-1.2.3.tar.gz) = a1c72a1d94768a38e8cb9f8dbbdabce7 diff --git a/news/newsfish/files/patch-aa b/news/newsfish/files/patch-aa index aeecd821475c..4f5101381839 100644 --- a/news/newsfish/files/patch-aa +++ b/news/newsfish/files/patch-aa @@ -4,7 +4,7 @@ # $Id: Makefile,v 1.13 2000/01/08 05:12:24 asaddi Exp $ -CFLAGS= -Iutil -Wall -g -LDFLAGS= -Lutil -+CFLAGS= -Iutil -DNDEBUG ++CFLAGS+= -Iutil -DNDEBUG +LDFLAGS= -Lutil -s # Uncomment the following for non-debug executables |