pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-crcmod



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  4 16:21:19 UTC 2018

Modified Files:
        pkgsrc/security/py-crcmod: Makefile

Log Message:
py-crcmod: fix typo in variable

Fixes download.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-crcmod/Makefile

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

Modified files:

Index: pkgsrc/security/py-crcmod/Makefile
diff -u pkgsrc/security/py-crcmod/Makefile:1.1 pkgsrc/security/py-crcmod/Makefile:1.2
--- pkgsrc/security/py-crcmod/Makefile:1.1      Tue Jan 30 19:07:48 2018
+++ pkgsrc/security/py-crcmod/Makefile  Sun Feb  4 16:21:19 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2018/01/30 19:07:48 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/04 16:21:19 wiz Exp $
 
 DISTNAME=      crcmod-1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security
-MASTER_SITES=  ${MASYER_SITE_PYPI:=c/crcmod/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crcmod/}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
 HOMEPAGE=      https://crcmod.sourceforge.net/



Home | Main Index | Thread Index | Old Index