Revision: 112768 https://trac.macports.org/changeset/112768 Author: g5pw@macports.org Date: 2013-10-31 03:57:44 -0700 (Thu, 31 Oct 2013) Log Message: ----------- devel/check: update to 0.9.10 whitespace fix closes #39751 Modified Paths: -------------- trunk/dports/devel/check/Portfile Modified: trunk/dports/devel/check/Portfile =================================================================== --- trunk/dports/devel/check/Portfile 2013-10-31 10:24:38 UTC (rev 112767) +++ trunk/dports/devel/check/Portfile 2013-10-31 10:57:44 UTC (rev 112768) @@ -1,37 +1,38 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name check -version 0.9.8 -categories devel -license LGPL-2.1+ -maintainers landonf openmaintainer -homepage http://check.sf.net/ -description C unit testing framework -long_description Check is a unit test framework for C. It \ - features a simple interface for defining unit \ - tests, putting little in the way of the \ - developer. Tests are run in a separate address \ - space, so Check can catch both assertion \ - failures and code errors that cause \ - segmentation faults or other signals. The \ - output from unit tests can be used within \ - source code editors and IDEs. -platforms darwin +name check +version 0.9.10 +categories devel +license LGPL-2.1+ +maintainers landonf openmaintainer +homepage http://check.sf.net/ +description C unit testing framework +long_description Check is a unit test framework for C. It \ + features a simple interface for defining unit \ + tests, putting little in the way of the \ + developer. Tests are run in a separate address \ + space, so Check can catch both assertion \ + failures and code errors that cause \ + segmentation faults or other signals. The \ + output from unit tests can be used within \ + source code editors and IDEs. +platforms darwin -master_sites sourceforge:check +master_sites sourceforge:check -checksums md5 5d75e9a6027cde79d2c339ef261e7470 \ - sha1 a75cc89411e24b5d39b7869f8233e19f210de555 \ - rmd160 75e0d1981109086ac597e57655ba9561f1b79211 +depends_build port:autoconf \ + port:automake \ + port:libtool \ + port:pkgconfig -configure.args --infodir=${prefix}/share/info \ - --mandir=${prefix}/share/info +checksums md5 6d10a8efb9a683467b92b3bce97aeb30 \ + sha1 56da5197bcff07d42da18f9ed1d55bff638a6896 \ + rmd160 0e81979e59072c8b507a8754be61d18a1281d9c1 -test.run yes -test.target check +configure.args --infodir=${prefix}/share/info \ + --mandir=${prefix}/share/info -livecheck.type regex -livecheck.url https://sourceforge.net/projects/check/files/ -livecheck.regex {check-(\d+(\.\d+?)+)} +test.run yes +test.target check
participants (1)
-
g5pw@macports.org