pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-proj
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 6 21:03:55 UTC 2024
Modified Files:
pkgsrc/geography/py-proj: Makefile
Log Message:
py-proj: fix PKGNAME to match directory name
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/geography/py-proj/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-proj/Makefile
diff -u pkgsrc/geography/py-proj/Makefile:1.42 pkgsrc/geography/py-proj/Makefile:1.43
--- pkgsrc/geography/py-proj/Makefile:1.42 Thu Nov 23 11:23:07 2023
+++ pkgsrc/geography/py-proj/Makefile Wed Mar 6 21:03:54 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2023/11/23 11:23:07 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2024/03/06 21:03:54 wiz Exp $
DISTNAME= pyproj-3.2.1
# 3.3.0 requires proj 8
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION= 6
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproj/}
Home |
Main Index |
Thread Index |
Old Index