pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-gdal



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan 19 15:40:55 UTC 2022

Modified Files:
        pkgsrc/geography/py-gdal: Makefile

Log Message:
geography/py-gdal: Clean up how PKGREVISION is set

NFCI; just fold the revbump-set PKGREVISION=1 (that I should have
skipped) into the commented-out zero.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/geography/py-gdal/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/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.43 pkgsrc/geography/py-gdal/Makefile:1.44
--- pkgsrc/geography/py-gdal/Makefile:1.43      Tue Jan 18 17:42:26 2022
+++ pkgsrc/geography/py-gdal/Makefile   Wed Jan 19 15:40:55 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2022/01/18 17:42:26 gdt Exp $
+# $NetBSD: Makefile,v 1.44 2022/01/19 15:40:55 gdt Exp $
 
-PKGREVISION= 1
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-#PKGREVISION=  0
+PKGREVISION=   1
 
 COMMENT=       Translator library for raster geospatial data formats, Python binding
 



Home | Main Index | Thread Index | Old Index