pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

npmount: Update to 0.1.1.1



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Jun 11 11:48:03 2023 -0500
Changeset:	4d45b7e96bcf91751445bb4413ef6ac65a7c7650

Modified Files:
	npmount/Makefile
	npmount/distinfo
Removed Files:
	npmount/patches/patch-Makefile

Log Message:
npmount: Update to 0.1.1.1

Makefile: Create prefix/etc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d45b7e96bcf91751445bb4413ef6ac65a7c7650

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 npmount/Makefile               |  3 ++-
 npmount/distinfo               |  7 +++----
 npmount/patches/patch-Makefile | 15 ---------------
 3 files changed, 5 insertions(+), 20 deletions(-)

diffs:
diff --git a/npmount/Makefile b/npmount/Makefile
index 70bf39032a..67fc8a0980 100644
--- a/npmount/Makefile
+++ b/npmount/Makefile
@@ -5,9 +5,10 @@
 #              Sun Jun 11 07:48:06 CDT 2023               #
 ###########################################################
 
-DISTNAME=	npmount-0.1.1
+DISTNAME=	npmount-0.1.1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	61db68f8c8f14eeb7798b06578a34512c1a5574f
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/npmount
diff --git a/npmount/distinfo b/npmount/distinfo
index 7d768d0e91..7bf3ba8172 100644
--- a/npmount/distinfo
+++ b/npmount/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-BLAKE2s (npmount-0.1.1.tar.gz) = f24c2be7fb4cd32350ba3cde26cedad061b83c9d1c1ba8334adce27c4c0d0ec5
-SHA512 (npmount-0.1.1.tar.gz) = b6241f27a15a4c0f2e8c5f24f3a9a93ce2df5ebd015088a58e9d64e343165762c3b0e484a35536bef782cb1738b9577aed691009e3e4c715d4ee5dd6dd7d4f97
-Size (npmount-0.1.1.tar.gz) = 6773 bytes
-SHA1 (patch-Makefile) = c00c0b1fc7f1a178ee5daa4b69042d9a6187b010
+BLAKE2s (npmount-0.1.1.1-61db68f8c8f14eeb7798b06578a34512c1a5574f.tar.gz) = 3268eae295163f2a19985b64d38375a70d01fe05227d8d395a096259a38bae36
+SHA512 (npmount-0.1.1.1-61db68f8c8f14eeb7798b06578a34512c1a5574f.tar.gz) = 64bddcc65d9c307c6751520cd4113a33e2f177beb4775572a146df6b1e4ac0baf2bca60e78410d7e96754f3d3c2faaf0add453c943e213e34ee59efd88161b32
+Size (npmount-0.1.1.1-61db68f8c8f14eeb7798b06578a34512c1a5574f.tar.gz) = 6784 bytes
diff --git a/npmount/patches/patch-Makefile b/npmount/patches/patch-Makefile
deleted file mode 100644
index 1d1f823e73..0000000000
--- a/npmount/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-# Missing dir
-
---- Makefile.orig	2023-06-09 15:40:06.000000000 +0000
-+++ Makefile
-@@ -163,7 +163,7 @@ realclean: clean
- # Install all target files (binaries, libraries, docs, etc.)
- 
- install: all
--	${MKDIR} -p ${DESTDIR}${PREFIX}/bin ${DESTDIR}${MANDIR}/man1
-+	${MKDIR} -p ${DESTDIR}${PREFIX}/bin ${DESTDIR}${MANDIR}/man1 ${DESTDIR}${PREFIX}/etc
- 	${INSTALL} -s -m 0755 ${BIN} ${DESTDIR}${PREFIX}/bin
- 	${INSTALL} -m 0644 Man/*.1 ${DESTDIR}${MANDIR}/man1
- 	${INSTALL} -m 0644 npmount.conf ${DESTDIR}${PREFIX}/etc/npmount.conf.sample


Home | Main Index | Thread Index | Old Index