[108046] trunk/dports/www/loggerhead/Portfile

jmr at macports.org jmr at macports.org
Wed Jul 10 23:06:33 PDT 2013


Revision: 108046
          https://trac.macports.org/changeset/108046
Author:   jmr at macports.org
Date:     2013-07-10 23:06:33 -0700 (Wed, 10 Jul 2013)
Log Message:
-----------
loggerhead: update to 1.18.1, use unified python portgroup, mark noarch

Modified Paths:
--------------
    trunk/dports/www/loggerhead/Portfile

Modified: trunk/dports/www/loggerhead/Portfile
===================================================================
--- trunk/dports/www/loggerhead/Portfile	2013-07-11 05:52:45 UTC (rev 108045)
+++ trunk/dports/www/loggerhead/Portfile	2013-07-11 06:06:33 UTC (rev 108046)
@@ -1,16 +1,15 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
 name                loggerhead
-version             1.17
-revision            2
+version             1.18.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          www devel
 platforms           darwin
+supported_archs     noarch
 maintainers         nomaintainer
-worksrcdir          loggerhead
 
 description         Web viewer for projects in Bazaar
 long_description    Loggerhead is a web viewer for projects in Bazaar. It \
@@ -23,18 +22,22 @@
 homepage            https://launchpad.net/loggerhead
 master_sites        ${homepage}/${branch}/${version}/+download/
 
-checksums           md5 cdddaf4497bb9632f9c9ea90b4713c09 \
-                    sha1 910b5f569c8647294cabfa45698909b1fffda1ee \
-                    rmd160 847e3c12eff66e9fdf617e0ef7523f7f74e3c82c
+checksums           md5    bef897d4674967ef835d1183d587d34f \
+                    rmd160 a03a119ff82470cba2bccf215bce8c468daf7357 \
+                    sha256 f66123abef4e06b893fe91e2c2b367dd9f17d5f523096ff37f33178d004ffdb4
 
-depends_lib-append  port:py27-setuptools \
-                    port:py27-paste \
-                    port:py27-simpletal \
+python.default_version 27
+
+depends_lib-append  port:py${python.version}-setuptools \
+                    port:py${python.version}-paste \
+                    port:py${python.version}-simpletal \
                     port:bzr
+
 post-destroot {
     xinstall -m 644 -W ${worksrcpath} loggerhead.conf.example \
         README COPYING.txt NEWS ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} serve-branches.1 \
     	     ${destroot}${prefix}/share/man/man1
-    ln -s ${python.prefix}/bin/serve-branches ${destroot}${prefix}/bin/serve-branches
 }
+
+python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130710/2df175a1/attachment.html>


More information about the macports-changes mailing list