summaryrefslogtreecommitdiff
path: root/mail/freepops
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2007-06-28 16:36:44 +0000
committerschmonz <schmonz@pkgsrc.org>2007-06-28 16:36:44 +0000
commit01197ae285e741cbbbfadf47bd4e9d7571d8d9f1 (patch)
tree4aa50abc5ac659120dffa6ffd68d6cd5b84cfa83 /mail/freepops
parent1c2beef727fea83457e513a43628cbc76447e87b (diff)
downloadpkgsrc-01197ae285e741cbbbfadf47bd4e9d7571d8d9f1.tar.gz
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 (limited to 'mail/freepops')
-rw-r--r--mail/freepops/DESCR3
-rw-r--r--mail/freepops/Makefile4
-rw-r--r--mail/freepops/distinfo12
-rw-r--r--mail/freepops/patches/patch-aa4
-rw-r--r--mail/freepops/patches/patch-af6
5 files changed, 15 insertions, 14 deletions
diff --git a/mail/freepops/DESCR b/mail/freepops/DESCR
index 298700e79ce..73575fed4a6 100644
--- a/mail/freepops/DESCR
+++ b/mail/freepops/DESCR
@@ -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 --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index afeccf91fba..f937f92c4e7 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -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 --git a/mail/freepops/distinfo b/mail/freepops/distinfo
index c02bae17c66..07fb885c225 100644
--- a/mail/freepops/distinfo
+++ b/mail/freepops/distinfo
@@ -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 --git a/mail/freepops/patches/patch-aa b/mail/freepops/patches/patch-aa
index db1491d0f17..11d34268252 100644
--- a/mail/freepops/patches/patch-aa
+++ b/mail/freepops/patches/patch-aa
@@ -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 --git a/mail/freepops/patches/patch-af b/mail/freepops/patches/patch-af
index 2b4c6f94a65..d69ab710392 100644
--- a/mail/freepops/patches/patch-af
+++ b/mail/freepops/patches/patch-af
@@ -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"