[124818] trunk/dports/devel/cppunit
ryandesign at macports.org
ryandesign at macports.org
Thu Aug 28 05:46:08 PDT 2014
Revision: 124818
https://trac.macports.org/changeset/124818
Author: ryandesign at macports.org
Date: 2014-08-28 05:46:08 -0700 (Thu, 28 Aug 2014)
Log Message:
-----------
cppunit: update to 1.13.2 (#43002; maintainer timeout)
Modified Paths:
--------------
trunk/dports/devel/cppunit/Portfile
Removed Paths:
-------------
trunk/dports/devel/cppunit/files/
Modified: trunk/dports/devel/cppunit/Portfile
===================================================================
--- trunk/dports/devel/cppunit/Portfile 2014-08-28 12:39:31 UTC (rev 124817)
+++ trunk/dports/devel/cppunit/Portfile 2014-08-28 12:46:08 UTC (rev 124818)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,5 +4,5 @@
name cppunit
-version 1.12.1
+version 1.13.2
categories devel
platforms darwin
@@ -13,24 +14,18 @@
unit testing. Test output is in XML or text format for \
automatic testing and GUI based for supervised tests.
-homepage http://cppunit.sourceforge.net/
-master_sites sourceforge
-checksums sha1 f1ab8986af7a1ffa6760f4bacf5622924639bf4a \
- rmd160 c5f38b1d201afcba7913f2b53fb7558add3d21f5 \
- sha256 ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a
+homepage http://www.freedesktop.org/wiki/Software/cppunit/
+master_sites http://dev-www.libreoffice.org/src/
-post-extract {
- move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
-}
+checksums rmd160 2a86e06409b53b3477842354b21dd17fc4943b09 \
+ sha256 3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f
-configure.args --mandir=${prefix}/share/man \
+configure.args --disable-dot \
--disable-doxygen \
- --disable-dot
+ --disable-silent-rules
-patchfiles automake.patch
-
-use_autoreconf yes
-autoreconf.args -fvi
-
test.run yes
test.target check
+
+livecheck.type regex
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140828/32849373/attachment-0001.html>
More information about the macports-changes
mailing list