pkgsrc-WIP-changes archive

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

chkugenids: bump to 0.2



Module Name:	pkgsrc-wip
Committed By:	Denis Bodor <lefinnois%lefinnois.net@localhost>
Pushed By:	drrb
Date:		Sat Jul 23 15:20:45 2022 +0200
Changeset:	e1da23d008cd767bd8a709380d599294bd785eec

Modified Files:
	chkugenids/Makefile
	chkugenids/PLIST
	chkugenids/distinfo

Log Message:
chkugenids: bump to 0.2

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

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

diffstat:
 chkugenids/Makefile | 7 ++++---
 chkugenids/PLIST    | 1 +
 chkugenids/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/chkugenids/Makefile b/chkugenids/Makefile
index 62b1dc213e..c5dff09813 100644
--- a/chkugenids/Makefile
+++ b/chkugenids/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PROGNAME=	chkugenids
-VERS=		0.1
+VERS=		0.2
 
 DISTNAME=	${PROGNAME}-${VERS}
 CATEGORIES=	sysutils
@@ -20,10 +20,11 @@ USE_LANGUAGES+=	c
 
 EGDIR=		${PREFIX}/share/examples/chkugenids
 
-INSTALLATION_DIRS=	sbin ${EGDIR}
+INSTALLATION_DIRS=	sbin ${EGDIR} ${PKGMANDIR}/man1
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PROGNAME} ${DESTDIR}/${PREFIX}/sbin/${PROGNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PROGNAME} ${DESTDIR}${PREFIX}/sbin/${PROGNAME}
+	${INSTALL_MAN} ${WRKSRC}/${PROGNAME}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/04-NFCsetperm ${DESTDIR}${EGDIR}/04-NFCsetperm
diff --git a/chkugenids/PLIST b/chkugenids/PLIST
index 361f681527..f21f773cd3 100644
--- a/chkugenids/PLIST
+++ b/chkugenids/PLIST
@@ -1,3 +1,4 @@
 @comment $NetBSD$
+man/man1/chkugenids.1
 sbin/chkugenids
 share/examples/chkugenids/04-NFCsetperm
diff --git a/chkugenids/distinfo b/chkugenids/distinfo
index adb226b779..60856de8fa 100644
--- a/chkugenids/distinfo
+++ b/chkugenids/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (chkugenids-0.1.tar.gz) = 11982b8e5125e653cadba6e8959007589ade7301abe8250346304aa43199cd29
-SHA512 (chkugenids-0.1.tar.gz) = 7f205bc62bdb9d007498bc8edbf937e7914446d08bee8eb456cc1dcf8b98eaa3bbf0550c0aff5f595a05946a56cf1370bf304eda5b88f5bd04f9f2e49c2b7553
-Size (chkugenids-0.1.tar.gz) = 4413 bytes
+BLAKE2s (chkugenids-0.2.tar.gz) = 1e9998063b2bfae8cb824e9af2e5cbe404816ed053ab4576b3970c2bdd56f3ec
+SHA512 (chkugenids-0.2.tar.gz) = 15eb54780cbc6a97e777ab15989b65965bc07569c67f17ede433d2ee35df898e176ef50b89e7c0e5c5f665f0944f09738b8f1fb0b0b9f16ffec11713e3ffb081
+Size (chkugenids-0.2.tar.gz) = 5512 bytes


Home | Main Index | Thread Index | Old Index