[141087] trunk/dports/devel/lcov

kimuraw at macports.org kimuraw at macports.org
Sat Oct 10 01:34:19 PDT 2015


Revision: 141087
          https://trac.macports.org/changeset/141087
Author:   kimuraw at macports.org
Date:     2015-10-10 01:34:18 -0700 (Sat, 10 Oct 2015)
Log Message:
-----------
devel/lcov: upgrade to 1.12, that supports Xcode 7 (#49185)

Modified Paths:
--------------
    trunk/dports/devel/lcov/Portfile
    trunk/dports/devel/lcov/files/patch-Makefile.diff

Modified: trunk/dports/devel/lcov/Portfile
===================================================================
--- trunk/dports/devel/lcov/Portfile	2015-10-09 22:26:49 UTC (rev 141086)
+++ trunk/dports/devel/lcov/Portfile	2015-10-10 08:34:18 UTC (rev 141087)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            lcov
-version         1.11
+version         1.12
 categories      devel
 maintainers     kimuraw openmaintainer
 description     \
@@ -43,10 +43,10 @@
             reinplace "s|/etc/lcovrc|${prefix}/etc/lcovrc|" ${cmd}
         }
 }
-checksums       md5     e79b799ae3ce149aa924c7520e993024 \
-                rmd160  97f65c258c2fc54fd085501de490ba7128baa4f6 \
-                sha1    bf8ed68c06805a71528a2a67dd714830afd3ccb5 \
-                sha256  c282de8d678ecbfda32ce4b5c85fc02f77c2a39a062f068bd8e774d29ddc9bf8
+checksums       md5     e497f9b77a93c6dda4e594cd8a67f634 \
+                rmd160  f758ce5baad5c052b28a1209f15d9b4a2284a369 \
+                sha1    7b1c53da770cba5bdc1ff7779162bc4c5dff0708 \
+                sha256  b474e49c6c962754063b3be97a757a2ba9e7a455f0aea612863bf67e9b8b8ea7
 
 livecheck.type  regex
 livecheck.url   ${homepage}

Modified: trunk/dports/devel/lcov/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/lcov/files/patch-Makefile.diff	2015-10-09 22:26:49 UTC (rev 141086)
+++ trunk/dports/devel/lcov/files/patch-Makefile.diff	2015-10-10 08:34:18 UTC (rev 141087)
@@ -1,13 +1,13 @@
---- Makefile.orig	2007-08-20 19:34:50.000000000 +0900
-+++ Makefile	2008-06-15 00:21:41.000000000 +0900
+--- Makefile.orig	2015-10-06 00:37:40.000000000 +0900
++++ Makefile	2015-10-10 17:28:36.000000000 +0900
 @@ -16,8 +16,8 @@
- DATE    := $(shell date +%Y-%m-%d)
+ FULL    := $(shell bin/get_version.sh --full)
  
  CFG_DIR := $(PREFIX)/etc
 -BIN_DIR := $(PREFIX)/usr/bin
 -MAN_DIR := $(PREFIX)/usr/share/man
 +BIN_DIR := $(PREFIX)/bin
 +MAN_DIR := $(PREFIX)/share/man
- TMP_DIR := /tmp/lcov-tmp.$(shell echo $$$$)
- FILES   := $(wildcard bin/*) $(wildcard man/*) README CHANGES Makefile \
+ TMP_DIR := $(shell mktemp -d)
+ FILES   := $(wildcard bin/*) $(wildcard man/*) README Makefile \
  	   $(wildcard rpm/*) lcovrc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151010/b3229f00/attachment.html>


More information about the macports-changes mailing list