mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
mail/mailman: update to 2.1.32
- fixes the i18n issues in 2.1.31 - drop local patch for Spanish Castilian mailman.po file - drop local REINPLACE_CMD for translations of the security fixed code - uses a patch from the upstream merged rev 1814 of the htdig branch
This commit is contained in:
parent
ba9386a16b
commit
a00aaa6892
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534208
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mailman
|
||||
DISTVERSION= 2.1.31
|
||||
DISTVERSION= 2.1.32
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= GNU \
|
||||
@ -128,14 +128,11 @@ MAIL_GID?= _smtpd
|
||||
PKGNAMESUFFIX+= -with-htdig
|
||||
# how to create PATCHFILES:
|
||||
#X identify what is the version of msapiro's patches corresponding to the release.
|
||||
#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1812
|
||||
#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1814
|
||||
#X unpack this tarball, and the original distfile
|
||||
#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1812.patch.xz
|
||||
#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1814.patch.xz
|
||||
#X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory
|
||||
#
|
||||
# 2.1.31: deliberately continue using the 1812 patch that was for 2.1.30.
|
||||
# There is no full merge of 2.1.31 for the htdig branch yet.
|
||||
_HTDIGREV= 1812
|
||||
_HTDIGREV= 1814
|
||||
PATCHFILES+= msapiro-htdig-${_HTDIGREV}.patch.xz
|
||||
RUN_DEPENDS+= htdig:textproc/htdig
|
||||
PLIST_SUB+= SUB_HTDIG=""
|
||||
@ -181,10 +178,6 @@ post-patch:
|
||||
${REINPLACE_CMD} -e 's/messages//' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
${MV} ${WRKSRC}/configure.in ${WRKSRC}/configure.ac # suppress warning
|
||||
# 2.1.31: fix up translations for security fix - upstream rushed the fix
|
||||
# but did not see to translations on 2020-05-05.
|
||||
${REINPLACE_CMD} -Ee '/Illegal Email Address:/,+1s/ *. %\(safeuser\)s//' \
|
||||
${WRKSRC}/messages/*/LC_MESSAGES/mailman.po
|
||||
|
||||
# post-patch-HTDIG-on is to fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238508
|
||||
post-patch-HTDIG-on:
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1588700126
|
||||
SHA256 (mailman/mailman-2.1.31.tgz) = 0722e6da3aea6d9792ab4daf7e411724d5e455bbdfa2df2f15a01754b59dade5
|
||||
SIZE (mailman/mailman-2.1.31.tgz) = 9413155
|
||||
SHA256 (mailman/msapiro-htdig-1812.patch.xz) = 9294d42f52d2e0892220c06c74f8ee94fe650c892d68d36e79de6db5863849dd
|
||||
SIZE (mailman/msapiro-htdig-1812.patch.xz) = 50412
|
||||
TIMESTAMP = 1588720179
|
||||
SHA256 (mailman/mailman-2.1.32.tgz) = 3755322b23cb41cd726407658dc1ae0d2dcc9887c9239945491a551933505e5d
|
||||
SIZE (mailman/mailman-2.1.32.tgz) = 9413055
|
||||
SHA256 (mailman/msapiro-htdig-1814.patch.xz) = 91c69185f06e2d581d5a4429e678b740074016511557dae4aa5ee7ded0be349c
|
||||
SIZE (mailman/msapiro-htdig-1814.patch.xz) = 50400
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- messages/es/LC_MESSAGES/mailman.po.orig 2020-05-05 15:17:13 UTC
|
||||
+++ messages/es/LC_MESSAGES/mailman.po
|
||||
@@ -6463,7 +6463,7 @@ msgstr ""
|
||||
"(como\n"
|
||||
" perder direcciones en correos reenviados y copias enviadas "
|
||||
"a la\n"
|
||||
-" dirección de rebote cuando se usa "responder a todos"), así que puede ser \n"
|
||||
+" dirección de rebote cuando se usa \"responder a todos\"), así que puede ser \n"
|
||||
" deshabilitada aquí."
|
||||
|
||||
#: Mailman/Gui/General.py:512
|
Loading…
Reference in New Issue
Block a user