summaryrefslogtreecommitdiffstats
path: root/security/ipfw2dshield
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2004-11-27 11:20:34 +0000
committersem <sem@FreeBSD.org>2004-11-27 11:20:34 +0000
commit36520f7b512e78ddfec5b6f3e7af6114b224cd65 (patch)
treed14c83b8383a94b7ecd540ccc5259b3c744b5b9d /security/ipfw2dshield
parentf06af786c6cea10a6c89204f91ec7030ca08d147 (diff)
downloadFreeBSD-ports-36520f7b512e78ddfec5b6f3e7af6114b224cd65.zip
FreeBSD-ports-36520f7b512e78ddfec5b6f3e7af6114b224cd65.tar.gz
- Update to 0.5
- Respect PREFIX PR: ports/74337 Submitted by: maintainer
Diffstat (limited to 'security/ipfw2dshield')
-rw-r--r--security/ipfw2dshield/Makefile2
-rw-r--r--security/ipfw2dshield/distinfo4
-rw-r--r--security/ipfw2dshield/files/patch-ipaddr_Makefile11
-rw-r--r--security/ipfw2dshield/files/patch-ipfw2dshield6
-rw-r--r--security/ipfw2dshield/files/patch-strpdate_Makefile11
5 files changed, 28 insertions, 6 deletions
diff --git a/security/ipfw2dshield/Makefile b/security/ipfw2dshield/Makefile
index 50937dc..6c87a82 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 92ddd59..bda1dda 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 0000000..6924624
--- /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 b57625f..a959577 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 0000000..f64dfdc
--- /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
OpenPOWER on IntegriCloud