Ticket #35487: Portfile.diff
File Portfile.diff, 1.1 KB (added by fracai, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name oath-toolkit 7 version 1.1 0.47 version 1.12.4 8 8 categories security devel 9 9 platforms darwin 10 10 maintainers alum.wpi.edu:arno+macports openmaintainer … … 23 23 homepage http://oath-toolkit.nongnu.org/ 24 24 master_sites savannah 25 25 26 checksums sha256 0b7806a5cddc8ed01939bdf8767fc703c2df765fe846ce823f45d9059bc19051\27 rmd160 4c8844d50be236aa2d6bfe8b2ec54b02930a174c26 checksums sha256 6995314a908498c5904ad2566463c2004b1165ce2b70aeae39b99203e53f670a \ 27 rmd160 0fd46c76dba5cb626c8a07f5a403d54607058db5 28 28 29 29 livecheck.type regex 30 30 livecheck.url http://download.savannah.gnu.org/releases/oath-toolkit/ 31 31 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} 32 33 # temporary hack to enable a successful build; reported upstream (#30982)34 post-configure {35 system "touch ${worksrcpath}/gl/libgnu.a"36 }