Ticket #4305: patch-aqua-JHymn-Portfile

File patch-aqua-JHymn-Portfile, 1.7 KB (added by dms@…, 19 years ago)

patch to update Portfile

Line 
1Index: aqua/JHymn/Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/aqua/JHymn/Portfile,v
4retrieving revision 1.2
5diff -u -b -w -r1.2 Portfile
6--- aqua/JHymn/Portfile 4 Jul 2005 05:34:13 -0000       1.2
7+++ aqua/JHymn/Portfile 19 Aug 2005 16:20:13 -0000
8@@ -3,7 +3,7 @@
9 PortSystem 1.0
10 
11 name                JHymn
12-version             0.8.3
13+version             0.8.5
14 platforms           darwin
15 categories          aqua audio
16 description         iTMS DRM removal utility
17@@ -19,23 +19,15 @@
18 master_sites        http://www.hymn-project.org/download/
19 distname            [regsub -all {[\.-]} ${distname} _]_source
20 use_zip             yes
21-checksums           md5 531949f97d8c4b1c7522d03aac0ae15e
22+checksums           md5 6b591aa53c669e314135cb40cdde3a7f
23 worksrcdir          ${name}
24 configure           {}
25 depends_build       bin:faad:faad2 \
26                     bin:lame:lame
27 pre-build           { xinstall "[binaryInPath faad]" "[binaryInPath lame]" \
28                         "${worksrcpath}" }
29-build.type          pbx
30-build.target        -target ${name}
31-build.args          -buildstyle Deployment
32-set xcodebuilddir              build
33-platform darwin 8 {
34-       if {$xcodeversion == "2.1"} {
35-               set xcodebuilddir       build/Deployment
36-               patchfiles-append       patch-JHymn.xcode-project.pbxproj
37-       }
38-}
39+build.cmd           ./build_mac.sh
40+build.target        {}
41 destroot            { xinstall -m 755 -d "${destroot}/Applications/DarwinPorts"
42-                      file copy "${worksrcpath}/${xcodebuilddir}/JHymn.app" \
43+                      file copy "${worksrcpath}/JHymn.app" \
44                         "${destroot}/Applications/Darwinports" }