pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mailfront Update to 2.13. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/55f5ba73a809
branches: trunk
changeset: 375880:55f5ba73a809
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Feb 24 01:08:28 2018 +0000
description:
Update to 2.13. From the changelog:
- Fix build issue with redefining the "accept" function.
- Added support for whitelists in the rbl plugin.
- Added option to skip the Received header for authenticated connections.
diffstat:
mail/mailfront/Makefile | 5 ++---
mail/mailfront/distinfo | 12 ++++++------
mail/mailfront/patches/patch-Makefile | 15 +++------------
3 files changed, 11 insertions(+), 21 deletions(-)
diffs (59 lines):
diff -r 58fc4acf0236 -r 55f5ba73a809 mail/mailfront/Makefile
--- a/mail/mailfront/Makefile Sat Feb 24 01:03:59 2018 +0000
+++ b/mail/mailfront/Makefile Sat Feb 24 01:08:28 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2017/07/31 20:38:51 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2018/02/24 01:08:28 schmonz Exp $
#
-DISTNAME= mailfront-2.12
-PKGREVISION= 1
+DISTNAME= mailfront-2.13
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}archive/
diff -r 58fc4acf0236 -r 55f5ba73a809 mail/mailfront/distinfo
--- a/mail/mailfront/distinfo Sat Feb 24 01:03:59 2018 +0000
+++ b/mail/mailfront/distinfo Sat Feb 24 01:08:28 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2017/08/21 18:16:29 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2018/02/24 01:08:28 schmonz Exp $
-SHA1 (mailfront-2.12.tar.gz) = 87715ddaf78ea98cab9c4d86dddc51e76d05d114
-RMD160 (mailfront-2.12.tar.gz) = cbef138672051eb631155c33163d1482fb193b1c
-SHA512 (mailfront-2.12.tar.gz) = 7d98b32b78370e5640c6d3b4268f3cb67baff386ecb7f2e2b982cc2e10b04d75d6ceed692000af4ec3a08bfd40577107d569e64e75b087662e8d66725f7817f8
-Size (mailfront-2.12.tar.gz) = 123228 bytes
+SHA1 (mailfront-2.13.tar.gz) = 7215e5b1cfea458cc37d5f42c08b582e870fe415
+RMD160 (mailfront-2.13.tar.gz) = 59f7b7eb43700b749af5fda199f99dc2db61acdc
+SHA512 (mailfront-2.13.tar.gz) = 8fa6e75bd66528667b752fd07989a9ffb95a82018e89b76c956e05d378f1a27374da85a37f614ee5292a5e176ec14384521cfeec7f9ee8b6165a6c88c2307d9f
+Size (mailfront-2.13.tar.gz) = 125797 bytes
SHA1 (patch-INSTHIER) = 84e52ccc8e86c329f27b97c22e95669962f3595f
-SHA1 (patch-Makefile) = 5f15651bc170f773d9fe3f98a69c1251c68fed16
+SHA1 (patch-Makefile) = 13cea3730258f9dd6c7fde4cd61aefd4cd428eb3
SHA1 (patch-queuedir.c) = 09a63fd72f389d013b46185d8c82a7193e125d86
diff -r 58fc4acf0236 -r 55f5ba73a809 mail/mailfront/patches/patch-Makefile
--- a/mail/mailfront/patches/patch-Makefile Sat Feb 24 01:03:59 2018 +0000
+++ b/mail/mailfront/patches/patch-Makefile Sat Feb 24 01:08:28 2018 +0000
@@ -1,19 +1,10 @@
-$NetBSD: patch-Makefile,v 1.1 2017/01/02 02:19:47 schmonz Exp $
+$NetBSD: patch-Makefile,v 1.2 2018/02/24 01:08:29 schmonz Exp $
Libtoolize and avoid "echo -n" in subshells to fix build on OS X.
---- Makefile.orig 2015-02-12 14:10:37.000000000 +0000
+--- Makefile.orig 2018-02-24 00:14:38.000000000 +0000
+++ Makefile
-@@ -56,7 +56,7 @@ dl.lib: compile load
- @echo 'main() { ; }' >trylib-ldl.c
- @{ ./compile trylib-ldl.c && ./load trylib-ldl -ldl; } >/dev/null 2>&1 \
- && { echo -ldl >dl.lib; echo yes; } \
-- || { echo -n >dl.lib; echo no; }
-+ || { : >dl.lib; echo no; }
- @rm -f trylib-ldl.c trylib-ldl.o trylib-ldl
-
- docs:
-@@ -103,11 +103,25 @@ makelib:
+@@ -109,11 +109,25 @@ makelib:
) >makelib
chmod 755 makelib
Home |
Main Index |
Thread Index |
Old Index