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:   leot
Date:           Wed Dec 20 11:08:06 UTC 2017

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

Log Message:
jrnl: Define GITHUB_PROJECT to just `jrnl'

(Otherwise ${PKGBASE} is used and the fetch phase fails)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/time/py-jrnl/Makefile:1.2
--- pkgsrc/time/py-jrnl/Makefile:1.1    Tue Dec 19 14:26:21 2017
+++ pkgsrc/time/py-jrnl/Makefile        Wed Dec 20 11:08:06 2017
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2017/12/19 14:26:21 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/20 11:08:06 leot Exp $
 
 DISTNAME=      jrnl-1.9.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
+GITHUB_PROJECT=        jrnl
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maebert/}
 
 MAINTAINER=    leot%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index