pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/draco



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun  7 12:10:59 UTC 2025

Modified Files:
        pkgsrc/geography/draco: Makefile distinfo

Log Message:
draco: simplify


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/draco/Makefile \
    pkgsrc/geography/draco/distinfo

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

Modified files:

Index: pkgsrc/geography/draco/Makefile
diff -u pkgsrc/geography/draco/Makefile:1.1 pkgsrc/geography/draco/Makefile:1.2
--- pkgsrc/geography/draco/Makefile:1.1 Sat Jun  7 11:45:51 2025
+++ pkgsrc/geography/draco/Makefile     Sat Jun  7 12:10:58 2025
@@ -1,20 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2025/06/07 11:45:51 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2025/06/07 12:10:58 wiz Exp $
 
-VERSION=       1.5.7
-DISTNAME=      ${VERSION}
-PKGNAME=       ${GITHUB_PROJECT}-${VERSION}
+DISTNAME=      draco-1.5.7
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
-GITHUB_PROJECT=        draco
-GITHUB_TAG=    refs/tags/${VERSION}
-DIST_SUBDIR=   ${GITHUB_PROJECT}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/google/draco/
 COMMENT=       Point cloud (geospatial) compression library
 LICENSE=       apache-2.0      # CLA for inbound
 
-WRKSRC=                ${WRKDIR}/draco-1.5.7
 USE_LANGUAGES= c c++
 
 # cmake looks for python, but doesn't seem to use it
Index: pkgsrc/geography/draco/distinfo
diff -u pkgsrc/geography/draco/distinfo:1.1 pkgsrc/geography/draco/distinfo:1.2
--- pkgsrc/geography/draco/distinfo:1.1 Sat Jun  7 11:45:51 2025
+++ pkgsrc/geography/draco/distinfo     Sat Jun  7 12:10:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/06/07 11:45:51 gdt Exp $
+$NetBSD: distinfo,v 1.2 2025/06/07 12:10:58 wiz Exp $
 
-BLAKE2s (draco/1.5.7.tar.gz) = c4730ab0d47e7ec7a9bfaeda1c1cf7c55ac69e46ef9a6f26056fd1085a0074c0
-SHA512 (draco/1.5.7.tar.gz) = 8b444744cdf12fb9d276916eb2ff0735cd1a6497b65b88813ec457fe2169db987db62e3db253a7d0f3ae7d45ae6502e8a9f8c0b81abde73e07b3bec69f9dc170
-Size (draco/1.5.7.tar.gz) = 60465968 bytes
+BLAKE2s (draco-1.5.7.tar.gz) = c4730ab0d47e7ec7a9bfaeda1c1cf7c55ac69e46ef9a6f26056fd1085a0074c0
+SHA512 (draco-1.5.7.tar.gz) = 8b444744cdf12fb9d276916eb2ff0735cd1a6497b65b88813ec457fe2169db987db62e3db253a7d0f3ae7d45ae6502e8a9f8c0b81abde73e07b3bec69f9dc170
+Size (draco-1.5.7.tar.gz) = 60465968 bytes



Home | Main Index | Thread Index | Old Index