[89318] trunk/dports/python

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Jan 24 19:47:01 PST 2012


Revision: 89318
          http://trac.macports.org/changeset/89318
Author:   rmstonecipher at macports.org
Date:     2012-01-24 19:46:59 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
python/py[,25,26,27]-eyed3 upgraded version to 0.6.18, included patch from r67287 across all versions for consistency

Revision Links:
--------------
    http://trac.macports.org/changeset/67287

Modified Paths:
--------------
    trunk/dports/python/py-eyed3/Portfile
    trunk/dports/python/py25-eyed3/Portfile
    trunk/dports/python/py26-eyed3/Portfile
    trunk/dports/python/py27-eyed3/Portfile

Added Paths:
-----------
    trunk/dports/python/py-eyed3/files/
    trunk/dports/python/py25-eyed3/files/
    trunk/dports/python/py27-eyed3/files/

Modified: trunk/dports/python/py-eyed3/Portfile
===================================================================
--- trunk/dports/python/py-eyed3/Portfile	2012-01-24 22:33:50 UTC (rev 89317)
+++ trunk/dports/python/py-eyed3/Portfile	2012-01-25 03:46:59 UTC (rev 89318)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-eyed3
-version			0.6.14
+version			0.6.18
 categories		python audio
 platforms		darwin
 maintainers		nomaintainer
@@ -18,7 +18,8 @@
 homepage		http://eyed3.nicfit.net/
 master_sites	${homepage}/releases/
 distname		eyeD3-${version}
-checksums		sha1 69b0e790a48be57b31efe9fe94d768ac40435eb6
+checksums           sha1    d8887f7b75306bd293e0b0d46a977e73225ae7b5
+patchfiles          patch-bin-eyeD3.diff
 
 depends_lib-append	port:py-optik
 
@@ -30,7 +31,7 @@
 post-destroot	{
 	xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
 	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
-		README README.html THANKS TODO \
+		README README.html TODO \
 		${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
 }

Modified: trunk/dports/python/py25-eyed3/Portfile
===================================================================
--- trunk/dports/python/py25-eyed3/Portfile	2012-01-24 22:33:50 UTC (rev 89317)
+++ trunk/dports/python/py25-eyed3/Portfile	2012-01-25 03:46:59 UTC (rev 89318)
@@ -4,8 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-eyed3
-version			0.6.14
-revision		1
+version			0.6.18
 categories		python audio
 platforms		darwin
 maintainers		nomaintainer
@@ -19,7 +18,8 @@
 homepage		http://eyed3.nicfit.net/
 master_sites	${homepage}/releases/
 distname		eyeD3-${version}
-checksums		sha1 69b0e790a48be57b31efe9fe94d768ac40435eb6
+checksums           sha1    d8887f7b75306bd293e0b0d46a977e73225ae7b5
+patchfiles          patch-bin-eyeD3.diff
 
 use_configure	yes
 post-configure	{
@@ -29,7 +29,7 @@
 post-destroot	{
 	xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
 	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
-		README README.html THANKS TODO \
+		README README.html TODO \
 		${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
 }

Modified: trunk/dports/python/py26-eyed3/Portfile
===================================================================
--- trunk/dports/python/py26-eyed3/Portfile	2012-01-24 22:33:50 UTC (rev 89317)
+++ trunk/dports/python/py26-eyed3/Portfile	2012-01-25 03:46:59 UTC (rev 89318)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-eyed3
-version             0.6.17
+version             0.6.18
 categories-append   audio
 platforms           darwin
 maintainers         elelay openmaintainer
@@ -20,9 +20,9 @@
 master_sites        ${homepage}/releases/
 distname            eyeD3-${version}
 
-checksums           md5     7bc175d0eb1e0152753b2aca80df6fde \
-                    sha1    a607ce4355f395ef137c265f8dad60ac67ba4e47 \
-                    rmd160  32891c885f175e7f2da1201359d73309366930e9
+checksums           md5     ad545c55bb8bdd579e8d14c5bdaacee5 \
+                    sha1    d8887f7b75306bd293e0b0d46a977e73225ae7b5 \
+                    rmd160  da94054d67d124f560d8fad2caaca88b4b71a408
 patchfiles          patch-bin-eyeD3.diff
 
 use_configure       yes
@@ -34,7 +34,7 @@
 post-destroot    {
     xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
-        README README.html THANKS TODO \
+        README README.html TODO \
         ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
 }

Modified: trunk/dports/python/py27-eyed3/Portfile
===================================================================
--- trunk/dports/python/py27-eyed3/Portfile	2012-01-24 22:33:50 UTC (rev 89317)
+++ trunk/dports/python/py27-eyed3/Portfile	2012-01-25 03:46:59 UTC (rev 89318)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-eyed3
-version             0.6.17
+version             0.6.18
 categories-append   audio
 platforms           darwin
 maintainers         elelay openmaintainer
@@ -20,11 +20,11 @@
 master_sites        ${homepage}/releases/
 distname            eyeD3-${version}
 
-checksums           md5     7bc175d0eb1e0152753b2aca80df6fde \
-                    sha1    a607ce4355f395ef137c265f8dad60ac67ba4e47 \
-                    rmd160  32891c885f175e7f2da1201359d73309366930e9
+checksums           md5     ad545c55bb8bdd579e8d14c5bdaacee5 \
+                    sha1    d8887f7b75306bd293e0b0d46a977e73225ae7b5 \
+                    rmd160  da94054d67d124f560d8fad2caaca88b4b71a408
+patchfiles          patch-bin-eyeD3.diff
 
-
 use_configure       yes
 
 post-configure    {
@@ -34,7 +34,7 @@
 post-destroot    {
     xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
-        README README.html THANKS TODO \
+        README README.html TODO \
         ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120124/4a174563/attachment.html>


More information about the macports-changes mailing list