pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/arti



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Jun  7 23:52:41 UTC 2024

Modified Files:
        pkgsrc/net/arti: Makefile

Log Message:
arti: minor cosmetic changes and comments


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/arti/Makefile

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

Modified files:

Index: pkgsrc/net/arti/Makefile
diff -u pkgsrc/net/arti/Makefile:1.6 pkgsrc/net/arti/Makefile:1.7
--- pkgsrc/net/arti/Makefile:1.6        Tue Oct 24 22:10:12 2023
+++ pkgsrc/net/arti/Makefile    Fri Jun  7 23:52:41 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2023/10/24 22:10:12 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/06/07 23:52:41 nikita Exp $
 
 PKGNAME=       arti-1.1.3
 PKGREVISION=   1
 DISTNAME=      arti-arti-v${PKGVERSION_NOREV}
-PKGVERSION=    1
 CATEGORIES=    net
 # TODO: modify gitlab fetch to allow hosted gitlab instances
 MASTER_SITES=  https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v${PKGVERSION_NOREV}/
@@ -43,7 +42,6 @@ FILES_SUBST+=         ARTI_GROUP=${ARTI_GROUP}
 MAKE_DIRS+=            ${VARBASE}/chroot/arti
 AUTO_MKDIRS=           yes
 
-# TODO: how can we avoid this repetion for rust packages?
 MAKE_ENV+=             OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}
 
 INSTALLATION_DIRS=     ${EGDIR}
@@ -52,7 +50,7 @@ INSTALLATION_DIRS=    ${EGDIR}
 DEPENDS+=              daemonize-[0-9]*:../../sysutils/daemonize
 .endif
 
-# TODO: as well as this...
+# error: found a virtual manifest at `/usr/work/net/arti/work/arti-arti-v1.1.3/Cargo.toml` instead of a package manifest
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/${PKGBASE} ${DESTDIR}${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index