1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to version 1.9.21

PR:		37051
Submitted by:	Matthias Andree <matthias.andree@web.de>

Note: /usr/local/lib/leafnode/config must be moved to
      /usr/local/etc/leafnode/config for version 1.9.21.
This commit is contained in:
Brian Somers 2002-04-15 00:00:48 +00:00
parent 949f7b3ffa
commit 7a23c1240d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57702
4 changed files with 26 additions and 21 deletions

View File

@ -6,24 +6,37 @@
#
PORTNAME= leafnode
PORTVERSION= 1.9.19
PORTVERSION= 1.9.21
CATEGORIES= news
MASTER_SITES= ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
ftp://ftp.stikman.com/pub/leafnode/ \
ftp://ftp.gigabell.net/pub/leafnode/ \
${MASTER_SITE_SUNSITE} \
ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
ftp://ftp.stikman.com/pub/leafnode/ \
ftp://ftp.gigabell.net/pub/leafnode/ \
http://www.Awfulhak.org/leafnode/
MASTER_SITE_SUBDIR= system/news/transport
DISTNAME= ${PORTNAME}-${PORTVERSION}.rel
MAINTAINER= brian@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
MAKE_ARGS= LOCKFILE=/var/spool/lock/news/fetchnews.lck \
LIBDIR=${PREFIX}/lib/leafnode
CONFIGURE_ARGS= --quiet --sysconfdir=${LOCALBASE}/etc/leafnode \
--with-lockfile=/var/spool/lock/news/leafnode.lck \
--with-spooldir=/var/spool/news
MAKE_ARGS=
MAN1= newsq.1
MAN7= pcre.7
MAN8= fetchnews.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME}
for i in ChangeLog CREDITS FAQ INSTALL NEWS README \
README.FIRST TODO ; do \
${INSTALL_MAN} ${WRKSRC}/$$i \
${LOCALBASE}/share/doc/${PORTNAME} ; done
.endif
${CAT} pkg-message
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (leafnode-1.9.19.tar.gz) = dc7b33592283b92ba45ba38ae75e024e
MD5 (leafnode-1.9.21.rel.tar.gz) = a0f34cd1b83db2f058700ecd42f77981

View File

@ -1,12 +0,0 @@
--- Makefile.in.orig Mon Dec 13 12:15:08 1999
+++ Makefile.in Sun Feb 6 19:52:22 2000
@@ -19,7 +19,8 @@
# Flags
DEBUG = -g
STRIP = -s
-CFLAGS = -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
+CFLAGS ?= -O2
+CFLAGS += -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
LIBS = @LIBS@
# Directories and Paths

View File

@ -0,0 +1,4 @@
To finalize the leafnode install, proceed as follows:
1. read ${PREFIX}/share/doc/leafnode/INSTALL, starting at item #5.
2. read ${PREFIX}/share/doc/leafnode/README, mind the incompatible changes!