Ticket #4578: Portfile.diff
File Portfile.diff, 924 bytes (added by andre@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name gsoap 6 version 2.7. 36 version 2.7.6a 7 7 distfiles ${name}_${version}${extract.suffix} 8 8 categories devel 9 9 maintainers andre@splunk.com … … 17 17 homepage http://www.cs.fsu.edu/~engelen/soap.html 18 18 master_sites sourceforge 19 19 master_sites.mirror_subdir gsoap2 20 checksums md5 fb0f5928cdcbc79586112f52fc9bf68320 checksums md5 d74e85ca803f50d773ef99ea14fd5e9b 21 21 22 22 worksrcdir ${name}-2.7 23 patchfiles patch-configure.in patch-makemake \ 24 patch-soapcpp2-Makefile.am patch-soapcpp2-wsdl-Makefile.am 23 patchfiles patch-configure.in patch-makemake patch-soapcpp2-Makefile.am patch-soapcpp2-wsdl-Makefile.am 25 24 26 25 pre-configure { 27 26 system "cd ${worksrcpath} && ./makemake" 28 27 } 29