summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-03-24 19:26:33 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-03-24 19:26:33 +0000
commit349428ef26ad1a6debafedd9cfdebb5bf44ecc64 (patch)
tree546a8693b434bf2b5a1647993adc672ff650d8b6 /news
parentUpdate to version 0.8.2. (diff)
Upgrade to suck-4.1.0
Notes
Notes: svn path=/head/; revision=17382
Diffstat (limited to 'news')
-rw-r--r--news/suck/Makefile10
-rw-r--r--news/suck/distinfo2
-rw-r--r--news/suck/files/patch-aa92
-rw-r--r--news/suck/files/patch-ad12
-rw-r--r--news/suck/pkg-plist4
5 files changed, 40 insertions, 80 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index 3578afe7f2b0..5da8892f539b 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: suck
-# Version required: 3.10.4
+# Version required: 4.1.0
# Date created: 30 Mar 1996
# Whom: graphite@taurus.bekkoame.or.jp
#
-# $Id: Makefile,v 1.14 1998/07/26 17:27:24 jseger Exp $
+# $Id: Makefile,v 1.15 1999/02/12 12:06:19 flathill Exp $
#
-DISTNAME= suck-3.10.4
+DISTNAME= suck-4.1.0
CATEGORIES= news
MASTER_SITES= http://home.att.net/~bobyetman/
@@ -18,8 +18,8 @@ MAN1= suck.1 rpost.1 testhost.1 lmove.1
post-install:
${MKDIR} ${PREFIX}/share/examples/suck
- ${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.innxmit ${PREFIX}/share/examples/suck
- ${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.rnews ${PREFIX}/share/examples/suck
+ ${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.inn ${PREFIX}/share/examples/suck
+ ${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.generic ${PREFIX}/share/examples/suck
${INSTALL_SCRIPT} ${WRKSRC}/sample/put.news ${PREFIX}/share/examples/suck
${INSTALL_DATA} ${WRKSRC}/sample/*.sample ${PREFIX}/share/examples/suck
diff --git a/news/suck/distinfo b/news/suck/distinfo
index 404332568dd0..5afd2f1e9d08 100644
--- a/news/suck/distinfo
+++ b/news/suck/distinfo
@@ -1 +1 @@
-MD5 (suck-3.10.4.tar.gz) = ae6465a405919a96cffe976eda551a27
+MD5 (suck-4.1.0.tar.gz) = ef182099d9dcab94de0c7d4baba8027b
diff --git a/news/suck/files/patch-aa b/news/suck/files/patch-aa
index 4dba4de2ddc0..209f4418c455 100644
--- a/news/suck/files/patch-aa
+++ b/news/suck/files/patch-aa
@@ -1,72 +1,20 @@
-*** Makefile.in.orig Tue Jan 26 07:45:27 1999
---- Makefile.in Tue Feb 9 23:47:19 1999
-***************
-*** 6,12 ****
- ############################################################################
-
- # Step1: Define the location of the History file(s)
-! HISTORYF=/usr/news/db/history
-
- # Step 2: Define ONE of the CHKHISTORY
- CHKHISTORY=chkhistory.o # use flat file history routine
---- 6,12 ----
- ############################################################################
-
- # Step1: Define the location of the History file(s)
-! HISTORYF=/usr/local/news/lib/history
-
- # Step 2: Define ONE of the CHKHISTORY
- CHKHISTORY=chkhistory.o # use flat file history routine
-***************
-*** 50,57 ****
- # If your compile fails with refs to missing symbols like pow() and floor(),
- # add -lm to the PERL_LIB line.
- # The rest of these should be left alone (except to remove the #).
-! PERL_CORE=/usr/lib/perl5/lib/5.00502/i586-linux/CORE
-! PERL_LIB=-lperl -lcrypt
- PERL_DEFS=-DPERL_EMBED -Dbool=char -DHAS_BOOL
- PERL_INC_LOC=-I$(PERL_CORE)
- PERL_LIB_LOC=-L$(PERL_CORE)
---- 50,57 ----
- # If your compile fails with refs to missing symbols like pow() and floor(),
- # add -lm to the PERL_LIB line.
- # The rest of these should be left alone (except to remove the #).
-! PERL_CORE=/usr/libdata/perl/5.00502/mach/CORE
-! PERL_LIB=-lperl -lcrypt -lm
- PERL_DEFS=-DPERL_EMBED -Dbool=char -DHAS_BOOL
- PERL_INC_LOC=-I$(PERL_CORE)
- PERL_LIB_LOC=-L$(PERL_CORE)
-***************
-*** 152,158 ****
-
- install_bin: suck rpost testhost lmove
- - mkdir -p $(bindir)
-! - strip -s suck rpost testhost lmove
- $(INSTALL_PROGRAM) suck $(bindir)/suck
- $(INSTALL_PROGRAM) rpost $(bindir)/rpost
- $(INSTALL_PROGRAM) testhost $(bindir)/testhost
---- 152,158 ----
-
- install_bin: suck rpost testhost lmove
- - mkdir -p $(bindir)
-! - strip -x suck rpost testhost lmove
- $(INSTALL_PROGRAM) suck $(bindir)/suck
- $(INSTALL_PROGRAM) rpost $(bindir)/rpost
- $(INSTALL_PROGRAM) testhost $(bindir)/testhost
-***************
-*** 170,176 ****
- # $(MAKE) -C $(SMAN)
-
- install_lpost: lpost $(MAN)/lpost.1
-! - strip -s lpost
- $(INSTALL_PROGRAM) lpost $(bindir)/lpost
- $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
-
---- 170,176 ----
- # $(MAKE) -C $(SMAN)
-
- install_lpost: lpost $(MAN)/lpost.1
-! - strip -x lpost
- $(INSTALL_PROGRAM) lpost $(bindir)/lpost
- $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
-
+--- Makefile.in.orig Mon Mar 22 19:06:50 1999
++++ Makefile.in Tue Mar 23 20:41:08 1999
+@@ -153,7 +153,7 @@
+
+ install_bin: suck rpost testhost lmove
+ - mkdir -p $(bindir)
+- - strip -s suck rpost testhost lmove
++ - strip -x suck rpost testhost lmove
+ $(INSTALL_PROGRAM) suck $(bindir)/suck
+ $(INSTALL_PROGRAM) rpost $(bindir)/rpost
+ $(INSTALL_PROGRAM) testhost $(bindir)/testhost
+@@ -171,7 +171,7 @@
+ # $(MAKE) -C $(SMAN)
+
+ install_lpost: lpost $(MAN)/lpost.1
+- - strip -s lpost
++ - strip -x lpost
+ $(INSTALL_PROGRAM) lpost $(bindir)/lpost
+ $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
+
diff --git a/news/suck/files/patch-ad b/news/suck/files/patch-ad
new file mode 100644
index 000000000000..c7b3403e32fe
--- /dev/null
+++ b/news/suck/files/patch-ad
@@ -0,0 +1,12 @@
+--- suck_config.h.orig Wed Mar 24 14:18:08 1999
++++ suck_config.h Wed Mar 24 14:18:53 1999
+@@ -92,7 +92,8 @@
+ #define N_XOVER "suckxover" /* parameter file for which articles NOT to download via xover */
+
+ #define N_PHRASES "/usr/local/lib/suck.phrases" /* default location for phrase file */
+-#define HISTORY_FILE "/usr/news/db/history" /* default location for history file */
++#define HISTORY_FILE "/usr/local/news/lib/history" /* default location for
++ * history file */
+
+ /* TEMP FILES created */
+ #define N_NEWRC "suck.newrc"
diff --git a/news/suck/pkg-plist b/news/suck/pkg-plist
index 037daf604741..d64616ebb81b 100644
--- a/news/suck/pkg-plist
+++ b/news/suck/pkg-plist
@@ -2,8 +2,8 @@ bin/lmove
bin/rpost
bin/suck
bin/testhost
-share/examples/suck/get.news.innxmit
-share/examples/suck/get.news.rnews
+share/examples/suck/get.news.generic
+share/examples/suck/get.news.inn
share/examples/suck/put.news
share/examples/suck/suckkillfile.sample
share/examples/suck/sucknewsrc.sample