diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-11 08:31:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-11 08:31:33 +0800 |
commit | 1c76d5d2a9b3ab873e9173f8c455786c823dbe69 (patch) | |
tree | 2583a845ecd0d338e64408dccc60a4e39fec6a25 | |
parent | c181e09471e5c813b88b5b938c18ccdc3082b249 (diff) | |
download | freebsd-ports-graphics-1c76d5d2a9b3ab873e9173f8c455786c823dbe69.tar.gz freebsd-ports-graphics-1c76d5d2a9b3ab873e9173f8c455786c823dbe69.tar.zst freebsd-ports-graphics-1c76d5d2a9b3ab873e9173f8c455786c823dbe69.zip |
- Update port to version 4.0.2:
o Several fixes
o Improvements to poppassd
o Remove extra-patch since it has been merged into the distribution
Prompted by: Brett Jackson <brett@modlogic.com>, sudz@ns3g.com,
Mars G Miro <mars@cannoncreek.com>
-rw-r--r-- | mail/qpopper/Makefile | 8 | ||||
-rw-r--r-- | mail/qpopper/distinfo | 4 | ||||
-rw-r--r-- | mail/qpopper/files/extra-patch-password::Makefile.in | 11 |
3 files changed, 5 insertions, 18 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 2f183311104..ff8194fddbc 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qpopper -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 4.0.2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/ \ ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/ @@ -18,7 +17,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} .if ${OSVERSION} >= 400014 PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= qpopper4.0.1-ipv6-20010504.diff.gz +PATCHFILES= qpopper4.0.2-ipv6-20010504.diff.gz PATCH_DIST_STRIP= -p1 .endif @@ -73,8 +72,7 @@ CONFIGURE_ARGS+= --enable-debugging # with poppassd support. .if defined(WITH_POPPASSD) CONFIGURE_ARGS+= --enable-poppassd -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-password::Makefile.in \ - ${FILESDIR}/extra-patch-password::poppassd.c +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-password::poppassd.c EPOPPASSD= "" .else EPOPPASSD= "@comment " diff --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo index a4603bf4431..344616a9e39 100644 --- a/mail/qpopper/distinfo +++ b/mail/qpopper/distinfo @@ -1,2 +1,2 @@ -MD5 (qpopper4.0.1.tar.gz) = f65deec571a28ee65fa4604e080d4121 -MD5 (qpopper4.0.1-ipv6-20010504.diff.gz) = a4d5a3d0990517a2e23eb6f026006d19 +MD5 (qpopper4.0.2.tar.gz) = 03665f8342129cfa2ff7526dbdbb03e4 +MD5 (qpopper4.0.2-ipv6-20010504.diff.gz) = a4d5a3d0990517a2e23eb6f026006d19 diff --git a/mail/qpopper/files/extra-patch-password::Makefile.in b/mail/qpopper/files/extra-patch-password::Makefile.in deleted file mode 100644 index 14241848502..00000000000 --- a/mail/qpopper/files/extra-patch-password::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- password/Makefile.in.orig Mon Mar 19 20:26:18 2001 -+++ password/Makefile.in Sat May 5 18:51:06 2001 -@@ -76,7 +76,7 @@ - all: ${poppassd} - - poppassd: ${OBJS} ${common_dir}/libcommon.a -- ${CC} -o poppassd ${OBJS} ${NETWORK_LIBS} \ -+ ${CC} -o poppassd ${OBJS} ${LIBS} \ - ${common_dir}/libcommon.a - - .c.o: |