pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/freepops Update to 0.2.5. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36d289e2f38c
branches:  trunk
changeset: 530386:36d289e2f38c
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jun 28 16:36:44 2007 +0000

description:
Update to 0.2.5. From the changelog:

- fixed an ancestral wrong compilation flag for regexes, no more REG_NEWLINE
- supereva.lua: plugin updates
- libero.lua: fixed bug for attachments
- libero.lua: changed pattern matching
- hotmail.lua: update the logout url, try to handle an expired session better
- supereva.lua, tin.lua: fixed attachments in tin and supereva, added dada.net
- libero.lua: fixed mlex
- aol.lua: use the "classic" web interface
- added patch by Viruzzo to mimer and supereva.lua

pkgsrc changes:
* List a few popular supported services in DESCR to help address PR 36569.

diffstat:

 mail/freepops/DESCR            |   3 ++-
 mail/freepops/Makefile         |   4 ++--
 mail/freepops/distinfo         |  12 ++++++------
 mail/freepops/patches/patch-aa |   4 ++--
 mail/freepops/patches/patch-af |   6 +++---
 5 files changed, 15 insertions(+), 14 deletions(-)

diffs (72 lines):

diff -r 2e702ae9903c -r 36d289e2f38c mail/freepops/DESCR
--- a/mail/freepops/DESCR       Thu Jun 28 10:33:59 2007 +0000
+++ b/mail/freepops/DESCR       Thu Jun 28 16:36:44 2007 +0000
@@ -1,2 +1,3 @@
 FreePOPs is an extensible POP3 server. Its main purpose is to provide
-a POP3 interface to a webmail.
+a POP3 interface to a webmail. Supported webmail services include
+(but are not limited to) AOL, Gmail, Hotmail, Juno, and Yahoo.
diff -r 2e702ae9903c -r 36d289e2f38c mail/freepops/Makefile
--- a/mail/freepops/Makefile    Thu Jun 28 10:33:59 2007 +0000
+++ b/mail/freepops/Makefile    Thu Jun 28 16:36:44 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/06/12 22:38:52 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/28 16:36:44 schmonz Exp $
 #
 
-DISTNAME=              freepops-0.2.4
+DISTNAME=              freepops-0.2.5
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=freepops/}
 
diff -r 2e702ae9903c -r 36d289e2f38c mail/freepops/distinfo
--- a/mail/freepops/distinfo    Thu Jun 28 10:33:59 2007 +0000
+++ b/mail/freepops/distinfo    Thu Jun 28 16:36:44 2007 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.2 2007/06/12 22:38:52 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/06/28 16:36:44 schmonz Exp $
 
-SHA1 (freepops-0.2.4.tar.gz) = b89d3aa546922f33a24bbc5a93c451c3b9d5ed0d
-RMD160 (freepops-0.2.4.tar.gz) = 1e971c5bcbe87e66e80d0c7ef64b165e5f4587e0
-Size (freepops-0.2.4.tar.gz) = 1889995 bytes
-SHA1 (patch-aa) = 459bf5a2f0f73ee4c7722c84d4f7f8445843a1de
+SHA1 (freepops-0.2.5.tar.gz) = 008d8e1504dc0f58119358f73cf2820ba6d0a044
+RMD160 (freepops-0.2.5.tar.gz) = 1f3c64c82c3ff7a75dd11a5ad8bd6366d1fccd4d
+Size (freepops-0.2.5.tar.gz) = 1896775 bytes
+SHA1 (patch-aa) = ec061d8423a8766dd1b1d97609a0d9cda28d0618
 SHA1 (patch-ab) = e26c06b7d220cf8b7b86f53958f5be784e70c59b
 SHA1 (patch-ac) = cb40726dac6fa0e5dc993c8745df41b15044b90f
 SHA1 (patch-ad) = 8dbf4703ad2ec63b3ddce0f83e7b627deb92ee7f
 SHA1 (patch-ae) = 62468b14d55fdfa7b800daab232c7d22724ec4dc
-SHA1 (patch-af) = ae69bfab40ea29dc87dfcaff119ad8ed88e97e2e
+SHA1 (patch-af) = 172e21a41221e99d4e1a01846e2f6e5c057fefa4
 SHA1 (patch-ag) = 4719cad79d1b391bf3e788ad0930f153f53570ed
diff -r 2e702ae9903c -r 36d289e2f38c mail/freepops/patches/patch-aa
--- a/mail/freepops/patches/patch-aa    Thu Jun 28 10:33:59 2007 +0000
+++ b/mail/freepops/patches/patch-aa    Thu Jun 28 16:36:44 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/06/05 05:56:01 schmonz Exp $
+$NetBSD: patch-aa,v 1.2 2007/06/28 16:36:45 schmonz Exp $
 
---- configure.sh.orig  2007-04-23 16:53:30.000000000 -0400
+--- configure.sh.orig  2007-06-22 15:14:35.000000000 -0400
 +++ configure.sh
 @@ -76,6 +76,13 @@ LUAFLAGS=${LUAFLAGS:-""}
  LIBEXPAT_STATIC_PATH=${LIBEXPAT_STATIC_PATH:-$PWD/../lib/lib/}
diff -r 2e702ae9903c -r 36d289e2f38c mail/freepops/patches/patch-af
--- a/mail/freepops/patches/patch-af    Thu Jun 28 10:33:59 2007 +0000
+++ b/mail/freepops/patches/patch-af    Thu Jun 28 16:36:44 2007 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-af,v 1.1.1.1 2007/06/05 05:56:01 schmonz Exp $
+$NetBSD: patch-af,v 1.2 2007/06/28 16:36:45 schmonz Exp $
 
---- config.h.orig      2007-05-26 06:02:06.000000000 -0400
+--- config.h.orig      2007-06-22 07:37:59.000000000 -0400
 +++ config.h
 @@ -16,7 +16,7 @@
  // common
- #define VERSION       "0.2.4"
+ #define VERSION       "0.2.5"
  #define PROGRAMNAME   "FreePOPs"
 -#define PIDFILE       "/var/run/freepopsd.pid"
 +#define PIDFILE       "@VARBASE@/run/freepopsd.pid"



Home | Main Index | Thread Index | Old Index