aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2019-03-13 17:45:13 +0800
committerdes <des@FreeBSD.org>2019-03-13 17:45:13 +0800
commitcee8677912b91fc9ea7b50f37e4b0a26588d72c1 (patch)
tree93748a292549976e82a2be0a692f1ecdbb6ea324 /mail
parent5d73c0475f00a29f1e7f069373d96f79dc31ed50 (diff)
downloadfreebsd-ports-gnome-cee8677912b91fc9ea7b50f37e4b0a26588d72c1.tar.gz
freebsd-ports-gnome-cee8677912b91fc9ea7b50f37e4b0a26588d72c1.tar.zst
freebsd-ports-gnome-cee8677912b91fc9ea7b50f37e4b0a26588d72c1.zip
Upgrade to 2.53.
Diffstat (limited to 'mail')
-rw-r--r--mail/spampd/Makefile2
-rw-r--r--mail/spampd/distinfo6
-rw-r--r--mail/spampd/files/patch-spampd.pl10
-rw-r--r--mail/spampd/files/patch-user_dir10
4 files changed, 14 insertions, 14 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index c533eaea889b..b583fa31bf48 100644
--- a/mail/spampd/Makefile
+++ b/mail/spampd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= spampd
-PORTVERSION= 2.51
+PORTVERSION= 2.53
CATEGORIES= mail perl5
MAINTAINER= des@FreeBSD.org
diff --git a/mail/spampd/distinfo b/mail/spampd/distinfo
index 1ec925eb8b79..36ed7d873c03 100644
--- a/mail/spampd/distinfo
+++ b/mail/spampd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525190858
-SHA256 (mpaperno-spampd-2.51_GH0.tar.gz) = 93cc3ef19ecff224ac00f6c7a0e028f059ec839703329f4567846b750964ac07
-SIZE (mpaperno-spampd-2.51_GH0.tar.gz) = 215462
+TIMESTAMP = 1552405727
+SHA256 (mpaperno-spampd-2.53_GH0.tar.gz) = 58f37e61bac99a0423605c7db23cf8d1e4389681fe50d7e37ce2e31d46e27a88
+SIZE (mpaperno-spampd-2.53_GH0.tar.gz) = 217945
diff --git a/mail/spampd/files/patch-spampd.pl b/mail/spampd/files/patch-spampd.pl
new file mode 100644
index 000000000000..eec20067e5f7
--- /dev/null
+++ b/mail/spampd/files/patch-spampd.pl
@@ -0,0 +1,10 @@
+--- spampd.pl.orig 2019-03-12 15:58:04 UTC
++++ spampd.pl
+@@ -877,6 +877,7 @@ my $sa_options = {
+ 'debug' => $debug,
+ 'local_tests_only' => $sa_local_only,
+ 'home_dir_for_helpers' => $sa_home_dir,
++ 'user_dir' => (getpwnam($user))[7],
+ 'userstate_dir' => $sa_home_dir,
+ 'username' => $user
+ };
diff --git a/mail/spampd/files/patch-user_dir b/mail/spampd/files/patch-user_dir
deleted file mode 100644
index dfde55ecda7b..000000000000
--- a/mail/spampd/files/patch-user_dir
+++ /dev/null
@@ -1,10 +0,0 @@
---- spampd.pl.orig 2015-09-09 13:41:07 UTC
-+++ spampd.pl
-@@ -914,6 +914,7 @@ my $sa_options = {
- 'debug' => $debug,
- 'local_tests_only' => $options{'local-only'} || 0,
- 'home_dir_for_helpers' => $sa_home_dir,
-+ 'user_dir' => (getpwnam($user))[7],
- 'userstate_dir' => $sa_home_dir,
- 'username' => $user
- };