[136328] trunk/dports/office/jrnl/Portfile

larryv at macports.org larryv at macports.org
Thu May 14 18:38:11 PDT 2015


Revision: 136328
          https://trac.macports.org/changeset/136328
Author:   larryv at macports.org
Date:     2015-05-14 18:38:11 -0700 (Thu, 14 May 2015)
Log Message:
-----------
jrnl: Add missing dependency on setuptools

Revbump because building without setuptools results in an incomplete
installation instead of failing.

Modified Paths:
--------------
    trunk/dports/office/jrnl/Portfile

Modified: trunk/dports/office/jrnl/Portfile
===================================================================
--- trunk/dports/office/jrnl/Portfile	2015-05-15 01:38:09 UTC (rev 136327)
+++ trunk/dports/office/jrnl/Portfile	2015-05-15 01:38:11 UTC (rev 136328)
@@ -6,7 +6,7 @@
 PortGroup           python 1.0
 
 github.setup        maebert jrnl 1.9.0 v
-revision            1
+revision            2
 maintainers         g5pw openmaintainer
 categories          office
 description         ${name} is a simple journal application for your command line.
@@ -21,6 +21,7 @@
 
 python.default_version      34
 
+depends_build       port:py${python.version}-setuptools
 depends_lib         port:py${python.version}-parsedatetime \
                     port:py${python.version}-tz \
                     port:py${python.version}-keyring \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150514/70968b71/attachment.html>


More information about the macports-changes mailing list