[93374] trunk/dports/python/py-des/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 20 16:57:56 PDT 2012


Revision: 93374
          https://trac.macports.org/changeset/93374
Author:   ryandesign at macports.org
Date:     2012-05-20 16:57:56 -0700 (Sun, 20 May 2012)
Log Message:
-----------
py-des: fix license; rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/python/py-des/Portfile

Modified: trunk/dports/python/py-des/Portfile
===================================================================
--- trunk/dports/python/py-des/Portfile	2012-05-20 23:50:37 UTC (rev 93373)
+++ trunk/dports/python/py-des/Portfile	2012-05-20 23:57:56 UTC (rev 93374)
@@ -9,7 +9,7 @@
 python.versions     24 25 26 27 31 32
 categories-append   devel
 platforms           darwin
-license             public domain
+license             public-domain
 maintainers         singingwolfboy openmaintainer
 description         Pure python implementation of DES and TRIPLE DES encryption algorithm
 long_description  \
@@ -18,7 +18,7 @@
     with a 16 byte key.
 
 homepage            http://twhiteman.netfirms.com/des.html
-master_sites        sourceforge:pydes \
+master_sites        sourceforge:project/pydes/pydes/${version} \
                     http://pypi.python.org/packages/source/p/${realname}
 distname            ${realname}-${version}
 use_zip             yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/e6faa36f/attachment.html>


More information about the macports-changes mailing list