Ticket #53732: Portfile.diff
File Portfile.diff, 1.3 KB (added by KubaO (Kuba Ober), 8 years ago) |
---|
-
ports/math/wxMaxima/Portfile
3 3 PortGroup wxWidgets 1.0 4 4 5 5 name wxMaxima 6 version 1 5.04.06 version 16.12.2 7 7 revision 0 8 8 maintainers mk openmaintainer 9 9 license gpl … … 16 16 homepage http://wxmaxima.sourceforge.net/ 17 17 master_sites sourceforge:project/[string tolower ${name}]/${name}/${version} 18 18 livecheck.regex (?:[string tolower ${name}]|${name})-(\[a-z0-9.\]+)${extract.suffix} 19 checksums rmd160 04295f10ccd074d7069d00b1a0fe41884817687c \ 20 sha256 0005029798703470333309fda29c731e79c85de1c7fc09b16cb87045a03aa4ba 19 checksums md5 d06af1ba334b84921b3fe070765a1c7e \ 20 sha256 42c0a4dfb2e2ad349a49b117ef7c2e251292fb252ce9fde16242760f3dfc4278 \ 21 rmd160 b0a5db6cb9bd6a1da7fb4ab5b0464082da66705e 21 22 22 23 # Upstream changed the distname's spelling some time after 13.x. 23 24 distname wxmaxima-${version} … … 25 26 wxWidgets.use wxWidgets-3.0 26 27 27 28 patchfiles patch-src_main.cpp.diff \ 28 patch-src_Dirstructure. h.diff \29 patch-src_Dirstructure.cpp.diff \ 29 30 patch-src_wxMaxima.cpp.diff 30 31 31 32 depends_lib port:libiconv \