aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2023-10-28 11:52:20 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2023-10-28 11:52:20 +0000
commit3650db790aaba82377af77757f61e3ee21720928 (patch)
tree77cbd80063d4e7a94356b34a74031232e2bd9c51
parentde9aab9eed6c063ee68ada70ef5e05011ca8c2eb (diff)
downloadports-3650db790aaba82377af77757f61e3ee21720928.tar.gz
ports-3650db790aaba82377af77757f61e3ee21720928.zip
sysutils/npmount: Update to 0.1.1.3
Updates for new libxtend API
-rw-r--r--sysutils/npmount/Makefile4
-rw-r--r--sysutils/npmount/distinfo6
-rw-r--r--sysutils/npmount/pkg-descr5
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.