pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/mapcode



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct 21 00:50:59 UTC 2021

Modified Files:
        pkgsrc/geography/mapcode: Makefile

Log Message:
geography/mapcode: Reorder lines (pkglint)

and whitespace rationalization


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/mapcode/Makefile

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

Modified files:

Index: pkgsrc/geography/mapcode/Makefile
diff -u pkgsrc/geography/mapcode/Makefile:1.8 pkgsrc/geography/mapcode/Makefile:1.9
--- pkgsrc/geography/mapcode/Makefile:1.8       Wed May 27 19:37:40 2020
+++ pkgsrc/geography/mapcode/Makefile   Thu Oct 21 00:50:59 2021
@@ -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 @@ HOMEPAGE=   https://github.com/mapcode-fou
 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