git: 3650db790aab - main - sysutils/npmount: Update to 0.1.1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 11:53:04 UTC
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3650db790aaba82377af77757f61e3ee21720928
commit 3650db790aaba82377af77757f61e3ee21720928
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-10-28 11:52:20 +0000
Commit: Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-10-28 11:52:20 +0000
sysutils/npmount: Update to 0.1.1.3
Updates for new libxtend API
---
sysutils/npmount/Makefile | 4 +++-
sysutils/npmount/distinfo | 6 +++---
sysutils/npmount/pkg-descr | 5 ++++-
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/sysutils/npmount/Makefile b/sysutils/npmount/Makefile
index 5826b4d744ef..b8cdd17462a3 100644
--- a/sysutils/npmount/Makefile
+++ b/sysutils/npmount/Makefile
@@ -1,5 +1,6 @@
PORTNAME= npmount
-DISTVERSION= 0.1.1
+DISTVERSION= 0.1.1-3
+DISTVERSIONSUFFIX= -ge0c8050
CATEGORIES= sysutils
MAINTAINER= jwb@FreeBSD.org
@@ -9,6 +10,7 @@ WWW= https://github.com/outpaddling/npmount
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= libxtend>=0.2.0:devel/libxtend
LIB_DEPENDS= libxtend.so:devel/libxtend
USE_GITHUB= yes
diff --git a/sysutils/npmount/distinfo b/sysutils/npmount/distinfo
index e0714d38285d..fe97ae8d4c56 100644
--- a/sysutils/npmount/distinfo
+++ b/sysutils/npmount/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686347552
-SHA256 (outpaddling-npmount-0.1.1_GH0.tar.gz) = fb5a48d36edd93e84352d01f24c8fe35c76461c4797de6486ad17e15013d48a4
-SIZE (outpaddling-npmount-0.1.1_GH0.tar.gz) = 6773
+TIMESTAMP = 1694042340
+SHA256 (outpaddling-npmount-0.1.1-3-ge0c8050_GH0.tar.gz) = 34852f7c426c6f774089bbcaaf8d6b39d8cef05347b1dae6df657a08916de0b2
+SIZE (outpaddling-npmount-0.1.1-3-ge0c8050_GH0.tar.gz) = 6818
diff --git a/sysutils/npmount/pkg-descr b/sysutils/npmount/pkg-descr
index 5165313d1a15..b9879802fa34 100644
--- a/sysutils/npmount/pkg-descr
+++ b/sysutils/npmount/pkg-descr
@@ -1,3 +1,6 @@
NPMount is a command-line tool to provide limited mount and unmount
capabilities to non-privileged users, such as mounting and unmounting
-external media including optical discs and thumb drives.
+external media including optical discs and thumb drives. It is
+primarily intended to be a companion tool for automount services
+such as FreeBSD's devd, NetBSD's devpubd, etc. and client tools such
+as qmediamanager.