pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/mapcode geography/mapcode: Reorder lines (pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22d1449d10a4
branches:  trunk
changeset: 768376:22d1449d10a4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Oct 21 00:50:59 2021 +0000

description:
geography/mapcode: Reorder lines (pkglint)

and whitespace rationalization

diffstat:

 geography/mapcode/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r d6579903b9ad -r 22d1449d10a4 geography/mapcode/Makefile
--- a/geography/mapcode/Makefile        Thu Oct 21 00:45:25 2021 +0000
+++ b/geography/mapcode/Makefile        Thu Oct 21 00:50:59 2021 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/05/27 19:37:40 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/21 00:50:59 gdt Exp $
 
+GITHUB_PROJECT=        mapcode-cpp
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      mapcode-cpp-2.5.4
 PKGNAME=       ${DISTNAME:S/-cpp//}
 CATEGORIES=    geography
@@ -10,13 +12,10 @@
 COMMENT=       Mapcode Library for C/C++
 LICENSE=       apache-2.0
 
-GITHUB_PROJECT=        mapcode-cpp
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
 
 # Included CMakeLists is nonsensical
-USE_CMAKE=     yes
+USE_CMAKE=             yes
 
 CMAKE_ARGS+=           -DCMAKE_BINARY_DIR=${WRKSRC}/build
 



Home | Main Index | Thread Index | Old Index