diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-15 02:03:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-15 02:03:12 +0000 |
commit | 1bf581dbd8de1bebf27d8585392ed7a9c707c689 (patch) | |
tree | cdd5e1c21839fc6a66f8335c5c09f4ab4a0afcbf /mail/qpopper | |
parent | d183c83018a4cd2c3f5eb14e049884fcf5b00ea7 (diff) | |
download | ports-1bf581dbd8de1bebf27d8585392ed7a9c707c689.tar.gz ports-1bf581dbd8de1bebf27d8585392ed7a9c707c689.zip |
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)
Notes
Notes:
svn path=/head/; revision=77126
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 10 | ||||
-rw-r--r-- | mail/qpopper/distinfo | 4 | ||||
-rw-r--r-- | mail/qpopper/files/extra-patch-password::auth_user.c | 10 |
3 files changed, 17 insertions, 7 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 72ef47dd891a..963a967eb45a 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -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 " diff --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo index b7005e4ad2d2..0a58ca6772cf 100644 --- a/mail/qpopper/distinfo +++ b/mail/qpopper/distinfo @@ -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 diff --git a/mail/qpopper/files/extra-patch-password::auth_user.c b/mail/qpopper/files/extra-patch-password::auth_user.c new file mode 100644 index 000000000000..b8a5df715307 --- /dev/null +++ b/mail/qpopper/files/extra-patch-password::auth_user.c @@ -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\""; |