summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ucspi-tcp/Makefile4
-rw-r--r--net/ucspi-tcp/distinfo11
-rw-r--r--net/ucspi-tcp/options.mk14
3 files changed, 23 insertions, 6 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile
index 16c960deebd..14b00fe3004 100644
--- a/net/ucspi-tcp/Makefile
+++ b/net/ucspi-tcp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2007/01/07 09:14:07 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2007/02/02 13:00:36 schmonz Exp $
DISTNAME= ucspi-tcp-0.88
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils net
MASTER_SITES= http://cr.yp.to/ucspi-tcp/ ftp://cr.yp.to/ucspi-tcp/
DISTFILES= ${DISTNAME}.tar.gz ${MANPAGES}
diff --git a/net/ucspi-tcp/distinfo b/net/ucspi-tcp/distinfo
index 85e97d3f2ee..ba19edcd6ab 100644
--- a/net/ucspi-tcp/distinfo
+++ b/net/ucspi-tcp/distinfo
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.6 2005/04/09 22:44:15 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2007/02/02 13:00:36 schmonz Exp $
-SHA1 (ucspi-tcp-0.88.tar.gz) = 793b4189795b563085602c030dd8aa0d206ddc0e
-RMD160 (ucspi-tcp-0.88.tar.gz) = eb20085ea6ffd5d137a805f7c8768e0312c1f56a
-Size (ucspi-tcp-0.88.tar.gz) = 53019 bytes
+SHA1 (rblsmtpd-nodefaultrbl.patch) = 5d6048b5928257c13ff5cbcddb40ed0eee9997c0
+RMD160 (rblsmtpd-nodefaultrbl.patch) = fa93dd4522ccc77c5b43d0a79f741ae2ab54f075
+Size (rblsmtpd-nodefaultrbl.patch) = 822 bytes
SHA1 (ucspi-tcp-0.88-man-20020317.tar.gz) = 7b2507ff1b49917b44ee64af5995a94a50effd44
RMD160 (ucspi-tcp-0.88-man-20020317.tar.gz) = 6285882adea8f3c1f700ef82bec0d34078dfa559
Size (ucspi-tcp-0.88-man-20020317.tar.gz) = 7562 bytes
+SHA1 (ucspi-tcp-0.88.tar.gz) = 793b4189795b563085602c030dd8aa0d206ddc0e
+RMD160 (ucspi-tcp-0.88.tar.gz) = eb20085ea6ffd5d137a805f7c8768e0312c1f56a
+Size (ucspi-tcp-0.88.tar.gz) = 53019 bytes
diff --git a/net/ucspi-tcp/options.mk b/net/ucspi-tcp/options.mk
new file mode 100644
index 00000000000..49f6796dd33
--- /dev/null
+++ b/net/ucspi-tcp/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2007/02/02 13:00:36 schmonz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.ucspi-tcp
+PKG_SUPPORTED_OPTIONS+= ucspi-tcp-nodefaultrbl
+PKG_SUGGESTED_OPTIONS+= ucspi-tcp-nodefaultrbl
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mucspi-tcp-nodefaultrbl)
+NODEFAULTRBL_PATCH= rblsmtpd-nodefaultrbl.patch
+PATCHFILES+= ${NODEFAULTRBL_PATCH}
+SITES.${NODEFAULTRBL_PATCH}= http://pyropus.ca/software/misc/
+PATCH_DIST_STRIP.${NODEFAULTRBL_PATCH}= -p1
+.endif