aboutsummaryrefslogtreecommitdiff
path: root/misc/e2fsprogs-libuuid
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-08-12 10:12:47 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-08-12 10:12:47 +0000
commite76b66fc168e6bd91524ca773d5f1678d293b090 (patch)
tree9f6ea8b0569f981d0adf2a16ad77bba7c9a6d6ad /misc/e2fsprogs-libuuid
parent8befac40dab99b14292b7b6d6c2902bf94e5b8a3 (diff)
downloadports-e76b66fc168e6bd91524ca773d5f1678d293b090.tar.gz
ports-e76b66fc168e6bd91524ca773d5f1678d293b090.zip
Upgrade to new upstream release 1.43.5, assorted fixes.
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5> Add proper LICENSE* statements to all the Makefiles of e2fsprogs and its slave ports. Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir, instead of @[un]exec. Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs from polluting the system's /etc/blkid.tab in make check.
Notes
Notes: svn path=/head/; revision=447819
Diffstat (limited to 'misc/e2fsprogs-libuuid')
-rw-r--r--misc/e2fsprogs-libuuid/Makefile3
-rw-r--r--misc/e2fsprogs-libuuid/pkg-plist5
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile
index 60f779ef0e67..9cc53c269774 100644
--- a/misc/e2fsprogs-libuuid/Makefile
+++ b/misc/e2fsprogs-libuuid/Makefile
@@ -7,6 +7,9 @@ PKGNAMESUFFIX= -libuuid
COMMENT= UUID library from e2fsprogs package
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING
+
CONFIGURE_ARGS= --enable-elf-shlibs
OPTIONS_EXCLUDE= NLS
diff --git a/misc/e2fsprogs-libuuid/pkg-plist b/misc/e2fsprogs-libuuid/pkg-plist
index b1b02a075177..4a0e08ce9e2c 100644
--- a/misc/e2fsprogs-libuuid/pkg-plist
+++ b/misc/e2fsprogs-libuuid/pkg-plist
@@ -19,6 +19,5 @@ man/man3/uuid_generate_random.3.gz
man/man3/uuid_generate_time.3.gz
man/man8/uuidd.8.gz
sbin/uuidd
-@exec mkdir -p /var/run/libuuid
-@unexec %D/etc/rc.d/uuidd stop >/dev/null 2>&1 || true
-@unexec rmdir /var/run/libuuid >/dev/null 2>&1 || true
+@dir /var/run/libuuid
+@preunexec %D/etc/rc.d/uuidd stop >/dev/null 2>&1 || true