diff options
author | sbd <sbd@pkgsrc.org> | 2012-03-08 06:43:46 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-03-08 06:43:46 +0000 |
commit | db3904f576392ec3ecb2d5c1d71730dda2e9a098 (patch) | |
tree | a4131d6230caf89f538cafaa0ab620ff07b6de6e /sysutils/webmin | |
parent | 433ca3e95981ab5a9ef2eb6324cba0b1ea3b24bd (diff) | |
download | pkgsrc-db3904f576392ec3ecb2d5c1d71730dda2e9a098.tar.gz |
Add a generic-linux entry for linux 3 and up.
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/distinfo | 4 | ||||
-rw-r--r-- | sysutils/webmin/patches/patch-ad | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index 2417479d0e8..0ea5e6cfd92 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2009/04/09 10:15:01 kefren Exp $ +$NetBSD: distinfo,v 1.18 2012/03/08 06:43:46 sbd Exp $ SHA1 (webmin-1.470.tar.gz) = ace7931c33495fb9a1c76500060feb7019d6acbf RMD160 (webmin-1.470.tar.gz) = 58acf6703c6469850837796b2e0cbcdb258cf07f @@ -6,7 +6,7 @@ Size (webmin-1.470.tar.gz) = 14105863 bytes SHA1 (patch-aa) = e1dadeb9bb59a9fd040a0befa1ac06ac20fe4fbf SHA1 (patch-ab) = fa07200462df76af23b9952739388053940c6743 SHA1 (patch-ac) = b69286454a8b07f6eb0aceee95ab1b3e396ceb45 -SHA1 (patch-ad) = cc629f057a8f7895a2ee9a5ffac071b6a52284e4 +SHA1 (patch-ad) = 46ac9ee0d0784c17fcf48be685b8f8e90b9b1e2b SHA1 (patch-ae) = fcbee4c734f80d62bd9ea58af34e730529b86620 SHA1 (patch-af) = 24f130a985ab7d3bdfc7db8d82114e8b107f1574 SHA1 (patch-ag) = a42266da672f6953b837a64185f8f2dfda3f11d1 diff --git a/sysutils/webmin/patches/patch-ad b/sysutils/webmin/patches/patch-ad index 3f1e0e8c88f..fc7a6aba4f7 100644 --- a/sysutils/webmin/patches/patch-ad +++ b/sysutils/webmin/patches/patch-ad @@ -1,6 +1,8 @@ --- os_list.txt.orig 2009-03-18 07:30:26.000000000 +0200 +++ os_list.txt 2009-04-09 12:31:24.000000000 +0300 -@@ -255,19 +255,13 @@ +--- os_list.txt.orig 2009-03-18 05:30:26.000000000 +0000 ++++ os_list.txt +@@ -255,19 +255,13 @@ openmamba Linux $1 openmamba-linux $1 FreeBSD $1 freebsd $1 $uname =~ /FreeBSD.*?\s([0-9]+\.[0-9\.]+)/i # FreeBSD clones @@ -22,3 +24,11 @@ # BSDI (may not be detected properly) BSDI $1 freebsd $1 $uname =~ /BSDI.*\s([0-9\.]+)/i +@@ -325,6 +319,7 @@ Generic Linux 2.4 generic-linux 2.4 `u + Generic Linux 2.5 generic-linux 2.5 `uname -r` =~ /2\.4\./ + Generic Linux 2.6 generic-linux 2.6 `uname -r` =~ /2\.6\./ + Generic Linux 2.7 generic-linux 2.7 `uname -r` =~ /2\.7\./ ++Generic Linux $1 generic-linux $1 `uname -r` =~ /3\.[0-9]+/ + + # Windows + Windows XP windows xp (-d "c:/windows" || -d "c:/winnt") && `ver` =~ /XP/ |