pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/cryptopassphrase



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Jun 24 16:15:53 UTC 2025

Modified Files:
        pkgsrc/security/cryptopassphrase: Makefile distinfo

Log Message:
Fix distfile and homepage for security/cryptopassphrase


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/cryptopassphrase/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/cryptopassphrase/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/cryptopassphrase/Makefile
diff -u pkgsrc/security/cryptopassphrase/Makefile:1.3 pkgsrc/security/cryptopassphrase/Makefile:1.4
--- pkgsrc/security/cryptopassphrase/Makefile:1.3       Wed Dec 18 08:34:06 2024
+++ pkgsrc/security/cryptopassphrase/Makefile   Tue Jun 24 16:15:53 2025
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2024/12/18 08:34:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/06/24 16:15:53 js Exp $
 
-DISTNAME=      cryptopassphrase-1.0.1
+PKGNAME=       cryptopassphrase-1.0.1
+DISTNAME=      v${PKGVERSION_NOREV}
 CATEGORIES=    security
-MASTER_SITES=  https://fl.nil.im/cryptopassphrase/tarball/v${PKGVERSION_NOREV}/
+MASTER_SITES=  https://git.nil.im/js/CryptoPassphrase/archive/
 
 MAINTAINER=    js%NetBSD.org@localhost
-HOMEPAGE=      https://fl.nil.im/cryptopassphrase
+HOMEPAGE=      https://git.nil.im/js/CryptoPassphrase
 COMMENT=       Deterministic password generator based on scrypt
 LICENSE=       isc
 
@@ -15,6 +16,7 @@ LICENSE=      isc
 TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
 .endif
 
+WRKSRC=                        ${WRKDIR}/cryptopassphrase
 USE_LANGUAGES=         objc
 PKGSRC_COMPILER=       clang   # Needs to be the same as devel/objfw
 

Index: pkgsrc/security/cryptopassphrase/distinfo
diff -u pkgsrc/security/cryptopassphrase/distinfo:1.2 pkgsrc/security/cryptopassphrase/distinfo:1.3
--- pkgsrc/security/cryptopassphrase/distinfo:1.2       Sun Aug 11 09:11:04 2024
+++ pkgsrc/security/cryptopassphrase/distinfo   Tue Jun 24 16:15:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/08/11 09:11:04 js Exp $
+$NetBSD: distinfo,v 1.3 2025/06/24 16:15:53 js Exp $
 
-BLAKE2s (cryptopassphrase-1.0.1.tar.gz) = df68220b6f4c78e11ac8c879d0e4f6eedad8e4364f75f1d367f8e6fc443cdb84
-SHA512 (cryptopassphrase-1.0.1.tar.gz) = fddf4550197795162cdbcd94e56079d6d42b0440ba95bde7c4ec6ddc76899dfd310c28f51eef5af16d3a00295272a37c61704690e1f6f2a2ec628a02af30bca0
-Size (cryptopassphrase-1.0.1.tar.gz) = 637532 bytes
+BLAKE2s (v1.0.1.tar.gz) = a19f911c5e3b1a905a1c3a4b1ecadfb3e06dc9a8db2bb35d882e643efe70ad62
+SHA512 (v1.0.1.tar.gz) = fae6d008a0332be63b434c094cf6cadcf951de95389743530d53839639e5566f41ddef0be79b4f9a9ccedadf6a4eedc05426f6494215053145c69ed07360d2d1
+Size (v1.0.1.tar.gz) = 638311 bytes



Home | Main Index | Thread Index | Old Index