summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-18 06:31:58 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-18 06:31:58 +0800
commiteec509a3078d403c1bb7d5a1bae5957a455a428a (patch)
tree5752c568a58b5ae7128dd96a242fa2711a02e039
parent76e4547e4672cdf78a1a5bc6b4c297ea01dbd77f (diff)
downloadmarcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.tar
marcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.tar.gz
marcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.tar.bz2
marcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.tar.lz
marcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.tar.xz
marcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.tar.zst
marcuscom-ports-eec509a3078d403c1bb7d5a1bae5957a455a428a.zip
Update to 20080317.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10768 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--sysutils/hal-info/Makefile4
-rw-r--r--sysutils/hal-info/distinfo6
-rw-r--r--sysutils/hal-info/files/patch-configure94
-rw-r--r--sysutils/hal-info/pkg-plist2
4 files changed, 63 insertions, 43 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile
index 70cf0b69e..a11366a07 100644
--- a/sysutils/hal-info/Makefile
+++ b/sysutils/hal-info/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal-info/Makefile,v 1.1 2008/01/26 05:55:05 marcus Exp $
+# $MCom: ports/sysutils/hal-info/Makefile,v 1.2 2008/03/15 18:38:57 marcus Exp $
#
PORTNAME= hal-info
-PORTVERSION= 20080313
+PORTVERSION= 20080317
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
diff --git a/sysutils/hal-info/distinfo b/sysutils/hal-info/distinfo
index 90b81e605..a058eaa17 100644
--- a/sysutils/hal-info/distinfo
+++ b/sysutils/hal-info/distinfo
@@ -1,3 +1,3 @@
-MD5 (hal-info-20080313.tar.gz) = a391649c5d5baa1a8998b2e1c1ad6464
-SHA256 (hal-info-20080313.tar.gz) = 120e6b8019b5d608038d8f9a5a14bb97c4162b803118bb8530d9735d65b553a9
-SIZE (hal-info-20080313.tar.gz) = 185804
+MD5 (hal-info-20080317.tar.gz) = 4cde7ff94f660879c44da17eb525edfd
+SHA256 (hal-info-20080317.tar.gz) = b6e3c45cb7929ed66eb154f28b7f89b6e36a9a6645a37f583f8b7c7e29322405
+SIZE (hal-info-20080317.tar.gz) = 184704
diff --git a/sysutils/hal-info/files/patch-configure b/sysutils/hal-info/files/patch-configure
index 26f9ab64a..0a7007324 100644
--- a/sysutils/hal-info/files/patch-configure
+++ b/sysutils/hal-info/files/patch-configure
@@ -1,65 +1,83 @@
---- configure.orig 2008-01-25 20:29:55.000000000 -0500
-+++ configure 2008-01-25 20:30:12.000000000 -0500
-@@ -3479,7 +3479,7 @@ fi
-
-
-
--if test x$enable_recall == xyes; then
-+if test x$enable_recall = xyes; then
+--- configure.orig 2008-03-17 18:27:34.000000000 -0400
++++ configure 2008-03-17 18:28:11.000000000 -0400
+@@ -3436,7 +3436,7 @@ else
+ enable_recall=yes
+ fi
+
+- if test x$enable_recall == xyes; then
++ if test x$enable_recall = xyes; then
BUILD_RECALL_TRUE=
BUILD_RECALL_FALSE='#'
else
-@@ -3497,7 +3497,7 @@ fi
-
-
+@@ -3452,7 +3452,7 @@ else
+ enable_video=yes
+ fi
--if test x$enable_video == xyes; then
-+if test x$enable_video = xyes; then
+- if test x$enable_video == xyes; then
++ if test x$enable_video = xyes; then
BUILD_VIDEO_TRUE=
BUILD_VIDEO_FALSE='#'
else
-@@ -3515,7 +3515,7 @@ fi
+@@ -3468,7 +3468,7 @@ else
+ enable_keymaps=yes
+ fi
-
-
--if test x$enable_keymaps == xyes; then
-+if test x$enable_keymaps = xyes; then
+- if test x$enable_keymaps == xyes; then
++ if test x$enable_keymaps = xyes; then
BUILD_KEYMAPS_TRUE=
BUILD_KEYMAPS_FALSE='#'
else
-@@ -3533,7 +3533,7 @@ fi
-
-
+@@ -3484,7 +3484,7 @@ else
+ enable_killswitch_dell_wlan=yes
+ fi
--if test x$enable_killswitch_dell_wlan == xyes; then
-+if test x$enable_killswitch_dell_wlan = xyes; then
+- if test x$enable_killswitch_dell_wlan == xyes; then
++ if test x$enable_killswitch_dell_wlan = xyes; then
BUILD_KILLSWITCH_DELL_WLAN_TRUE=
BUILD_KILLSWITCH_DELL_WLAN_FALSE='#'
else
-@@ -3551,7 +3551,7 @@ fi
+@@ -3500,7 +3500,7 @@ else
+ enable_killswitch_dell_bluetooth=yes
+ fi
-
-
--if test x$enable_killswitch_dell_bluetooth == xyes; then
-+if test x$enable_killswitch_dell_bluetooth = xyes; then
+- if test x$enable_killswitch_dell_bluetooth == xyes; then
++ if test x$enable_killswitch_dell_bluetooth = xyes; then
BUILD_KILLSWITCH_DELL_BLUETOOTH_TRUE=
BUILD_KILLSWITCH_DELL_BLUETOOTH_FALSE='#'
else
-@@ -3569,7 +3569,7 @@ fi
-
-
+@@ -3516,7 +3516,7 @@ else
+ enable_killswitch_dell_wwan=yes
+ fi
+
+- if test x$enable_killswitch_dell_wwan == xyes; then
++ if test x$enable_killswitch_dell_wwan = xyes; then
+ BUILD_KILLSWITCH_DELL_WWAN_TRUE=
+ BUILD_KILLSWITCH_DELL_WWAN_FALSE='#'
+ else
+@@ -3532,7 +3532,7 @@ else
+ enable_killswitch_sony_bluetooth=yes
+ fi
--if test x$enable_killswitch_sony_bluetooth == xyes; then
-+if test x$enable_killswitch_sony_bluetooth = xyes; then
+- if test x$enable_killswitch_sony_bluetooth == xyes; then
++ if test x$enable_killswitch_sony_bluetooth = xyes; then
BUILD_KILLSWITCH_SONY_BLUETOOTH_TRUE=
BUILD_KILLSWITCH_SONY_BLUETOOTH_FALSE='#'
else
-@@ -3587,7 +3587,7 @@ fi
-
-
+@@ -3548,7 +3548,7 @@ else
+ enable_killswitch_thinkpad_bluetooth=yes
+ fi
+
+- if test x$enable_killswitch_thinkpad_bluetooth == xyes; then
++ if test x$enable_killswitch_thinkpad_bluetooth = xyes; then
+ BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_TRUE=
+ BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_FALSE='#'
+ else
+@@ -3564,7 +3564,7 @@ else
+ enable_killswitch_ipw_wlan=yes
+ fi
--if test x$enable_killswitch_ipw_wlan == xyes; then
-+if test x$enable_killswitch_ipw_wlan = xyes; then
+- if test x$enable_killswitch_ipw_wlan == xyes; then
++ if test x$enable_killswitch_ipw_wlan = xyes; then
BUILD_KILLSWITCH_IPW_WLAN_TRUE=
BUILD_KILLSWITCH_IPW_WLAN_FALSE='#'
else
diff --git a/sysutils/hal-info/pkg-plist b/sysutils/hal-info/pkg-plist
index 6aa3865ff..b48a5514f 100644
--- a/sysutils/hal-info/pkg-plist
+++ b/sysutils/hal-info/pkg-plist
@@ -2,6 +2,7 @@ share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi
share/hal/fdi/information/10freedesktop/10-cd-dvd-burner.fdi
share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-bluetooth.fdi
share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi
+share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wwan.fdi
share/hal/fdi/information/10freedesktop/10-ipw-rfkill-switch.fdi
share/hal/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
share/hal/fdi/information/10freedesktop/10-modem.fdi
@@ -12,6 +13,7 @@ share/hal/fdi/information/10freedesktop/10-recall-battery-ibm.fdi
share/hal/fdi/information/10freedesktop/10-recall-battery-lenovo.fdi
share/hal/fdi/information/10freedesktop/10-recall-battery-toshiba.fdi
share/hal/fdi/information/10freedesktop/10-sony-bluetooth-switch.fdi
+share/hal/fdi/information/10freedesktop/10-thinkpad-rfkill-switch-bluetooth.fdi
share/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi
share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi
share/hal/fdi/information/10freedesktop/10-usb-pda.fdi