From a123268358d1828ec6270975667de8085b581fd4 Mon Sep 17 00:00:00 2001 From: jca Date: Tue, 28 Apr 2020 15:51:40 +0000 Subject: [PATCH] Drop the MESSAGE about cpplint and python2 cpplint.py was only installed for leatherman developers purposes: https://github.com/puppetlabs/leatherman/commit/4af4e296f5328fc8cdb699394563ff07123b83c1 No need to attract people's attention towards this 10 years old python2 script with a MESSAGE. ok kn@ sthen@ --- devel/leatherman/Makefile | 4 ++-- devel/leatherman/pkg/MESSAGE | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 devel/leatherman/pkg/MESSAGE diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index 3138ca31b4b..2bca664d83f 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.36 2020/04/28 12:18:43 kn Exp $ +# $OpenBSD: Makefile,v 1.37 2020/04/28 15:51:40 jca Exp $ COMMENT = collection of C++ and CMake utility libraries GH_ACCOUNT = puppetlabs GH_PROJECT = leatherman GH_TAGNAME = 1.11.0 -REVISION = 0 +REVISION = 1 # N.B.: Upstream doesn't care about ABI, better just bump major on update SHARED_LIBS = leatherman_curl 1.1 # 0.12 diff --git a/devel/leatherman/pkg/MESSAGE b/devel/leatherman/pkg/MESSAGE deleted file mode 100644 index 6d1017461c7..00000000000 --- a/devel/leatherman/pkg/MESSAGE +++ /dev/null @@ -1,3 +0,0 @@ -To use the cpplint.py script, install the required Python version: - - # pkg_add python%${MODPY_VERSION}