Upgrade, 3.5.2 -> 3.6.0.

PR:		4690
Partly submitted by:	maintainer
This commit is contained in:
Masafumi Max NAKANE 1997-10-05 05:06:27 +00:00
parent 969af2e6e1
commit 292f7affa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8118
4 changed files with 15 additions and 16 deletions

View File

@ -1,15 +1,14 @@
# New ports collection makefile for: suck
# Version required: 3.5.2
# Version required: 3.6.0
# Date created: 30 Mar 1996
# Whom: graphite@taurus.bekkoame.or.jp
#
# $Id: Makefile,v 1.3 1996/11/18 11:38:13 asami Exp $
# $Id: Makefile,v 1.4 1997/08/30 16:23:54 max Exp $
#
DISTNAME= suck-3.5.2
DISTNAME= suck-3.6.0
CATEGORIES= news
MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ \
ftp://ftp.iis.u-tokyo.ac.jp/pub2/Linux/sources/sbin/
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/
MAINTAINER= jseger@scds.com

View File

@ -1 +1 @@
MD5 (suck-3.5.2.tar.gz) = d349b94a7341fc67102c7bfedcf47781
MD5 (suck-3.6.0.tar.gz) = c0577ec84501a768fe7730bf4ad995f5

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Aug 1 20:59:01 1997
+++ Makefile.in Sat Sep 13 10:17:11 1997
--- Makefile.in.orig Tue Aug 19 11:33:09 1997
+++ Makefile.in Sun Oct 5 13:59:33 1997
@@ -7,7 +7,7 @@
# Step1: Define the location of the History file(s)
@ -18,8 +18,8 @@
$(INSTALL_PROGRAM) suck $(bindir)/suck
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
@@ -149,7 +149,7 @@
$(MAKE) -C $(SMAN)
@@ -152,7 +152,7 @@
$(MAKE) -C $(IMAN)
install_lpost: lpost
- - strip -s lpost

View File

@ -1,15 +1,15 @@
--- killprg.c.orig Sat Sep 13 10:13:54 1997
+++ killprg.c Sat Sep 13 10:14:10 1997
@@ -3,6 +3,8 @@
#include <stdio.h>
#include <stdlib.h>
--- killprg.c.orig Thu Aug 21 10:16:02 1997
+++ killprg.c Sun Oct 5 14:00:23 1997
@@ -7,6 +7,8 @@
#include <unistd.h>
#endif
+#include <sys/types.h>
+
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#else
@@ -34,7 +36,6 @@
@@ -36,7 +38,6 @@
#endif
#include <string.h>