Update to qmailadmin-1.2.13 with my lang/bg patch already committed upstream.
This commit is contained in:
parent
b6c8c18f78
commit
63ffc994f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241159
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= qmailadmin
|
||||
PORTVERSION= 1.2.12
|
||||
PORTEPOCH= 2
|
||||
PORTVERSION= 1.2.13
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
|
||||
|
||||
@ -68,6 +67,9 @@ WANT_QMAIL= yes
|
||||
# do not forget the "|" at the start
|
||||
# WITH_SPAM_NEEDS_EMAIL - append the user's e-mail address as the last
|
||||
# argument to the spam command
|
||||
# WITHOUT_CATCHALL - disable the catch-all mailbox commands
|
||||
# WITHOUT_TRIVIAL_PASSWORD - disable the check for a password containing
|
||||
# the username
|
||||
#
|
||||
|
||||
CGIBINDIR?= www/cgi-bin.default
|
||||
@ -132,4 +134,12 @@ CONFIGURE_ARGS+= --disable-spamcmd-needs-email
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_CATCHALL)
|
||||
CONFIGURE_ARGS+= --disable-catchall
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_TRIVIAL_PASSWORD)
|
||||
CONFIGURE_ARGS+= --disable-trivial-password
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qmailadmin-1.2.12.tar.gz) = c482d07029ab76b69ea24fcb634d66e5
|
||||
SHA256 (qmailadmin-1.2.12.tar.gz) = 926c6dd91540aed9b011e0c3623ed108acdb5ecc3d6cff8f08731c2f2bba42c4
|
||||
SIZE (qmailadmin-1.2.12.tar.gz) = 400144
|
||||
MD5 (qmailadmin-1.2.13.tar.gz) = cce2865e5b6d735c79d3caa2b8201db6
|
||||
SHA256 (qmailadmin-1.2.13.tar.gz) = 5e363f6bc6f0bb2d7dbac57006e1247dd49065bf24dc7e7c60336ab712d5f68c
|
||||
SIZE (qmailadmin-1.2.13.tar.gz) = 405251
|
||||
|
15
mail/qmailadmin/files/patch-lang-bg
Normal file
15
mail/qmailadmin/files/patch-lang-bg
Normal file
@ -0,0 +1,15 @@
|
||||
Description: Complete the Bulgarian translation by adding three strings.
|
||||
I've already committed this change upstream.
|
||||
Author: Peter Pentchev <roam@FreeBSD.org>
|
||||
Forwarded: http://qmailadmin.cvs.sourceforge.net/viewvc/qmailadmin/qmailadmin/lang/bg?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
|
||||
Last-Update: 2009-09-10
|
||||
|
||||
--- lang/bg.orig
|
||||
+++ lang/bg
|
||||
@@ -283,3 +283,6 @@
|
||||
315 Ïîòðåáèòåëÿò å èçòðèò. Íåâúçìîæíî å äà íàçíà÷à ïðåïðàòêà äî '%s'.
|
||||
316 Ñìåíè ïàðîëà
|
||||
317 Íå ìîæåòå äà èçòðèåòå àêàóíòà postmaster.
|
||||
+318 Íåóñïåøíà ñìÿíà íà ãðóïàòà ÷ðåç setgid(), íàòàòúê å òâúðäå îïàñíî
|
||||
+319 Íåóñïåøíà ñìÿíà íà ïîòðåáèòåëÿ ÷ðåç setuid(), íàòàòúê å òâúðäå îïàñíî
|
||||
+320 Íåâàëèäíà ïàðîëà, ìîæå äà áúäå îòãàòíàòà ëåñíî ÷ðåç ïîòðåáèòåëñêîòî èìå
|
Loading…
Reference in New Issue
Block a user