pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/todoman
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 2 23:25:27 UTC 2016
Modified Files:
pkgsrc/misc/todoman: Makefile
Log Message:
Update some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/todoman/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.1 pkgsrc/misc/todoman/Makefile:1.2
--- pkgsrc/misc/todoman/Makefile:1.1 Tue Aug 2 20:07:20 2016
+++ pkgsrc/misc/todoman/Makefile Tue Aug 2 23:25:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/02 20:07:20 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/02 23:25:27 wiz Exp $
DISTNAME= todoman-1.6.3
CATEGORIES= misc
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-parsedatetime-[
DEPENDS+= ${PYPKGPREFIX}-click>=6.0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
-# not sure why, but does not run without it installed
+# should be BUILD_DEPENDS -- fixed upstream post 1.6.3
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
@@ -29,6 +29,4 @@ USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
# needed for "make test" with python-3.x
-#MAKE_ENV+= LC_CTYPE=en_US.UTF-8
-#MAKE_ENV+= LANG=en_US.UTF-8
#MAKE_ENV+= LC_ALL=en_US.UTF-8
Home |
Main Index |
Thread Index |
Old Index