udev: update to 137. Less changes by default to have a working setup.

--HG--
extra : convert_revision : d71a3e8cd4ad0a0cb944a64c5eef688b331f5781
This commit is contained in:
Juan RP 2009-01-27 12:34:58 +01:00
parent b70527d4d1
commit d6d8c91d8d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'udev' # Template file for 'udev'
pkgname=udev pkgname=udev
udev_distver="135" udev_distver="137"
version=1.35 version=1.37
wrksrc="udev-$udev_distver" wrksrc="udev-$udev_distver"
distfiles=" distfiles="
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-${udev_distver}.tar.bz2" http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-${udev_distver}.tar.bz2"
@ -10,7 +10,7 @@ configure_args="--exec-prefix= --without-selinux --mandir=/usr/share/man"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install" make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="A userspace implementation of devfs" short_desc="A userspace implementation of devfs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=acbb5e7d322253ed242f28fbc1974bd34a4da7c29275e17cd5b32b38b2a5c849 checksum=1aaa46da688f54f6d3b6ab727d82d011898b473952b74e812e174dd477602ebc
long_desc=" long_desc="
udev is a implementation of devfs in userspace using sysfs and udev is a implementation of devfs in userspace using sysfs and
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly." /sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."