From aa4d71f5529bff209e146edf19efd196d3323395 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 26 Sep 1999 18:44:15 +0000 Subject: Update leafnode+ port to 2.8 PR: ports/13981 Submitted by: Tom Hukins --- news/leafnode+/Makefile | 4 ++-- news/leafnode+/distinfo | 2 +- news/leafnode+/files/patch-aa | 30 +++++++++++++++--------------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'news/leafnode+') diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index 824ef0eb6876..0690ade976d9 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: leafnode+ -# Version required: 2.6 +# Version required: 2.8 # Date created: 19 November 1998 # Whom: Tom Hukins # # $FreeBSD$ # -DISTNAME= leafnode+-2.6 +DISTNAME= leafnode+-2.8 CATEGORIES= news MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ diff --git a/news/leafnode+/distinfo b/news/leafnode+/distinfo index cc12be5c5fff..312a67e6b8df 100644 --- a/news/leafnode+/distinfo +++ b/news/leafnode+/distinfo @@ -1 +1 @@ -MD5 (leafnode+-2.6.tar.gz) = 35e9714b0dc0d3e17cbb988497244e6a +MD5 (leafnode+-2.8.tar.gz) = aed4be6f1152fb48ba5999ce2cd0ab93 diff --git a/news/leafnode+/files/patch-aa b/news/leafnode+/files/patch-aa index 505b8da51f6a..9b2ea2b1a00a 100644 --- a/news/leafnode+/files/patch-aa +++ b/news/leafnode+/files/patch-aa @@ -1,20 +1,20 @@ ---- Makefile.orig Sun Jul 4 05:32:02 1999 -+++ Makefile Sun Jul 4 05:32:42 1999 -@@ -1,11 +1,8 @@ +--- Makefile.orig Sun Aug 1 06:23:40 1999 ++++ Makefile Sun Sep 26 18:18:55 1999 +@@ -1,12 +1,8 @@ # -*- makefile -*- # $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $ -CC = gcc DEBUG = -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes -CFLAGS = $(DEBUG) LIBS = --BINDIR = /usr/local/sbin --MANDIR = /usr/local/man -+BINDIR = $(PREFIX)/sbin - VERSION = 2.6 +-PREFIX = /usr/local + BINDIR = $(PREFIX)/sbin +-MANDIR = $(PREFIX)/man + VERSION = 2.8 # - # if you want to use Socks, use following -@@ -23,11 +20,11 @@ - #CFLAGS = $(DEBUG) -DDOTNGFILE + # if you want to use Socks, use following. +@@ -29,11 +25,11 @@ + #RANLIB = ranlib # # this is the directory where the news is stored. -SPOOLDIR = /var/spool/news @@ -24,10 +24,10 @@ # kept. It should preferably not be on the same partition as spooldir -LIBDIR = /usr/lib/leafnode +LIBDIR = @LIBDIR@ - - all: leafnode fetchnews texpire checkgroups leaftool - -@@ -79,7 +76,7 @@ + # + # local library + LIBUTIL = libutil.a +@@ -93,7 +89,7 @@ @if [ -f $(BINDIR)/fetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from fetch into fetchnews.; fi @if [ -f $(BINDIR)/newsfetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from newsfetch into fetchnews.; fi @@ -36,7 +36,7 @@ -mkdir -p $(SPOOLDIR) $(LIBDIR) -mkdir -p $(SPOOLDIR)/message.id -mkdir -p $(SPOOLDIR)/interesting.groups -@@ -91,7 +88,6 @@ +@@ -105,7 +101,6 @@ $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ $${a}$${b}9 ; \ done ; done -- cgit