diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-08-01 18:30:27 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-08-01 18:30:27 +0000 |
commit | d3beccfcf2e04c7be8a725a98f53106493b5a435 (patch) | |
tree | 5804ca65e9de590876efdda216458bceb4f0cc34 /mail/qpopper/Makefile | |
parent | b8e36b418fee5cee76e8e9f65fa6b837d38b6ac7 (diff) | |
download | ports-d3beccfcf2e04c7be8a725a98f53106493b5a435.tar.gz ports-d3beccfcf2e04c7be8a725a98f53106493b5a435.zip |
Notes
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r-- | mail/qpopper/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 9d73b4bcb5d4..295233fb6df1 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -7,6 +7,7 @@ PORTNAME= qpopper PORTVERSION= 4.0.9 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ http://core.ring.gr.jp/archives/net/mail/qpopper/ @@ -63,11 +64,11 @@ OPTIONS= APOP_ONLY "build with APOP authentication only" off \ WITHOUT_IPV6= yes .endif -# .if !defined(WITHOUT_IPV6) -# PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -# PATCHFILES= qpopper4.0.8-ipv6-20050515.diff.gz -# PATCH_DIST_STRIP= -p1 -# .endif +.if !defined(WITHOUT_IPV6) +PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ +PATCHFILES= qpopper4.0.9-ipv6-20060626.diff.gz +PATCH_DIST_STRIP= -p1 +.endif .if defined(WITHOUT_APOP) QPOPAUTH= "@comment " |