Date: Fri, 8 Dec 2000 10:34:04 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23389: Update port: mail/qpopper to 3.1.2 Message-ID: <200012081834.eB8IY4g81712@freefall.freebsd.org> Resent-Message-ID: <200012081840.eB8Ie2H82544@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23389 >Category: ports >Synopsis: Update port: mail/qpopper to 3.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 08 10:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.1.2 No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/qpopper/Makefile mail/qpopper/Makefile --- /usr/ports/mail/qpopper/Makefile Thu Nov 2 19:51:09 2000 +++ mail/qpopper/Makefile Sat Dec 9 01:22:51 2000 @@ -6,7 +6,7 @@ # PORTNAME= qpopper -PORTVERSION= 3.1 +PORTVERSION= 3.1.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ ftp://ftp.gmxuk.net/pub/qpopper/ \ @@ -16,44 +16,40 @@ MAINTAINER= jeff@isni.net -# If APOP_ONLY variable present in the environment, popper builds -# with APOP authentification only. -# -# If FULL_POPD_DEBUG variable present in the environment, popper builds -# with more verbose debugging. - -.if defined(APOP_ONLY) -OS_DEFS+= -DAPOP_ONLY -.endif - GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lmd -lutil" \ - OS_DEFS="-DSETPROCTITLE -DBSD44_DBM ${OS_DEFS}" + OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth \ --enable-nonauth-file=/etc/ftpusers \ --with-apopuid=pop \ --enable-keep-temp-drop -# Set FULL_POPD_DEBUG for debug-mode. See also -d option to popper -.if defined(FULL_POPD_DEBUG) -CONFIGURE_ARGS+=--enable-debugging +MAN8= qpopauth.8 qpopper.8 + +# If APOP_ONLY variable present in the environment, qpopper builds +# with APOP authentification only. +.if defined(APOP_ONLY) +OS_DEFS+= -DAPOP_ONLY .endif -MAN8= qpopauth.8 qpopper.8 +# If FULL_POPD_DEBUG variable present in the environment, qpopper builds +# with more verbose debugging. See also -d option to qpopper +.if defined(FULL_POPD_DEBUG) +CONFIGURE_ARGS+= --enable-debugging +.endif post-patch: - @$(RM) -f ${WRKSRC}/popper/md5.h + @${RM} -f ${WRKSRC}/popper/md5.h @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/man/* do-install: - cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} popper/popauth ${PREFIX}/bin/qpopauth && \ - ${INSTALL_PROGRAM} popper/popper ${PREFIX}/libexec/qpopper && \ - ${INSTALL_MAN} man/popauth.8 ${PREFIX}/man/man8/qpopauth.8 && \ - ${INSTALL_MAN} man/popper.8 ${PREFIX}/man/man8/qpopper.8 + ${INSTALL_PROGRAM} ${WRKSRC}/popper/popauth ${PREFIX}/bin/qpopauth + ${INSTALL_PROGRAM} ${WRKSRC}/popper/popper ${PREFIX}/libexec/qpopper + ${INSTALL_MAN} ${WRKSRC}/man/popauth.8 ${MANPREFIX}/man/man8/qpopauth.8 + ${INSTALL_MAN} ${WRKSRC}/man/popper.8 ${MANPREFIX}/man/man8/qpopper.8 ${LN} -sf ${PREFIX}/bin/qpopauth ${PREFIX}/bin/qapopauth post-install: - @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} + @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE} .include <bsd.port.mk> diff -urN /usr/ports/mail/qpopper/distinfo mail/qpopper/distinfo --- /usr/ports/mail/qpopper/distinfo Thu Oct 12 03:18:53 2000 +++ mail/qpopper/distinfo Fri Nov 24 23:27:41 2000 @@ -1 +1 @@ -MD5 (qpopper3.1.tar.gz) = 1d4c39dd333099bd49923801ec6bfdb1 +MD5 (qpopper3.1.2.tar.gz) = b7776c45b94bd1b937ae8ad3559da45d diff -urN /usr/ports/mail/qpopper/pkg-message mail/qpopper/pkg-message --- /usr/ports/mail/qpopper/pkg-message Thu Nov 2 19:51:12 2000 +++ mail/qpopper/pkg-message Fri Nov 24 23:54:30 2000 @@ -2,6 +2,6 @@ **************************************************************************** To enable the qpopper-daemon, add the following line to your /etc/inetd.conf: - pop3 stream tcp nowait root %%PREFIX%%/libexec/qpopper qpopper -s + pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper -s **************************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012081834.eB8IY4g81712>