pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpg-tui



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jun  2 17:17:55 UTC 2021

Modified Files:
        pkgsrc/security/gpg-tui: Makefile

Log Message:
security/gpg-tui: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/gpg-tui/Makefile

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

Modified files:

Index: pkgsrc/security/gpg-tui/Makefile
diff -u pkgsrc/security/gpg-tui/Makefile:1.2 pkgsrc/security/gpg-tui/Makefile:1.3
--- pkgsrc/security/gpg-tui/Makefile:1.2        Mon May 31 20:50:48 2021
+++ pkgsrc/security/gpg-tui/Makefile    Wed Jun  2 17:17:55 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/05/31 20:50:48 pin Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/02 17:17:55 pin Exp $
 
-DISTNAME=      gpg-tui-0.1.5
+DISTNAME=      gpg-tui-0.1.4
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=orhun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -16,12 +16,12 @@ USE_LANGUAGES+=                     c
 USE_TOOLS+=                    pkg-config
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_FOR_BUILD_ONLY=         tool
+BUILD_DEPENDS+=                        ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libxcb}/lib
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgpg-error}/lib
 MAKE_ENV+=     RUSTFLAGS=${RUSTFLAGS:Q}
 
-
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 do-install:



Home | Main Index | Thread Index | Old Index