pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-jrnl



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 20 16:52:46 UTC 2019

Modified Files:
        pkgsrc/time/py-jrnl: Makefile

Log Message:
py-jrnl: prefer py-cryptodome over py-crypto; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-jrnl/Makefile

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

Modified files:

Index: pkgsrc/time/py-jrnl/Makefile
diff -u pkgsrc/time/py-jrnl/Makefile:1.2 pkgsrc/time/py-jrnl/Makefile:1.3
--- pkgsrc/time/py-jrnl/Makefile:1.2    Wed Dec 20 11:08:06 2017
+++ pkgsrc/time/py-jrnl/Makefile        Fri Sep 20 16:52:46 2019
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2017/12/20 11:08:06 leot Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/20 16:52:46 adam Exp $
 
 DISTNAME=      jrnl-1.9.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time python
 GITHUB_PROJECT=        jrnl
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maebert/}
 
 MAINTAINER=    leot%NetBSD.org@localhost
-HOMEPAGE=      http://jrnl.sh/
+HOMEPAGE=      https://jrnl.sh/
 COMMENT=       Command line journal application
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-crypto>=2.6:../../security/py-crypto
+DEPENDS+=      ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.2:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-keyring>=3.3:../../security/py-keyring
 DEPENDS+=      ${PYPKGPREFIX}-keyrings.alt>=1.3:../../security/py-keyrings.alt
@@ -26,6 +27,5 @@ USE_LANGUAGES=        # none
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/jrnl ${DESTDIR}${PREFIX}/bin/jrnl-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index