[66174] trunk/dports/devel/lcov

kimuraw at macports.org kimuraw at macports.org
Tue Apr 6 08:37:11 PDT 2010


Revision: 66174
          http://trac.macports.org/changeset/66174
Author:   kimuraw at macports.org
Date:     2010-04-06 08:37:07 -0700 (Tue, 06 Apr 2010)
Log Message:
-----------
devel/lcov: upgrade to 1.8

Modified Paths:
--------------
    trunk/dports/devel/lcov/Portfile
    trunk/dports/devel/lcov/files/patch-bin-install.sh.diff

Modified: trunk/dports/devel/lcov/Portfile
===================================================================
--- trunk/dports/devel/lcov/Portfile	2010-04-06 15:01:40 UTC (rev 66173)
+++ trunk/dports/devel/lcov/Portfile	2010-04-06 15:37:07 UTC (rev 66174)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name            lcov
-version         1.7
+version         1.8
 categories      devel
-maintainers     kimuraw
+maintainers     kimuraw openmaintainer
 description		\
 		LCOV is a graphical front-end for GCC's coverage testing tool gcov.
 long_description \
@@ -43,9 +43,9 @@
 				${destroot}${prefix}/bin/genpng \
 				${destroot}${prefix}/bin/lcov
 }
-checksums      	md5 445fc85c33c0ce21f5e0e06cd881b928 \
-				rmd160 2a53f7037a78ee3ddb761c0c2c109a111a318956 \
-				sha1 3cbf50d1e4be3d61acedd243aaed264a4b24a3a6
+checksums      	md5 a909d9145111c6133c65b9dce007d7a1 \
+				rmd160 cde9a5e5a4b1f6ca0330f2fd2afba00b4b8949b4 \
+				sha1 9c8b7134658e7f9c70214ca578310a7c0e6135df
 
 livecheck.type	regex
 livecheck.url	${homepage}

Modified: trunk/dports/devel/lcov/files/patch-bin-install.sh.diff
===================================================================
--- trunk/dports/devel/lcov/files/patch-bin-install.sh.diff	2010-04-06 15:01:40 UTC (rev 66173)
+++ trunk/dports/devel/lcov/files/patch-bin-install.sh.diff	2010-04-06 15:37:07 UTC (rev 66174)
@@ -1,13 +1,13 @@
---- bin/install.sh.orig	2007-08-20 19:34:50.000000000 +0900
-+++ bin/install.sh	2008-10-01 00:36:10.000000000 +0900
-@@ -31,7 +31,9 @@
-   local SOURCE=$1
+--- ../lcov-1.8.org/bin/install.sh	2010-01-29 19:14:46.000000000 +0900
++++ bin/install.sh	2010-04-07 00:34:26.000000000 +0900
+@@ -34,7 +34,9 @@
    local TARGET=$2
+   local PARAMS=$3
  
--  install -D $SOURCE $TARGET
+-  install -p -D $PARAMS $SOURCE $TARGET
 +  # "install -D" is not available MacOSX install(1),
 +  # but all of subdirectories are prepared into destroot (bin, man and etc)
-+  install $SOURCE $TARGET
++  install -p $PARAMS $SOURCE $TARGET
  }
  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100406/4e821ada/attachment.html>


More information about the macports-changes mailing list