pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-axolotl-curve25519



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct  1 14:17:38 UTC 2021

Modified Files:
        pkgsrc/chat/py-axolotl-curve25519: Makefile

Log Message:
py-axolotl-curve25519: Fix PKGNAME. Unbreak pkgsrc tree.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-axolotl-curve25519/Makefile

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

Modified files:

Index: pkgsrc/chat/py-axolotl-curve25519/Makefile
diff -u pkgsrc/chat/py-axolotl-curve25519/Makefile:1.3 pkgsrc/chat/py-axolotl-curve25519/Makefile:1.4
--- pkgsrc/chat/py-axolotl-curve25519/Makefile:1.3      Thu Sep 30 18:56:14 2021
+++ pkgsrc/chat/py-axolotl-curve25519/Makefile  Fri Oct  1 14:17:38 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/09/30 18:56:14 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/10/01 14:17:38 nia Exp $
 
 DISTNAME=      python-axolotl-curve25519-0.4.1.post2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//1:S/post//}
 CATEGORIES=    chat security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-axolotl-curve25519/}
 



Home | Main Index | Thread Index | Old Index