svn commit: r389685 - head/sysutils/hal

Alberto Villa avilla at FreeBSD.org
Mon Jun 15 11:33:06 UTC 2015


Author: avilla
Date: Mon Jun 15 11:33:05 2015
New Revision: 389685
URL: https://svnweb.freebsd.org/changeset/ports/389685

Log:
  sysutils/hal: add missing /var/lib to plist
  
  Meanwhile, rewrite plist to use '@dir' instead of '@exec mkdir', and
  remove deprecated '@dirrm'.
  
  PR:		199984
  Approved by:	gnome (maintainer timeout)
  MFH:		2015Q2

Modified:
  head/sysutils/hal/Makefile
  head/sysutils/hal/pkg-plist

Modified: head/sysutils/hal/Makefile
==============================================================================
--- head/sysutils/hal/Makefile	Mon Jun 15 11:25:28 2015	(r389684)
+++ head/sysutils/hal/Makefile	Mon Jun 15 11:33:05 2015	(r389685)
@@ -4,7 +4,7 @@
 
 PORTNAME=	hal
 DISTVERSION=	0.5.14
-PORTREVISION=	28
+PORTREVISION=	29
 CATEGORIES=	sysutils
 MASTER_SITES=	http://hal.freedesktop.org/releases/
 

Modified: head/sysutils/hal/pkg-plist
==============================================================================
--- head/sysutils/hal/pkg-plist	Mon Jun 15 11:25:28 2015	(r389684)
+++ head/sysutils/hal/pkg-plist	Mon Jun 15 11:33:05 2015	(r389685)
@@ -9,9 +9,6 @@ bin/hal-is-caller-privileged
 bin/hal-lock
 bin/hal-set-property
 bin/lshal
- at exec mkdir -p %D/etc/hal/fdi/preprobe
- at exec mkdir -p %D/etc/hal/fdi/policy
- at exec mkdir -p %D/etc/hal/fdi/information
 include/hal/libhal-storage.h
 include/hal/libhal.h
 lib/libhal-storage.a
@@ -94,7 +91,6 @@ share/PolicyKit/policy/org.freedesktop.h
 %%DATADIR%%/dist/hal.conf
 %%DATADIR%%/fdi/fdi.dtd
 %%DATADIR%%/fdi/information/10freedesktop/01-deprecated-keys.fdi
- at exec mkdir -p %D/%%DATADIR%%/fdi/information/20thirdparty
 %%DATADIR%%/fdi/policy/10osvendor/10-dockstation.fdi
 %%DATADIR%%/fdi/policy/10osvendor/10-input-policy.fdi
 %%DATADIR%%/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi
@@ -108,35 +104,18 @@ share/PolicyKit/policy/org.freedesktop.h
 %%DATADIR%%/fdi/policy/10osvendor/20-storage-methods.fdi
 %%DATADIR%%/fdi/policy/10osvendor/30-wol.fdi
 %%DATADIR%%/mount-fuse
- at exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty
- at exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor
- at exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty
- at dirrm %%DATADIR%%/fdi/preprobe/20thirdparty
- at dirrm %%DATADIR%%/fdi/preprobe/10osvendor
- at dirrm %%DATADIR%%/fdi/preprobe
- at dirrm %%DATADIR%%/fdi/policy/20thirdparty
- at dirrm %%DATADIR%%/fdi/policy/10osvendor
- at dirrm %%DATADIR%%/fdi/policy
- at dirrm %%DATADIR%%/fdi/information/20thirdparty
- at dirrm %%DATADIR%%/fdi/information/10freedesktop
- at dirrm %%DATADIR%%/fdi/information
- at dirrm %%DATADIR%%/fdi
- at dirrm %%DATADIR%%/dist
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm libexec/hal/scripts/freebsd
- at dirrm libexec/hal/scripts
- at dirrm libexec/hal
- at dirrm include/hal
- at dirrm etc/hal/fdi/preprobe
- at dirrm etc/hal/fdi/policy
- at dirrm etc/hal/fdi/information
- at dirrm etc/hal/fdi
- at dirrm etc/hal
 @unexec rm -f /var/lib/PolicyKit/user-haldaemon.auths 2>/dev/null || true
 @unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true
- at unexec rmdir /var/run/hald/hald-local 2>/dev/null || true
- at unexec rmdir /var/run/hald/hald-runner 2>/dev/null || true
- at unexec rmdir /var/run/hald 2>/dev/null || true
- at unexec rmdir /var/cache/hald 2>/dev/null || true
- at unexec rmdir /var/lib/hal 2>/dev/null || true
+ at dir etc/hal/fdi/information
+ at dir etc/hal/fdi/policy
+ at dir etc/hal/fdi/preprobe
+ at dir %%DATADIR%%/fdi/information/20thirdparty
+ at dir %%DATADIR%%/fdi/policy/20thirdparty
+ at dir %%DATADIR%%/fdi/preprobe/10osvendor
+ at dir %%DATADIR%%/fdi/preprobe/20thirdparty
+ at dir /var/cache/hald
+ at dir /var/lib/hal
+ at dir /var/lib
+ at dir /var/run/hald/hald-local
+ at dir /var/run/hald/hald-runner
+ at dir /var/run/hald


More information about the svn-ports-all mailing list