mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 1.9.22
Fix plist
This commit is contained in:
parent
f18f9268d4
commit
e866240fda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58493
@ -6,16 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= leafnode
|
||||
PORTVERSION= 1.9.21
|
||||
PORTVERSION= 1.9.22
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
|
||||
http://www.Awfulhak.org/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/
|
||||
ftp://ftp.gigabell.net/pub/leafnode/
|
||||
MASTER_SITE_SUBDIR= system/news/transport
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.rel
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.rel
|
||||
|
||||
MAINTAINER= brian@FreeBSD.org
|
||||
|
||||
@ -27,7 +27,7 @@ CONFIGURE_ARGS= --quiet --sysconfdir=${LOCALBASE}/etc/leafnode \
|
||||
--with-spooldir=/var/spool/news
|
||||
MAKE_ARGS=
|
||||
MAN1= newsq.1
|
||||
MAN8= fetchnews.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8
|
||||
MAN8= applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (leafnode-1.9.21.rel.tar.gz) = a0f34cd1b83db2f058700ecd42f77981
|
||||
MD5 (leafnode-1.9.22.tar.gz) = 0c9ea56a4776c0a0c0dde10f1af168be
|
||||
|
@ -1,8 +1,18 @@
|
||||
bin/newsq
|
||||
lib/leafnode/config.example
|
||||
etc/leafnode/config.example
|
||||
sbin/leafnode
|
||||
sbin/fetchnews
|
||||
sbin/texpire
|
||||
sbin/checkgroups
|
||||
sbin/applyfilter
|
||||
@dirrm lib/leafnode
|
||||
sbin/lsort
|
||||
share/doc/leafnode/ChangeLog
|
||||
share/doc/leafnode/CREDITS
|
||||
share/doc/leafnode/FAQ
|
||||
share/doc/leafnode/INSTALL
|
||||
share/doc/leafnode/NEWS
|
||||
share/doc/leafnode/README
|
||||
share/doc/leafnode/README.FIRST
|
||||
share/doc/leafnode/TODO
|
||||
@dirrm etc/leafnode
|
||||
@dirrm share/doc/leafnode
|
||||
|
Loading…
Reference in New Issue
Block a user