pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/passphrase



Module Name:    pkgsrc
Committed By:   nikita
Date:           Thu Apr 25 12:29:44 UTC 2024

Modified Files:
        pkgsrc/security/passphrase: Makefile distinfo

Log Message:
passphrase: update to version 1.8.1

Changelog:

add man-dir option, in case it's not "share/"


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/passphrase/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/passphrase/distinfo

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

Modified files:

Index: pkgsrc/security/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.13 pkgsrc/security/passphrase/Makefile:1.14
--- pkgsrc/security/passphrase/Makefile:1.13    Wed Apr 24 21:21:29 2024
+++ pkgsrc/security/passphrase/Makefile Thu Apr 25 12:29:44 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/04/24 21:21:29 nikita Exp $
+# $NetBSD: Makefile,v 1.14 2024/04/25 12:29:44 nikita Exp $
 
-DISTNAME=      1.8
-PKGNAME=       passphrase-1.8
+DISTNAME=      1.8.1
+PKGNAME=       passphrase-1.8.1
 DIST_SUBDIR=   passphrase
 CATEGORIES=    security
 MASTER_SITES=  https://git.sr.ht/~alva/passphrase/archive/
@@ -13,13 +13,9 @@ LICENSE=     mit
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
-CONFLICTS+=    py[0-9]*-pyutil-[0-9]*
+ZIGBUILDARGS+= -Dman-dir=${PKGMANDIR}
 
-SUBST_CLASSES+=                mandir
-SUBST_STAGE.mandir=    pre-build
-SUBST_MESSAGE.mandir=  replacing mandir location
-SUBST_FILES.mandir=    build.zig
-SUBST_SED.mandir+=     -e 's|"share",||g'
+CONFLICTS+=    py[0-9]*-pyutil-[0-9]*
 
 .include "../../lang/zig/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/passphrase/distinfo
diff -u pkgsrc/security/passphrase/distinfo:1.7 pkgsrc/security/passphrase/distinfo:1.8
--- pkgsrc/security/passphrase/distinfo:1.7     Wed Apr 24 20:27:39 2024
+++ pkgsrc/security/passphrase/distinfo Thu Apr 25 12:29:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/04/24 20:27:39 nikita Exp $
+$NetBSD: distinfo,v 1.8 2024/04/25 12:29:44 nikita Exp $
 
-BLAKE2s (passphrase/1.8.tar.gz) = b931253229dd038b8f50570d1b9895c90a69b56b005e7c0e21ad204cc944507e
-SHA512 (passphrase/1.8.tar.gz) = 9d0d1e786bb807570371830dd50546f3c6918dec0c0f4bb8e846a6f406cbba7fa80e18bdd37efeb25ccb07de2fc2ae102db639a9653e450f689e98ce491c7645
-Size (passphrase/1.8.tar.gz) = 32797 bytes
+BLAKE2s (passphrase/1.8.1.tar.gz) = 2566cd8aa0c04218a67838fde7cec741de4e3799a6f474982f2dfe81a2f6462a
+SHA512 (passphrase/1.8.1.tar.gz) = f66e4a0d69b9f67fe7cbdc580505b5d9d9a8e931cf49de4ddd4715e36b1167570039d10aaf1a7e151eade5dc2f68090a4e8e4f7492f86675abebc51a1c85bef8
+Size (passphrase/1.8.1.tar.gz) = 32864 bytes



Home | Main Index | Thread Index | Old Index