summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca>2013-01-29 15:48:55 +0000
committertaca <taca>2013-01-29 15:48:55 +0000
commit543e34b30f194d9ccbbc971d8cf1dcf2ae6bc82a (patch)
treea58fc0a7bd09a2a0bf6613e2f82b87c95ab9be52 /mail
parent5aab4dab453aa0168027011aeb77a506594aa4bb (diff)
downloadpkgsrc-543e34b30f194d9ccbbc971d8cf1dcf2ae6bc82a.tar.gz
Allow '+' character in local-part.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/fml4/Makefile4
-rw-r--r--mail/fml4/distinfo5
-rw-r--r--mail/fml4/patches/patch-sbin_config.guess4
-rw-r--r--mail/fml4/patches/patch-src_libkernsubr.pl15
4 files changed, 23 insertions, 5 deletions
diff --git a/mail/fml4/Makefile b/mail/fml4/Makefile
index 0f5a733a788..5c7d3bf1ec2 100644
--- a/mail/fml4/Makefile
+++ b/mail/fml4/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2012/12/04 11:19:13 taca Exp $
+# $NetBSD: Makefile,v 1.6 2013/01/29 15:48:55 taca Exp $
#
DISTNAME= fml-4.0-stable-20040215
PKGNAME= fml4-4.0.3.20040215
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.fml.org/pub/fml/stable/
diff --git a/mail/fml4/distinfo b/mail/fml4/distinfo
index e1faecf39a1..27ddf275677 100644
--- a/mail/fml4/distinfo
+++ b/mail/fml4/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2012/05/21 07:20:41 marino Exp $
+$NetBSD: distinfo,v 1.3 2013/01/29 15:48:55 taca Exp $
SHA1 (fml-4.0-stable-20040215.tar.gz) = b7f958deacc50a0173928b7c43df52b5869d9491
RMD160 (fml-4.0-stable-20040215.tar.gz) = 40eb43d2631a5e6d6769b8cfdf35e4a980ff0391
@@ -10,4 +10,5 @@ SHA1 (patch-ad) = 17e5d1d97e5a085b8b5da67e00730ce92b959fbf
SHA1 (patch-ae) = 467a8bacfb0a6d41ceb1d8f52fc4bfc0ae2fc565
SHA1 (patch-af) = 9e7fa7c70b4f3353a5c33d0ded2eeae86d9a5c65
SHA1 (patch-ag) = 5a7a8a3d32e1a290e29cefa67aec584c21206d0c
-SHA1 (patch-sbin_config.guess) = 686f469995a368310471ee3207407729c537bc82
+SHA1 (patch-sbin_config.guess) = 66087f9512181bd76dcbca34a1d8532bdd6ae07c
+SHA1 (patch-src_libkernsubr.pl) = c9d4e57b12fddb3045f47b27926c67cfe32c0d44
diff --git a/mail/fml4/patches/patch-sbin_config.guess b/mail/fml4/patches/patch-sbin_config.guess
index fe275d91fa1..60d0e549203 100644
--- a/mail/fml4/patches/patch-sbin_config.guess
+++ b/mail/fml4/patches/patch-sbin_config.guess
@@ -1,4 +1,6 @@
-$NetBSD: patch-sbin_config.guess,v 1.1 2012/05/21 07:20:42 marino Exp $
+$NetBSD: patch-sbin_config.guess,v 1.2 2013/01/29 15:48:55 taca Exp $
+
+Add DragonFly support.
--- sbin/config.guess.orig 2012-05-21 07:04:19.000000000 +0000
+++ sbin/config.guess
diff --git a/mail/fml4/patches/patch-src_libkernsubr.pl b/mail/fml4/patches/patch-src_libkernsubr.pl
new file mode 100644
index 00000000000..ce9f9d458b6
--- /dev/null
+++ b/mail/fml4/patches/patch-src_libkernsubr.pl
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_libkernsubr.pl,v 1.1 2013/01/29 15:48:55 taca Exp $
+
+Allow e-mail address which contains '+' character in local-part.
+
+--- src/libkernsubr.pl.orig 2003-12-17 14:46:54.000000000 +0000
++++ src/libkernsubr.pl
+@@ -50,7 +50,7 @@ sub __SecureP
+ # XXX: and for permitting a special backward compatibility.
+ # permit Email Address, 100.tar.gz, # command, # mget 100,last:10 mp ...
+ # if ($s =~ /^[\#\s\w\-\[\]\?\*\.\,\@\:]+$/) {
+- if ($s =~ /^[\#\s\w\-\.\,\@\:]+$/) {
++ if ($s =~ /^[\#\s\w\-\+\.\,\@\:]+$/) {
+ 1;
+ }
+ # since, this ; | is not checked when interact with shell in command.