pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cpputest Install MakefileWorker.mk. Bump PKGREVI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa153ee3c89e
branches:  trunk
changeset: 366507:fa153ee3c89e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Aug 14 23:42:08 2017 +0000

description:
Install MakefileWorker.mk. Bump PKGREVISION.

diffstat:

 devel/cpputest/Makefile |  8 +++++++-
 devel/cpputest/PLIST    |  3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 13eef2dbed58 -r fa153ee3c89e devel/cpputest/Makefile
--- a/devel/cpputest/Makefile   Mon Aug 14 21:23:05 2017 +0000
+++ b/devel/cpputest/Makefile   Mon Aug 14 23:42:08 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/06/11 18:55:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/14 23:42:08 schmonz Exp $
 
 DISTNAME=              cpputest-3.8
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=cpputest/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -24,7 +25,12 @@
 
 TEST_TARGET=           check tdd
 
+INSTALLATION_DIRS=     share/CppUTest
+
 pre-configure:
        cd ${WRKSRC}/${CONFIGURE_DIRS} && autoreconf .. -fiv
 
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/build/MakefileWorker.mk ${DESTDIR}${PREFIX}/share/CppUTest/MakefileWorker.mk
+
 .include "../../mk/bsd.pkg.mk"
diff -r 13eef2dbed58 -r fa153ee3c89e devel/cpputest/PLIST
--- a/devel/cpputest/PLIST      Mon Aug 14 21:23:05 2017 +0000
+++ b/devel/cpputest/PLIST      Mon Aug 14 23:42:08 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/06/07 11:12:02 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/08/14 23:42:08 schmonz Exp $
 include/CppUTest/CommandLineArguments.h
 include/CppUTest/CommandLineTestRunner.h
 include/CppUTest/CppUTestConfig.h
@@ -47,3 +47,4 @@
 lib/libCppUTest.a
 lib/libCppUTestExt.a
 lib/pkgconfig/cpputest.pc
+share/CppUTest/MakefileWorker.mk



Home | Main Index | Thread Index | Old Index