aboutsummaryrefslogtreecommitdiff
path: root/sysutils/acltool
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-06-24 10:23:53 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-06-24 10:23:53 +0000
commitfadcf882689b5ec93b484e695946fe8f942666ff (patch)
tree57d86eeabd0d3134798a1a837276a35cdf3de6ce /sysutils/acltool
parent579b2e1c6b5d8889ec2f4323d7b5a83e2eb5b238 (diff)
downloadports-fadcf882689b5ec93b484e695946fe8f942666ff.tar.gz
ports-fadcf882689b5ec93b484e695946fe8f942666ff.zip
sysutils/acltool: Update version 1.16.1=>1.16.2
- Fixes a bug with handling invalid command line options - Adds support for libedit - Better documentation (man pages) - Installs stripped binaries PR: 247422 Submitted by: pen@lysator.liu.se (maintainer) Approved by: pen@lysator.liu.se (maintainer) MFH: 2020Q2 (blanket: bug fix) Relnotes: https://github.com/ptrrkssn/acltool/releases
Notes
Notes: svn path=/head/; revision=540024
Diffstat (limited to 'sysutils/acltool')
-rw-r--r--sysutils/acltool/Makefile52
-rw-r--r--sysutils/acltool/distinfo6
-rw-r--r--sysutils/acltool/pkg-descr11
-rw-r--r--sysutils/acltool/pkg-plist8
4 files changed, 44 insertions, 33 deletions
diff --git a/sysutils/acltool/Makefile b/sysutils/acltool/Makefile
index 324f66ef66dd..edd5583de797 100644
--- a/sysutils/acltool/Makefile
+++ b/sysutils/acltool/Makefile
@@ -1,39 +1,39 @@
# $FreeBSD$
-PORTNAME= acltool
-DISTVERSIONPREFIX=v
-DISTVERSION= 1.16.1
-CATEGORIES= sysutils security
+PORTNAME= acltool
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.16.2
+CATEGORIES= sysutils security
-MAINTAINER= pen@lysator.liu.se
-COMMENT= ACL manipulation utility
+MAINTAINER= pen@lysator.liu.se
+COMMENT= ACL manipulation tool
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-OPTIONS_DEFINE= READLINE SAMBA
-OPTIONS_DEFAULT=READLINE
+OPTIONS_DEFINE= SAMBA
-READLINE_USES= readline
-READLINE_DESC= Build with GNU Readline for interactive editing
+OPTIONS_RADIO= LINE_EDITOR
+OPTIONS_RADIO_LINE_EDITOR= READLINE LIBEDIT
+OPTIONS_DEFAULT= READLINE
-SAMBA_USES= samba
-SAMBA_DESC= Build with Samba (libsmbclient) for SMB support
+SAMBA_USES= samba
+SAMBA_DESC= Build with Samba (libsmbclient) for SMB support
-READLINE_CONFIGURE_WITH=readline
-SAMBA_CONFIGURE_WITH=libsmbclient
+READLINE_USES= readline
+READLINE_DESC= Build with GNU Readline for interactive editing
-USE_GITHUB= yes
-GH_ACCOUNT= ptrrkssn
+LIBEDIT_USES= libedit
+LIBEDIT_DESC= Build with BSD Libedit for interactive editing
-GNU_CONFIGURE= yes
+SAMBA_CONFIGURE_WITH= libsmbclient
+READLINE_CONFIGURE_WITH= readline
+LIBEDIT_CONFIGURE_WITH= libedit
-PLIST_FILES= bin/acltool \
- bin/edac bin/lac \
- bin/sac \
- man/man1/edac.1.gz \
- man/man1/lac.1.gz \
- man/man1/sac.1.gz \
- man/man1/acltool.1.gz
+USE_GITHUB= yes
+GH_ACCOUNT= ptrrkssn
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/sysutils/acltool/distinfo b/sysutils/acltool/distinfo
index dcde87e22cb4..2620bd1eadf2 100644
--- a/sysutils/acltool/distinfo
+++ b/sysutils/acltool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591542398
-SHA256 (ptrrkssn-acltool-v1.16.1_GH0.tar.gz) = 15430b64cb493571f6e46a38482402746bee7ed134c0e99d7976d231cab1c7d5
-SIZE (ptrrkssn-acltool-v1.16.1_GH0.tar.gz) = 147094
+TIMESTAMP = 1592575611
+SHA256 (ptrrkssn-acltool-v1.16.2_GH0.tar.gz) = d54011efb3d5cc24aedad88e3684d1c9dea218515bb1f18d9caac33f8bbae501
+SIZE (ptrrkssn-acltool-v1.16.2_GH0.tar.gz) = 146485
diff --git a/sysutils/acltool/pkg-descr b/sysutils/acltool/pkg-descr
index 7f8341ef73e4..dd1e905899c2 100644
--- a/sysutils/acltool/pkg-descr
+++ b/sysutils/acltool/pkg-descr
@@ -1,7 +1,10 @@
-This is a port of acltool, an ACL manipulation CLI tool.
+This is a port of acltool, an NFSv4/ZFS ACL utiltity.
-This is a tool to manage NFSv4/ZFS/SMB (also known as Extended on MacOS)
-style ACLs of filesystems. That is listing, creating, editing, searching,
-stripping, sorting, removing redundant entries and more.
+This is a tool to manage NFSv4/ZFS (also known as Extended on MacOS) ACLs.
+That is listing, creating, editing, searching, stripping, sorting and
+removing redundant entries and more.
WWW: https://github.com/ptrrkssn/acltool
+
+- Peter Eriksson
+pen@lysator.liu.se
diff --git a/sysutils/acltool/pkg-plist b/sysutils/acltool/pkg-plist
new file mode 100644
index 000000000000..325a922853c9
--- /dev/null
+++ b/sysutils/acltool/pkg-plist
@@ -0,0 +1,8 @@
+bin/acltool
+bin/edac
+bin/lac
+bin/sac
+man/man1/acltool.1.gz
+man/man1/edac.1.gz
+man/man1/lac.1.gz
+man/man1/sac.1.gz