diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-27 11:20:34 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-27 11:20:34 +0000 |
commit | 4082ca1e8a97c50c1680b4a072af2dc025b55fd4 (patch) | |
tree | b47356d01d3a98035ca7030186513102fca0ac1f /security/ipfw2dshield | |
parent | f62d42e5542ef7509fb178258f6961941c26bd91 (diff) | |
download | ports-4082ca1e8a97c50c1680b4a072af2dc025b55fd4.tar.gz ports-4082ca1e8a97c50c1680b4a072af2dc025b55fd4.zip |
Notes
Diffstat (limited to 'security/ipfw2dshield')
-rw-r--r-- | security/ipfw2dshield/Makefile | 2 | ||||
-rw-r--r-- | security/ipfw2dshield/distinfo | 4 | ||||
-rw-r--r-- | security/ipfw2dshield/files/patch-ipaddr_Makefile | 11 | ||||
-rw-r--r-- | security/ipfw2dshield/files/patch-ipfw2dshield | 6 | ||||
-rw-r--r-- | security/ipfw2dshield/files/patch-strpdate_Makefile | 11 |
5 files changed, 28 insertions, 6 deletions
diff --git a/security/ipfw2dshield/Makefile b/security/ipfw2dshield/Makefile index 50937dcadecb..6c87a821983b 100644 --- a/security/ipfw2dshield/Makefile +++ b/security/ipfw2dshield/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipfw2dshield -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://www.dynamical-systems.org/ipfw/ diff --git a/security/ipfw2dshield/distinfo b/security/ipfw2dshield/distinfo index 92ddd59b5d53..bda1ddaa6567 100644 --- a/security/ipfw2dshield/distinfo +++ b/security/ipfw2dshield/distinfo @@ -1,2 +1,2 @@ -MD5 (ipfw2dshield-0.4.tar.gz) = c1a6d93170e4d8d390ab09a196e7b095 -SIZE (ipfw2dshield-0.4.tar.gz) = 16871 +MD5 (ipfw2dshield-0.5.tar.gz) = a8cf7c02289877152643374cd105a95d +SIZE (ipfw2dshield-0.5.tar.gz) = 17225 diff --git a/security/ipfw2dshield/files/patch-ipaddr_Makefile b/security/ipfw2dshield/files/patch-ipaddr_Makefile new file mode 100644 index 000000000000..692462426805 --- /dev/null +++ b/security/ipfw2dshield/files/patch-ipaddr_Makefile @@ -0,0 +1,11 @@ +--- ipaddr/Makefile.orig Fri Feb 15 12:39:34 2002 ++++ ipaddr/Makefile Sat Nov 27 03:40:11 2004 +@@ -27,7 +27,7 @@ + CC = cc + CFLAGS = -O2 -Wall + +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + + SRCS = ipaddr.c diff --git a/security/ipfw2dshield/files/patch-ipfw2dshield b/security/ipfw2dshield/files/patch-ipfw2dshield index b57625f0667c..a9595771bd5c 100644 --- a/security/ipfw2dshield/files/patch-ipfw2dshield +++ b/security/ipfw2dshield/files/patch-ipfw2dshield @@ -1,6 +1,6 @@ ---- ipfw2dshield.orig Sat May 29 16:26:59 2004 -+++ ipfw2dshield Tue Jun 8 23:11:07 2004 -@@ -247,7 +247,8 @@ +--- ipfw2dshield.orig Sat Oct 9 10:53:48 2004 ++++ ipfw2dshield Wed Nov 24 21:46:41 2004 +@@ -279,7 +279,8 @@ fi # Suck in the config file. diff --git a/security/ipfw2dshield/files/patch-strpdate_Makefile b/security/ipfw2dshield/files/patch-strpdate_Makefile new file mode 100644 index 000000000000..f64dfdcbe6e5 --- /dev/null +++ b/security/ipfw2dshield/files/patch-strpdate_Makefile @@ -0,0 +1,11 @@ +--- strpdate/Makefile.orig Wed May 12 09:14:36 2004 ++++ strpdate/Makefile Sat Nov 27 03:40:53 2004 +@@ -27,7 +27,7 @@ + CC = cc + CFLAGS = -O2 -Wall + +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + + SRCS = strpdate.c |