bump package revision version since we added four new official patches
to slrn version 0.9.7.2: -- Bug fixes: * slrn enters all groups when read_active is on Fixed 2001-08-27 When read_active is on, slrn still enters all groups to find the number of unread articles, which slows down startup considerably. * force_authentication is ignored when re-connecting Fixed 2001-08-27 When re-connecting, slrn only sends authentication data if the server requests it, even if force_authentication is set. * Request for authentication is not always recognized Fixed 2001-08-30 In some rare cases, slrn does not notice that it needs to send authentication data, although the server requests it. This can even damage your newsrc file. * Parse "news:" URLs enclosed in angle brackets correctly Fixed 2001-08-30 When a "news:" URL is enclosed in angle brackets, slrn regards the closing bracket as a part of it.
This commit is contained in:
parent
6118bcd47d
commit
b8d45c8593
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2001/08/23 21:04:14 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2001/08/30 13:56:47 lebel Exp $
|
||||
|
||||
COMMENT= "SLang-based newsreader"
|
||||
|
||||
VERSION= 0.9.7.2
|
||||
DISTNAME= slrn-${VERSION}
|
||||
PKGNAME= ${DISTNAME}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= news
|
||||
NEED_VERSION= 1.440
|
||||
|
||||
@ -19,15 +19,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# patches are distributed apart from the main distribution. We
|
||||
# are leaving the code there until new patches surfaces on the main
|
||||
# website.
|
||||
#PFILES=
|
||||
#MASTER_SITES0= http://slrn.sourceforge.net/patches/
|
||||
#.for i in ${PFILES}
|
||||
#PATCHFILES+= slrn-${VERSION}-$i.diff:0
|
||||
#.endfor
|
||||
#PATCH_DIST_STRIP=-p1
|
||||
PFILES= readactive forceauth authneeded newsurl
|
||||
MASTER_SITES0= http://slrn.sourceforge.net/patches/
|
||||
.for i in ${PFILES}
|
||||
PATCHFILES+= slrn-${VERSION}-$i.diff:0
|
||||
.endfor
|
||||
PATCH_DIST_STRIP=-p1
|
||||
|
||||
USE_GMAKE= Yes
|
||||
LIB_DEPENDS= slang.::devel/libslang
|
||||
|
@ -1,3 +1,15 @@
|
||||
MD5 (slrn-0.9.7.2-authneeded.diff) = bd229369ec82543feb22258a3153f673
|
||||
MD5 (slrn-0.9.7.2-forceauth.diff) = 3eb18e7963d33a8d4c75fa165dac2edd
|
||||
MD5 (slrn-0.9.7.2-newsurl.diff) = 46708bcd453d1b87f4ee85cf3baf2ea6
|
||||
MD5 (slrn-0.9.7.2-readactive.diff) = ee376503aeac1e062b94c3e9c68f1755
|
||||
MD5 (slrn-0.9.7.2.tar.gz) = 36645f69e4dc01986c1c1f0277bfca01
|
||||
RMD160 (slrn-0.9.7.2-authneeded.diff) = d9e9b379641b2f4714fb3f548a30e86904d56f54
|
||||
RMD160 (slrn-0.9.7.2-forceauth.diff) = c79480dffec78cc16c2263ae30f07fb174a665d4
|
||||
RMD160 (slrn-0.9.7.2-newsurl.diff) = 0184d43be6879afa024cd804c7a0720f1f9fbf22
|
||||
RMD160 (slrn-0.9.7.2-readactive.diff) = 7ecb1ed8327027f1144690b72e8446e4d067d413
|
||||
RMD160 (slrn-0.9.7.2.tar.gz) = 7027f2d29d33fd75f991cf9edbd722da09b5cdb6
|
||||
SHA1 (slrn-0.9.7.2-authneeded.diff) = 24e610fe25e191ae9d700300305e5cf2335ae4d0
|
||||
SHA1 (slrn-0.9.7.2-forceauth.diff) = 8e31213d1bce16777d0386dbd98bf93ae9ae945a
|
||||
SHA1 (slrn-0.9.7.2-newsurl.diff) = 164c282bf9588e435fe939e0d4ed3a83e369649b
|
||||
SHA1 (slrn-0.9.7.2-readactive.diff) = 2b04fcffad851b9dca4ab1fafb5d873783589e27
|
||||
SHA1 (slrn-0.9.7.2.tar.gz) = 49a157fc0adb4ecd06f698de7755a46b137cca59
|
||||
|
Loading…
Reference in New Issue
Block a user