[102140] trunk/dports/mail/lamson/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 28 03:15:19 PST 2013


Revision: 102140
          https://trac.macports.org/changeset/102140
Author:   jmr at macports.org
Date:     2013-01-28 03:15:19 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
lamson: use unified portgroup, correct license, mark noarch, update dep to py27-python-daemon

Modified Paths:
--------------
    trunk/dports/mail/lamson/Portfile

Modified: trunk/dports/mail/lamson/Portfile
===================================================================
--- trunk/dports/mail/lamson/Portfile	2013-01-28 10:54:12 UTC (rev 102139)
+++ trunk/dports/mail/lamson/Portfile	2013-01-28 11:15:19 UTC (rev 102140)
@@ -1,13 +1,14 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
 name                lamson
 version             1.1
 categories          mail python
 platforms           darwin
-license             GPL-3
+supported_archs     noarch
+license             {BSD GPL-3}
 maintainers         nomaintainer
 description         Modern Pythonic mail server built like a web application server
 long_description  \
@@ -24,12 +25,15 @@
 checksums           md5     a5673d0fe9e8def9d2dfe9705f832a83 \
                     sha1    155393260a11c2fd699cf9f34be56a6e0a35daa6 \
                     rmd160  7ad3b043efa79a62622b767f770ff30b18e6b359
+
+python.default_version  27
+
 depends_lib-append  \
     port:py27-chardet \
     port:py27-jinja2 \
     port:py27-mock \
     port:py27-nose \
-    port:py27-daemon \
+    port:py27-python-daemon \
     port:py27-lockfile \
     port:py27-dns
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/c6f35030/attachment.html>


More information about the macports-changes mailing list