Ticket #20281: Portfile.patch
File Portfile.patch, 1.2 KB (added by mww@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name spin 6 version 5. 1.76 version 5.2.0 7 7 set version_no_dot [join [split ${version} .] ""] 8 8 distname ${name}${version_no_dot} 9 9 categories devel … … 18 18 19 19 homepage http://spinroot.com 20 20 master_sites http://spinroot.com/spin/Src/ 21 checksums rmd160 e7065ffe54f468b4717c4df7752a20bc9cae907a 21 checksums md5 0e23a034cc3e5adbf9e90919a0888ab0 \ 22 sha1 edac8e1d0aaa89bb17d5ce6a9ec6726708801bf1 \ 23 rmd160 9109f146d15f5b44d6e4b333c50b65e770af1c1c 22 24 depends_lib port:tk port:tcl 23 25 patchfiles patch-makefile.diff \ 24 26 patch-xspin.diff 25 27 worksrcdir Spin/Src${version} 26 28 use_configure no 27 29 28 set xspin_dir Xspin5. 129 set xspin_name xspin5 10.tcl30 set xspin_dir Xspin5.2 31 set xspin_name xspin520.tcl 30 32 31 33 pre-patch { 32 34 file rename ${worksrcpath}/../${xspin_dir}/${xspin_name} ${worksrcpath}/../${xspin_dir}/xspin … … 37 39 } 38 40 39 41 build.target "" 42 build.args CC="${configure.cc} -DNXT" 40 43 41 44 destroot { 42 45 xinstall -m 0444 ${worksrcpath}/../Man/${name}.1 \