pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Can we get mail/spamprobe updated?
[CC:d the spamprobe maintainer]
On Wed, 24 Oct 2007, Chris Ross wrote:
Hi there. I notice that the mail/spamprobe in pkgsrc is still 1.4b. 1.4d
was released at the beginning of this year, and it would be nice to get that
updated. Could someone update the pkgsrc version to 1.4d?
Sure.
I can't do any testing beyond installing right now. Please test the patch
below, and let me know if the resulting package works for you, within the
next few days. I can commit it then, as soon as I get your OK.
(Also, did it have to be re-named/versioned to 1.4.2 in pkgsrc? Does pkgsrc
versioning for the source product not support "1.4b" type versioning?)
Apparently it does:
yui% pkg_admin pmatch 'foo>1.4' 'foo-1.5' ; echo $?
0
yui% pkg_admin pmatch 'foo>1.4' 'foo-1.3' ; echo $?
1
... works as expected, and...
yui% pkg_admin pmatch 'foo>1.4b' 'foo-1.4c' ; echo $?
0
yui% pkg_admin pmatch 'foo>1.4b' 'foo-1.4a' ; echo $?
1
... works as well. I have NFI why the scheme was chosen. :(
Geert?
- Hubert
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/spamprobe/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile 4 Aug 2006 20:12:31 -0000 1.17
+++ Makefile 24 Oct 2007 10:50:15 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.17 2006/08/04 20:12:31 ghen Exp $
-DISTNAME= spamprobe-1.4b
-PKGNAME= spamprobe-1.4.2
+DISTNAME= spamprobe-1.4d
+PKGNAME= spamprobe-1.4.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/spamprobe/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo 13 Aug 2006 10:13:42 -0000 1.11
+++ distinfo 24 Oct 2007 10:50:15 -0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2006/08/13 10:13:42 wiz Exp $
+$NetBSD$
-SHA1 (spamprobe-1.4b.tar.gz) = a20a6c4a3ab831dd39b392c755170140d91cc372
-RMD160 (spamprobe-1.4b.tar.gz) = e3d08b6ea4eb603f4341b9c683a2092db3ba3aa5
-Size (spamprobe-1.4b.tar.gz) = 255023 bytes
+SHA1 (spamprobe-1.4d.tar.gz) = fbcd65eb21097cd860d5e5ee2c4c2524c717a237
+RMD160 (spamprobe-1.4d.tar.gz) = 4a9e098b92e6900d8b03d7ed5e8d052f2b2e8c56
+Size (spamprobe-1.4d.tar.gz) = 262761 bytes
SHA1 (patch-aa) = d3367dbd5cb309c6629d174574daf9e2899ce62a
Home |
Main Index |
Thread Index |
Old Index