Ticket #43002: Portfile.diff
File Portfile.diff, 1.3 KB (added by nomis52@…, 10 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name cppunit 6 version 1.1 2.16 version 1.13.2 7 7 categories devel 8 8 platforms darwin 9 9 maintainers mww … … 13 13 unit testing. Test output is in XML or text format for \ 14 14 automatic testing and GUI based for supervised tests. 15 15 16 homepage http:// cppunit.sourceforge.net/17 master_sites sourceforge 18 checksums sha1 f1ab8986af7a1ffa6760f4bacf5622924639bf4a \ 19 rmd160 c5f38b1d201afcba7913f2b53fb7558add3d21f5\20 sha256 ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a16 homepage http://www.freedesktop.org/wiki/Software/cppunit/ 17 18 master_sites http://dev-www.libreoffice.org/src/ 19 checksums rmd160 2a86e06409b53b3477842354b21dd17fc4943b09 \ 20 sha256 3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f 21 21 22 22 post-extract { 23 23 move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac 24 24 } 25 25 26 configure.args -- mandir=${prefix}/share/man\26 configure.args --disable-silent-rules \ 27 27 --disable-doxygen \ 28 28 --disable-dot 29 29