pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certifi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 16 08:51:17 UTC 2017

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

Log Message:
py-certifi: use pypi homepage instead of dead one


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certifi/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-certifi/Makefile
diff -u pkgsrc/security/py-certifi/Makefile:1.7 pkgsrc/security/py-certifi/Makefile:1.8
--- pkgsrc/security/py-certifi/Makefile:1.7     Sun Jul 30 05:37:54 2017
+++ pkgsrc/security/py-certifi/Makefile Sat Sep 16 08:51:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/07/30 05:37:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/16 08:51:17 wiz Exp $
 
 DISTNAME=      certifi-2017.7.27.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES=     security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certifi/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://certifi.io/
+HOMEPAGE=      https://pypi.python.org/pypi/certifi
 COMMENT=       Python package for providing Mozilla's CA Bundle
 LICENSE=       isc
 



Home | Main Index | Thread Index | Old Index