summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2006-10-22 21:17:41 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2006-10-22 21:17:41 +0000
commit26aaaa8a8d9546b7973ae5bb392756e52e8577c0 (patch)
tree47becab40e499ba2c98d15227862091aba8ce7fb /net-firewall
parentAdded Jurek Bartuszek <jurek@gentoo.org> to dev-dotnet/xsp metadata.xml (diff)
downloadgentoo-2-26aaaa8a8d9546b7973ae5bb392756e52e8577c0.tar.gz
gentoo-2-26aaaa8a8d9546b7973ae5bb392756e52e8577c0.tar.bz2
gentoo-2-26aaaa8a8d9546b7973ae5bb392756e52e8577c0.zip
Added support for FreeBSD 6.2.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/pftop/ChangeLog5
-rw-r--r--net-firewall/pftop/pftop-0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/pftop/ChangeLog b/net-firewall/pftop/ChangeLog
index 0b3f89b0f0a5..9a02b8d65e50 100644
--- a/net-firewall/pftop/ChangeLog
+++ b/net-firewall/pftop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/pftop
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v 1.2 2006/05/01 01:28:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/ChangeLog,v 1.3 2006/10/22 21:17:41 the_paya Exp $
+
+ 22 Oct 2006; Javier Villavicencio <the_paya@gentoo.org> pftop-0.5.ebuild:
+ Add support for FreeBSD 6.2.
01 May 2006; Diego Pettenò <flameeyes@gentoo.org> pftop-0.5.ebuild:
Add support for FreeBSD 6.1.
diff --git a/net-firewall/pftop/pftop-0.5.ebuild b/net-firewall/pftop/pftop-0.5.ebuild
index bd4866e77332..ddee3fd57004 100644
--- a/net-firewall/pftop/pftop-0.5.ebuild
+++ b/net-firewall/pftop/pftop-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 2006-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.5.ebuild,v 1.2 2006/05/01 01:28:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.5.ebuild,v 1.3 2006/10/22 21:17:41 the_paya Exp $
inherit bsdmk
DESCRIPTION="Pftop: curses-based utility for real-time display of active states and rule statistics for pf"
@@ -27,7 +27,7 @@ src_compile() {
OSLEVEL=${obsdver//.}
;;
*-freebsd5.[34]) OSLEVEL=35 ;;
- *-freebsd6.[01]) OSLEVEL=37 ;;
+ *-freebsd6.[012]) OSLEVEL=37 ;;
*)
die "Your OS/Version is not supported (${CHOST}), please report."
;;