Skip to content

Commit

Permalink
devel/lcov: update to 1.13 (fix #55349)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimuraw committed Nov 18, 2017
1 parent f6d2d56 commit 0331c7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
15 changes: 7 additions & 8 deletions devel/lcov/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0

name lcov
version 1.12
version 1.13
categories devel
maintainers kimuraw openmaintainer
description \
Expand All @@ -19,11 +19,10 @@ platforms darwin
supported_archs noarch
master_sites sourceforge:ltp
depends_lib port:perl5
patchfiles patch-Makefile.diff \
patch-bin-install.sh.diff
use_configure no
build {}
destroot.env PREFIX=${destroot}${prefix}
patchfiles patch-Makefile.diff
destroot.env PREFIX=${prefix}
post-destroot {
# install docs and examples
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
Expand All @@ -41,10 +40,10 @@ post-destroot {
reinplace "s|/etc/lcovrc|${prefix}/etc/lcovrc|" ${cmd}
}
}
checksums md5 e497f9b77a93c6dda4e594cd8a67f634 \
rmd160 f758ce5baad5c052b28a1209f15d9b4a2284a369 \
sha1 7b1c53da770cba5bdc1ff7779162bc4c5dff0708 \
sha256 b474e49c6c962754063b3be97a757a2ba9e7a455f0aea612863bf67e9b8b8ea7
checksums md5 27c003662136063c8dfe479242eff0b5 \
rmd160 a67ba7b37e12a561139d45db0e9837d07bd8c98c \
sha1 f23baf68b45d0187138514f416e4ee383c5f3f0e \
sha256 44972c878482cc06a05fe78eaa3645cbfcbad6634615c3309858b207965d8a23

livecheck.type regex
livecheck.url ${homepage}
Expand Down
18 changes: 8 additions & 10 deletions devel/lcov/files/patch-Makefile.diff
@@ -1,13 +1,11 @@
--- Makefile.orig 2015-10-06 00:37:40.000000000 +0900
+++ Makefile 2015-10-10 17:28:36.000000000 +0900
@@ -16,8 +16,8 @@
--- Makefile.orig 2016-12-20 00:05:06.000000000 +0900
+++ Makefile 2017-11-18 08:20:31.000000000 +0900
@@ -15,8 +15,6 @@
RELEASE := $(shell bin/get_version.sh --release)
FULL := $(shell bin/get_version.sh --full)

-PREFIX := /usr/local
-
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 := $(shell mktemp -d)
FILES := $(wildcard bin/*) $(wildcard man/*) README Makefile \
$(wildcard rpm/*) lcovrc
BIN_DIR := $(PREFIX)/bin
MAN_DIR := $(PREFIX)/share/man
13 changes: 0 additions & 13 deletions devel/lcov/files/patch-bin-install.sh.diff

This file was deleted.

0 comments on commit 0331c7d

Please sign in to comment.