[125232] trunk/dports/office/rednotebook/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 10 13:14:41 PDT 2014


Revision: 125232
          https://trac.macports.org/changeset/125232
Author:   ryandesign at macports.org
Date:     2014-09-10 13:14:41 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
rednotebook: update to 1.8.1 (#44930); use unified python portgroup

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

Modified: trunk/dports/office/rednotebook/Portfile
===================================================================
--- trunk/dports/office/rednotebook/Portfile	2014-09-10 20:10:23 UTC (rev 125231)
+++ trunk/dports/office/rednotebook/Portfile	2014-09-10 20:14:41 UTC (rev 125232)
@@ -1,10 +1,10 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
+
 name                rednotebook
-version             1.2.0
-revision            1
+version             1.8.1
 categories          office
 license             GPL-2+
 maintainers         nomaintainer
@@ -21,14 +21,15 @@
 homepage            http://rednotebook.sourceforge.net
 master_sites        sourceforge
 
-dist_subdir         ${name}
-checksums           sha1    cd2e2c41264c5367898cdcef8980ce47759272a0 \
-                    rmd160  815c818f3cfc260f9a2b4dbfd221d1bb0f6e64f5
+checksums           rmd160  c7b181d13312eef5a8463fbb982e3b0fb60b6a8d \
+                    sha256  f667f0e22d033a6d436c850d34ecbea912d44ad73875b9e55fba5f7c3bd16701
 
-# Set to nothing so there is no suffix (otherwise it would be rednotebook-2.7)
+python.default_version  27
 python.link_binaries_suffix
 
-depends_lib         port:py27-pygtk port:py27-yaml port:py27-webkitgtk
+depends_lib-append  port:py${python.version}-pygtk \
+                    port:py${python.version}-yaml \
+                    port:py${python.version}-webkitgtk
 
 post-destroot {
    eval move [glob ${destroot}${python.prefix}/share/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140910/84bd27fe/attachment-0001.html>


More information about the macports-changes mailing list