diff options
author | tom <tom@FreeBSD.org> | 2001-07-07 15:12:46 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-07-07 15:12:46 +0000 |
commit | c18b41f40d59cc8041ad72ac3fae1502667d9f47 (patch) | |
tree | baecc1836d8f2d6f64d9a3c2d3e4a5c92c0507b1 /news | |
parent | 5cafe36de9149fdded41652dd7d08d1ed0835366 (diff) | |
download | FreeBSD-ports-c18b41f40d59cc8041ad72ac3fae1502667d9f47.zip FreeBSD-ports-c18b41f40d59cc8041ad72ac3fae1502667d9f47.tar.gz |
Upgrade to 2.14
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode+/Makefile | 9 | ||||
-rw-r--r-- | news/leafnode+/distinfo | 2 | ||||
-rw-r--r-- | news/leafnode+/files/patch-aa | 46 | ||||
-rw-r--r-- | news/leafnode+/files/patch-ac | 47 |
4 files changed, 53 insertions, 51 deletions
diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index 17d850f..7053b72 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -6,9 +6,10 @@ # PORTNAME= leafnode+ -PORTVERSION= 2.12 +PORTVERSION= 2.14 CATEGORIES= news -MASTER_SITES= http://www.io.com/~kazushi/leafnode+/ +MASTER_SITES= http://www.io.com/~kazushi/leafnode+/ \ + ftp://ftp.io.com/pub/usr/kazushi/leafnode+/ MAINTAINER= tom@FreeBSD.org @@ -20,9 +21,9 @@ PLIST= ${PKGDIR}/pkg-plist.nodocs .endif LEAFLIBDIR?= ${PREFIX}/lib/leafnode -LEAFSPOOLDIR?= /var/spool/leafnode +SPOOLDIR?= /var/spool/leafnode REWRITE= ${SED} -e "s:@LIBDIR@:${LEAFLIBDIR}:g" \ - -e "s:@SPOOLDIR@:${LEAFSPOOLDIR}:g" \ + -e "s:@SPOOLDIR@:${SPOOLDIR}:g" \ -e "s:@PREFIX@:${PREFIX}:g" post-patch: diff --git a/news/leafnode+/distinfo b/news/leafnode+/distinfo index 83df422..0a029cf 100644 --- a/news/leafnode+/distinfo +++ b/news/leafnode+/distinfo @@ -1 +1 @@ -MD5 (leafnode+-2.12.tar.gz) = 13f5c42bcb99c1b2dc2af994ee2d5b36 +MD5 (leafnode+-2.14.tar.gz) = 34f0bb1fe516f4cdc0166c965c77b117 diff --git a/news/leafnode+/files/patch-aa b/news/leafnode+/files/patch-aa deleted file mode 100644 index e045b3d..0000000 --- a/news/leafnode+/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ ---- 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 = --PREFIX = /usr/local - BINDIR = $(PREFIX)/sbin --MANDIR = $(PREFIX)/man - VERSION = 2.12 - # - # 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 -+SPOOLDIR = @SPOOLDIR@ - # - # this is the directory where the configuration and group information is - # kept. It should preferably not be on the same partition as spooldir --LIBDIR = /usr/lib/leafnode -+LIBDIR = @LIBDIR@ - # - # 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 - --installall: install -+installall: - -mkdir -p $(SPOOLDIR) $(LIBDIR) - -mkdir -p $(SPOOLDIR)/message.id - -mkdir -p $(SPOOLDIR)/interesting.groups -@@ -105,7 +101,6 @@ - $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ - $${a}$${b}9 ; \ - done ; done -- cp config.example $(LIBDIR) - chown -R news.news $(LIBDIR)/. $(SPOOLDIR)/. - chmod 2750 $(SPOOLDIR) - @echo edit /etc/inetd.conf to start $(BINDIR)/leafnode diff --git a/news/leafnode+/files/patch-ac b/news/leafnode+/files/patch-ac new file mode 100644 index 0000000..6649dca --- /dev/null +++ b/news/leafnode+/files/patch-ac @@ -0,0 +1,47 @@ +--- Makefile.orig Wed Jun 13 10:53:27 2001 ++++ Makefile Sat Jul 7 08:06:32 2001 +@@ -11,19 +11,19 @@ + #AR = ar + #RANLIB = ranlib + # Programs for distribution. +-CP = cp +-CHMOD = chmod +-CHOWN = chown +-GZIP = gzip -f9 +-MKDIR = mkdir -p +-RM = rm -f +-SED = sed +-TAR = tar ++#CP = cp ++#CHMOD = chmod ++#CHOWN = chown ++#GZIP = gzip -f9 ++#MKDIR = mkdir -p ++#RM = rm -f ++#SED = sed ++#TAR = tar + # + # You can specify the place programs are installed. +-PREFIX = /usr/local +-BINDIR = $(PREFIX)/sbin +-MANDIR = $(PREFIX)/man ++#PREFIX = /usr/local ++#BINDIR = $(PREFIX)/sbin ++#MANDIR = $(PREFIX)/man + # + # If you want to build with debugging, use below. + #CFLAGS += -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes +@@ -68,11 +68,11 @@ + #LIBS += -L/usr/local/v6/lib -linet6 + # + # This is the directory where the news is stored. +-SPOOLDIR = /var/spool/news ++#SPOOLDIR = /var/spool/news + # + # This is the directory where the configuration and group information is + # kept. It should preferably not be on the same partition as spooldir +-LIBDIR = /usr/lib/leafnode ++LIBDIR = LEAFLIBDIR + # + # These are about local library. + LIBUTIL = libutil.a |