Index: sysutils/acltool/Makefile =================================================================== --- sysutils/acltool/Makefile (revision 539608) +++ sysutils/acltool/Makefile (working copy) @@ -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 Index: sysutils/acltool/distinfo =================================================================== --- sysutils/acltool/distinfo (revision 539608) +++ sysutils/acltool/distinfo (working copy) @@ -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 Index: sysutils/acltool/pkg-descr =================================================================== --- sysutils/acltool/pkg-descr (revision 539608) +++ sysutils/acltool/pkg-descr (working copy) @@ -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 Index: sysutils/acltool/pkg-plist =================================================================== --- sysutils/acltool/pkg-plist (nonexistent) +++ sysutils/acltool/pkg-plist (working copy) @@ -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 Property changes on: sysutils/acltool/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property