summaryrefslogtreecommitdiff
path: root/news/newsfetch
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-04 14:21:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-04 14:21:01 +0000
commit4387c03866a4f2279fce1f96e5274d1902c4b716 (patch)
treef409f43f7cd0f0a6af73dc8babcf8b488d2cb91f /news/newsfetch
parentUpgrade to 1.25, and portlint. (diff)
Upgrade to 1.11.
PR: ports/6185 Submitted by: josh@quick.net
Notes
Notes: svn path=/head/; revision=10419
Diffstat (limited to 'news/newsfetch')
-rw-r--r--news/newsfetch/Makefile4
-rw-r--r--news/newsfetch/distinfo2
-rw-r--r--news/newsfetch/files/patch-aa10
3 files changed, 9 insertions, 7 deletions
diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile
index 44605e6aa62f..185ea5b56f08 100644
--- a/news/newsfetch/Makefile
+++ b/news/newsfetch/Makefile
@@ -3,10 +3,10 @@
# Date created: 12 September 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/09/12 18:28:06 itojun Exp $
#
-DISTNAME= newsfetch-1.0
+DISTNAME= newsfetch-1.11
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/news/readers
diff --git a/news/newsfetch/distinfo b/news/newsfetch/distinfo
index 707d5d09c176..e88a9e78f22d 100644
--- a/news/newsfetch/distinfo
+++ b/news/newsfetch/distinfo
@@ -1 +1 @@
-MD5 (newsfetch-1.0.tar.gz) = 5d9d5a9658c27a434114d8610228430a
+MD5 (newsfetch-1.11.tar.gz) = 55d4f655fcc599fe5de8d12d402aed25
diff --git a/news/newsfetch/files/patch-aa b/news/newsfetch/files/patch-aa
index 9183b27ba06b..939572648da0 100644
--- a/news/newsfetch/files/patch-aa
+++ b/news/newsfetch/files/patch-aa
@@ -1,6 +1,8 @@
---- Makefile.orig Sat Sep 13 03:33:46 1997
-+++ Makefile Sat Sep 13 03:34:12 1997
-@@ -3,9 +3,10 @@
+--- Makefile.orig Mon Mar 9 14:20:31 1998
++++ Makefile Sat Apr 4 21:36:42 1998
+@@ -1,11 +1,11 @@
+ CC = gcc
+-CFLAGS =
objs = main.o nntp.o net.o opt.o util.o
@@ -12,7 +14,7 @@
.c.o:
$(CC) -c $(CFLAGS) $<
-@@ -14,5 +15,5 @@
+@@ -14,5 +14,5 @@
rm -f *.o newsfetch
install: