diff options
author | steve <steve@FreeBSD.org> | 2000-12-11 11:17:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-12-11 11:17:04 +0800 |
commit | 63b805874c431bc450ac200b7837f161be4ec80b (patch) | |
tree | 12d6236361dd258eb90785af11828dda65d13d14 /mail/qpopper | |
parent | fd30919b9059f010497bd9b17e79cd1d26b3f6a1 (diff) | |
download | freebsd-ports-gnome-63b805874c431bc450ac200b7837f161be4ec80b.tar.gz freebsd-ports-gnome-63b805874c431bc450ac200b7837f161be4ec80b.tar.zst freebsd-ports-gnome-63b805874c431bc450ac200b7837f161be4ec80b.zip |
Update to version 3.1.2.
PR: 23389
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 42 | ||||
-rw-r--r-- | mail/qpopper/distinfo | 2 |
2 files changed, 20 insertions, 24 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index d41165d752d4..6303fa29d7da 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -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 @@ DISTNAME= ${PORTNAME}${PORTVERSION} 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 --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo index 19abf2ae638c..2923a180638e 100644 --- a/mail/qpopper/distinfo +++ b/mail/qpopper/distinfo @@ -1 +1 @@ -MD5 (qpopper3.1.tar.gz) = 1d4c39dd333099bd49923801ec6bfdb1 +MD5 (qpopper3.1.2.tar.gz) = b7776c45b94bd1b937ae8ad3559da45d |