Ticket #27190: Portfile.diff
File Portfile.diff, 1.3 KB (added by raphael-st (Raphael Straub), 14 years ago) |
---|
-
Portfile
old new 5 5 PortGroup cmake 1.0 6 6 7 7 name cgal 8 version 3.6.1 9 revision 2 8 version 3.7 10 9 license LGPL - QPL 11 10 categories gis science 12 11 maintainers vince … … 25 24 homepage http://www.cgal.org/ 26 25 27 26 fetch.ignore_sslcert yes 28 master_sites https://gforge.inria.fr/frs/download.php/27 222/27 master_sites https://gforge.inria.fr/frs/download.php/27641/ 29 28 30 29 distname CGAL-${version} 31 checksums md5 c84e11327bbdd8d83e2abd17c5293b5b\32 sha1 5e38aba6b01f56faf03868f8e93f14004bd340f9\33 rmd160 a856ef1db560c68fec81a34bc64164331c60373830 checksums md5 0e4c17f436ec04848abc3273bb6ab3ee \ 31 sha1 c5c1ee8a08b596239ced9df6f13a4555253f0cbb \ 32 rmd160 f8e884d2ecf37dbd5fcc6fc8c9987f6116c305a8 34 33 35 34 depends_lib-append port:boost \ 36 35 port:mpfr \ … … 43 42 depends_lib-append port:libQGLViewer \ 44 43 port:ipe 45 44 45 patchfiles patch-CMakeLists.txt.diff 46 46 47 configure.args-append -DWITH_examples=TRUE 47 48 configure.args-append -DWITH_demos=TRUE 48 49