Update to 2.0.1 and fix an hidden dependency on security/gsasl (spotted by
shwarze@) ok shwarze@ Joachim Shipper (Maintainer)
This commit is contained in:
parent
7b2a20e82b
commit
0a2af7e3ac
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2011/10/07 14:12:55 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2012/03/12 15:17:17 giovanni Exp $
|
||||
|
||||
COMMENT= threaded NNTP- and spool-based UseNet newsreader
|
||||
|
||||
DISTNAME= tin-${MAJORVERSION}.${PATCHLEVEL}
|
||||
MAJORVERSION= 2.0
|
||||
PATCHLEVEL= 0
|
||||
PATCHLEVEL= 1
|
||||
CATEGORIES= news
|
||||
|
||||
MASTER_SITES= http://ftp.funet.fi/pub/unix/news/tin-unoff/ \
|
||||
@ -30,12 +30,18 @@ WANTLIB= c>=58.2 ncurses pcre idn
|
||||
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
AUTOCONF_VERSION= 2.13
|
||||
# XXX Re-review --disable-gsasl on update, it may become useful in the future.
|
||||
#
|
||||
# --with-x does not affect the build, but let's be safe.
|
||||
CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell \
|
||||
--without-metamail \
|
||||
--without-pgp \
|
||||
--without-pgpk \
|
||||
--with-gpg=${LOCALBASE}/bin/gpg \
|
||||
--without-socks \
|
||||
--without-socks5 \
|
||||
--without-slrnface \
|
||||
--disable-gsasl \
|
||||
--with-screen=ncurses \
|
||||
--with-pcre=${LOCALBASE} \
|
||||
--with-libdir=${PREFIX}/lib/news \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tin-2.0.0.tar.gz) = +udjNqa/6CqqnpnyISo1bA==
|
||||
RMD160 (tin-2.0.0.tar.gz) = d/2B+ElEERCOdBvO7ZRg7uqz4Bk=
|
||||
SHA1 (tin-2.0.0.tar.gz) = 9vmwn7XiMrhGgMZx4VrtE6UUfMY=
|
||||
SHA256 (tin-2.0.0.tar.gz) = qgxbfueRyrENw7sEAYOSIyW1OV5LL0u7gTPG1hB2InE=
|
||||
SIZE (tin-2.0.0.tar.gz) = 2479885
|
||||
MD5 (tin-2.0.1.tar.gz) = 0FYi2xcSp4orkqonkEvvwg==
|
||||
RMD160 (tin-2.0.1.tar.gz) = jvB0bRfvW5kwjrrmQ8ljLBVvY8s=
|
||||
SHA1 (tin-2.0.1.tar.gz) = J9MAPZC47kvjolN3mG8PU5Vaa1s=
|
||||
SHA256 (tin-2.0.1.tar.gz) = BeZ3TaPxlg6fZK9d6z6y5vuKYNgjRjB77BlHUouYhOs=
|
||||
SIZE (tin-2.0.1.tar.gz) = 2482327
|
||||
|
@ -1,4 +1,2 @@
|
||||
tin is a full-screen easy to use Usenet newsreader. It can read
|
||||
news locally or remotely via a NNTP (Network News Transport Protocol)
|
||||
server. It will automatically utilize NOV newsoverview style index
|
||||
files if available locally or via the NNTP [X]OVER command (RFC2980).
|
||||
tin is a full-screen user-friendly Usenet newsreader. It can read news
|
||||
locally or remotely via a NNTP (Network News Transport Protocol) server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user