aboutsummaryrefslogtreecommitdiff
path: root/sysutils/system-tools-backends
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-24 06:37:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-24 06:37:56 +0000
commit7dbc8e0d610776aac7449709c08fa1d6f3ae608a (patch)
treead366a9bfde079ff06e831b39881991b42b84443 /sysutils/system-tools-backends
parentc2bf9829e06bede741322ae0974ed6906a0d6847 (diff)
downloadports-7dbc8e0d610776aac7449709c08fa1d6f3ae608a.tar.gz
ports-7dbc8e0d610776aac7449709c08fa1d6f3ae608a.zip
Notes
Diffstat (limited to 'sysutils/system-tools-backends')
-rw-r--r--sysutils/system-tools-backends/Makefile2
-rw-r--r--sysutils/system-tools-backends/files/patch-network.pl.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
index 3207c75a793c..1e2e4537cd61 100644
--- a/sysutils/system-tools-backends/Makefile
+++ b/sysutils/system-tools-backends/Makefile
@@ -7,7 +7,7 @@
PORTNAME= system-tools-backends
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
diff --git a/sysutils/system-tools-backends/files/patch-network.pl.in b/sysutils/system-tools-backends/files/patch-network.pl.in
index 4f1c79702b8d..29bde7d15901 100644
--- a/sysutils/system-tools-backends/files/patch-network.pl.in
+++ b/sysutils/system-tools-backends/files/patch-network.pl.in
@@ -1,11 +1,11 @@
---- network.pl.in.orig Mon Mar 21 03:16:35 2005
-+++ network.pl.in Mon Mar 21 03:19:37 2005
+--- network.pl.in.orig Mon Mar 7 17:33:59 2005
++++ network.pl.in Sun Apr 24 02:36:51 2005
@@ -777,7 +777,7 @@
$types_cache{$dev} = "modem";
}
}
- elsif ($dev =~ /(eth|dc|ed|bfe)[0-9]/)
-+ elsif ($dev =~ /(eth|dc|ed|bfe|em|fxp|bge|de|xl|ixgb|txp|vx|lge|nge|pcn|re|rl|sf|sis|sk|ste|ti|tl|tx|vge|vr|wb|cs|ex|ep|fe|ie|lnc|sn|xe|le|an|awi|wi|ndis|wlaue|axe|cue|kue|rue|fwe|nve)[0-9]/)
++ elsif ($dev =~ /(eth|dc|ed|bfe|em|fxp|bge|de|xl|ixgb|txp|vx|lge|nge|pcn|re|rl|sf|sis|sk|ste|ti|tl|tx|vge|vr|wb|cs|ex|ep|fe|ie|lnc|sn|xe|le|an|awi|wi|ndis|wl|aue|axe|cue|kue|rue|fwe|nve|hme|ath|iwi|ipw|ral|ural|my)[0-9]/)
{
$types_cache{$dev} = "ethernet";
}