Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2863 closed update (fixed)

UPDATE: streamripper-1.61.5

Reported by: cssdev@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: streamripper

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This patch updates streamripper's Portfile from 1.32 to 1.61.5. The master_sites now includes sourceforge, so it properly grabs the distfile from one of the mirrors. The TODO file is no longer present, so it's removed from the post-destroot hook.

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/audio/streamripper/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
--- Portfile    7 Feb 2004 18:46:05 -0000       1.1
+++ Portfile    6 Apr 2005 16:34:49 -0000
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name           streamripper
-version                1.32
+version                1.61.5
 categories     audio net
 platforms      darwin
 maintainers    mww@opendarwin.org
@@ -17,13 +17,13 @@
                        find an exact track separation.
 
 homepage       http://streamripper.sourceforge.net
-master_sites   ${homepage}/files/
-checksums      md5 ca5330602427126d6848a6fdcf4e0079
+master_sites   ${homepage}/files/ sourceforge
+checksums      md5 38f2ea96fddccee5350b2711f75d1b6a
 
 destroot.destdir       bindir=${destroot}${prefix}/bin
 post-destroot  {
        file mkdir ${destroot}${prefix}/share/doc/${name}
-       xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README THANKS TODO \
+       xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README THANKS \
                ${destroot}${prefix}/share/doc/${name}
 }

Change History (3)

comment:1 Changed 19 years ago by snu@…

Summary: Upgrade audio/streamripper to 1.61.5UPDATE: streamripper-1.61.5

Please use the correct summary prefix.

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks for the update - commited!

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: streamripper added
Type: defectupdate
Note: See TracTickets for help on using tickets.