Update to 4.0.5
PR: 49988 Submitted by: Mike Tancsa <mike@sentex.net>, Xin LI delphij@frontfree.net <delphij@hotmail.com> Approved by: portmgr (kris, self)
This commit is contained in:
parent
d183c83018
commit
1bf581dbd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77126
3 changed files with 17 additions and 7 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qpopper
|
||||
PORTVERSION= 4.0.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.0.5
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . old
|
||||
|
@ -17,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
|||
|
||||
.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6)
|
||||
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
PATCHFILES= qpopper4.0.4-ipv6-20020502.diff.gz
|
||||
PATCHFILES= qpopper4.0.5-ipv6-20030313.diff.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
.endif
|
||||
|
||||
|
@ -27,7 +26,7 @@ COMMENT= Berkeley POP 3 server (now maintained by Qualcomm)
|
|||
USE_AUTOCONF= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-lmd -lutil -L${LOCALBASE}/lib" \
|
||||
CONFIGURE_ENV= LIBS="-lcrypt -lmd -lutil -L${LOCALBASE}/lib" \
|
||||
OS_DEFS="-DSETPROCTITLE ${OS_DEFS}"
|
||||
CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth \
|
||||
--enable-nonauth-file=${POPUSERS_FILE} \
|
||||
|
@ -125,7 +124,8 @@ CONFIGURE_ARGS+= --with-pam=pop3
|
|||
# with poppassd support.
|
||||
.if defined(WITH_POPPASSD)
|
||||
CONFIGURE_ARGS+= --enable-poppassd
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-password::poppassd.c
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-password::poppassd.c \
|
||||
${FILESDIR}/extra-patch-password::auth_user.c
|
||||
EPOPPASSD= ""
|
||||
.else
|
||||
EPOPPASSD= "@comment "
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (qpopper4.0.4.tar.gz) = 77f0968cd10b0d5236114838d9f507e5
|
||||
MD5 (qpopper4.0.4-ipv6-20020502.diff.gz) = 62f6b065a040e3fbc31a720746b9efae
|
||||
MD5 (qpopper4.0.5.tar.gz) = e00853280c9e899711f0b0239d3d8f86
|
||||
MD5 (qpopper4.0.5-ipv6-20030313.diff.gz) = 1d4b68ab55b95fb1d12528c505f24e5a
|
||||
|
|
10
mail/qpopper/files/extra-patch-password::auth_user.c
Normal file
10
mail/qpopper/files/extra-patch-password::auth_user.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- password/auth_user.c.orig Fri Mar 14 00:39:42 2003
|
||||
+++ password/auth_user.c Fri Mar 14 00:40:02 2003
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
|
||||
+#undef SPEC_POP_AUTH
|
||||
|
||||
|
||||
static const char *ERRMSG_PW = "Password mismatch for user \"%s\"";
|
Loading…
Reference in a new issue