Date: Mon, 15 Jun 2015 11:46:32 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389687 - branches/2015Q2/sysutils/hal Message-ID: <201506151146.t5FBkWSn075149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Mon Jun 15 11:46:31 2015 New Revision: 389687 URL: https://svnweb.freebsd.org/changeset/ports/389687 Log: MFH: r389685 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) Approved by: portmgr Modified: branches/2015Q2/sysutils/hal/Makefile branches/2015Q2/sysutils/hal/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/hal/Makefile ============================================================================== --- branches/2015Q2/sysutils/hal/Makefile Mon Jun 15 11:37:56 2015 (r389686) +++ branches/2015Q2/sysutils/hal/Makefile Mon Jun 15 11:46:31 2015 (r389687) @@ -4,7 +4,7 @@ PORTNAME= hal DISTVERSION= 0.5.14 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ Modified: branches/2015Q2/sysutils/hal/pkg-plist ============================================================================== --- branches/2015Q2/sysutils/hal/pkg-plist Mon Jun 15 11:37:56 2015 (r389686) +++ branches/2015Q2/sysutils/hal/pkg-plist Mon Jun 15 11:46:31 2015 (r389687) @@ -9,9 +9,6 @@ bin/hal-is-caller-privileged bin/hal-lock bin/hal-set-property bin/lshal -@exec mkdir -p %D/etc/hal/fdi/preprobe -@exec mkdir -p %D/etc/hal/fdi/policy -@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 -@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 -@exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/10osvendor -@dirrm %%DATADIR%%/fdi/preprobe -@dirrm %%DATADIR%%/fdi/policy/20thirdparty -@dirrm %%DATADIR%%/fdi/policy/10osvendor -@dirrm %%DATADIR%%/fdi/policy -@dirrm %%DATADIR%%/fdi/information/20thirdparty -@dirrm %%DATADIR%%/fdi/information/10freedesktop -@dirrm %%DATADIR%%/fdi/information -@dirrm %%DATADIR%%/fdi -@dirrm %%DATADIR%%/dist -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/hal/scripts/freebsd -@dirrm libexec/hal/scripts -@dirrm libexec/hal -@dirrm include/hal -@dirrm etc/hal/fdi/preprobe -@dirrm etc/hal/fdi/policy -@dirrm etc/hal/fdi/information -@dirrm etc/hal/fdi -@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 -@unexec rmdir /var/run/hald/hald-local 2>/dev/null || true -@unexec rmdir /var/run/hald/hald-runner 2>/dev/null || true -@unexec rmdir /var/run/hald 2>/dev/null || true -@unexec rmdir /var/cache/hald 2>/dev/null || true -@unexec rmdir /var/lib/hal 2>/dev/null || true +@dir etc/hal/fdi/information +@dir etc/hal/fdi/policy +@dir etc/hal/fdi/preprobe +@dir %%DATADIR%%/fdi/information/20thirdparty +@dir %%DATADIR%%/fdi/policy/20thirdparty +@dir %%DATADIR%%/fdi/preprobe/10osvendor +@dir %%DATADIR%%/fdi/preprobe/20thirdparty +@dir /var/cache/hald +@dir /var/lib/hal +@dir /var/lib +@dir /var/run/hald/hald-local +@dir /var/run/hald/hald-runner +@dir /var/run/hald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506151146.t5FBkWSn075149>