svn commit: r301347 - head/devel/dbus
Steve Wills
swills at FreeBSD.org
Sun Jul 22 20:08:49 UTC 2012
Author: swills
Date: Sun Jul 22 20:08:48 2012
New Revision: 301347
URL: http://svn.freebsd.org/changeset/ports/301347
Log:
- Don't create/remove the libexec/dbus-1 directory
Approved by: gnome@ (kwm)
Modified:
head/devel/dbus/Makefile (contents, props changed)
head/devel/dbus/pkg-plist (contents, props changed)
Modified: head/devel/dbus/Makefile
==============================================================================
--- head/devel/dbus/Makefile Sun Jul 22 19:39:06 2012 (r301346)
+++ head/devel/dbus/Makefile Sun Jul 22 20:08:48 2012 (r301347)
@@ -8,7 +8,7 @@
PORTNAME= dbus
PORTVERSION= 1.4.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
Modified: head/devel/dbus/pkg-plist
==============================================================================
--- head/devel/dbus/pkg-plist Sun Jul 22 19:39:06 2012 (r301346)
+++ head/devel/dbus/pkg-plist Sun Jul 22 20:08:48 2012 (r301347)
@@ -29,7 +29,6 @@ lib/libdbus-1.so
lib/libdbus-1.so.3
libdata/pkgconfig/dbus-1.pc
libexec/dbus-daemon-launch-helper
- at exec mkdir -p %D/libexec/dbus-1
@exec mkdir -p %D/etc/dbus-1/system.d
@exec mkdir -p %D/share/dbus-1/interfaces
@exec mkdir -p %D/share/dbus-1/services
@@ -39,7 +38,6 @@ libexec/dbus-daemon-launch-helper
@dirrmtry share/dbus-1/services
@dirrmtry share/dbus-1/interfaces
@dirrmtry share/dbus-1
- at dirrmtry libexec/dbus-1
@dirrm include/dbus-%%VERSION%%/include/dbus
@dirrm include/dbus-%%VERSION%%/include
@dirrm include/dbus-%%VERSION%%/dbus
More information about the svn-ports-head
mailing list