pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cpputest



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug 14 23:42:08 UTC 2017

Modified Files:
        pkgsrc/devel/cpputest: Makefile PLIST

Log Message:
Install MakefileWorker.mk. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cpputest/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cpputest/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cpputest/Makefile
diff -u pkgsrc/devel/cpputest/Makefile:1.3 pkgsrc/devel/cpputest/Makefile:1.4
--- pkgsrc/devel/cpputest/Makefile:1.3  Sat Jun 11 18:55:01 2016
+++ pkgsrc/devel/cpputest/Makefile      Mon Aug 14 23:42:08 2017
@@ -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 @@ USE_LANGUAGES=               c c++
 
 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"

Index: pkgsrc/devel/cpputest/PLIST
diff -u pkgsrc/devel/cpputest/PLIST:1.2 pkgsrc/devel/cpputest/PLIST:1.3
--- pkgsrc/devel/cpputest/PLIST:1.2     Tue Jun  7 11:12:02 2016
+++ pkgsrc/devel/cpputest/PLIST Mon Aug 14 23:42:08 2017
@@ -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 @@ include/CppUTestExt/OrderedTest.h
 lib/libCppUTest.a
 lib/libCppUTestExt.a
 lib/pkgconfig/cpputest.pc
+share/CppUTest/MakefileWorker.mk



Home | Main Index | Thread Index | Old Index