diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-10 05:08:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-10 05:08:31 +0000 |
commit | ea5db02ee1d16b9ac56c257040c01696c9e85510 (patch) | |
tree | 07f622d0461c718194e334fa6d1334fa5ce8908c /mail/cucipop | |
parent | b0ac4851e28be7b2bc740a52911cb709627fd3de (diff) | |
download | ports-ea5db02ee1d16b9ac56c257040c01696c9e85510.tar.gz ports-ea5db02ee1d16b9ac56c257040c01696c9e85510.zip |
Notes
Diffstat (limited to 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 12 | ||||
-rw-r--r-- | mail/cucipop/distinfo | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 2a394760c3c8..65bb2dec3034 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -10,13 +10,23 @@ PORTNAME= cucipop PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400014 +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ + ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ +PATCHFILES= cucipop-1.31-v6-20010128.diff.gz +PATCH_DIST_STRIP= -p1 +.endif + #BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db MAINTAINER= vanilla@FreeBSD.org MAN8= cucipop.8 #makevpopdb.8 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/cucipop/distinfo b/mail/cucipop/distinfo index 735020bd97e5..e9a7ba8a4c15 100644 --- a/mail/cucipop/distinfo +++ b/mail/cucipop/distinfo @@ -1 +1,2 @@ MD5 (cucipop-1.31.tar.gz) = e4dc7c3c6e3a4a83dde5cbbe21fee5f8 +MD5 (cucipop-1.31-v6-20010128.diff.gz) = 4f1c19bdf1a8bee1fb480306b4b64768 |