pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pyca
Module Name: pkgsrc
Committed By: rillig
Date: Sat Oct 12 20:47:00 UTC 2019
Modified Files:
pkgsrc/security/pyca: Makefile PLIST
Log Message:
security/pyca: fix location of HTML documentation
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/pyca/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/pyca/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pyca/Makefile
diff -u pkgsrc/security/pyca/Makefile:1.24 pkgsrc/security/pyca/Makefile:1.25
--- pkgsrc/security/pyca/Makefile:1.24 Thu Apr 25 07:33:17 2019
+++ pkgsrc/security/pyca/Makefile Sat Oct 12 20:47:00 2019
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.24 2019/04/25 07:33:17 maya Exp $
+# $NetBSD: Makefile,v 1.25 2019/10/12 20:47:00 rillig Exp $
# Date-based distfile name for pre-releases leading to 0.6.6.
DISTNAME= pyca-20031118
PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security python
#MASTER_SITES= http://www.pyca.de/download/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= http://www.pyca.de/
+HOMEPAGE= https://www.pyca.de/2017/12/31/pyca-x-509-ca/
COMMENT= Administration tools for X.509/PKIX CA
LICENSE= gnu-gpl-v2
@@ -32,7 +32,7 @@ PYCA_SCRIPT_FIXUP_SED= \
-e "s|/home/.*/pylib|${PREFIX}/lib/pyca|g"
INSTALLATION_DIRS= bin lib/pyca/openssl libexec/cgi-bin sbin \
- share/doc/html/pyca/help share/doc/html/pyca/ssi \
+ share/doc/pyca/help share/doc/pyca/ssi \
share/examples/pyca
pyca-script-fixup:
@@ -64,13 +64,13 @@ do-install:
${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/examples/pyca; \
done
cd ${WRKSRC}; for file in htdocs/*.html; do \
- ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca; \
+ ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/pyca; \
done
cd ${WRKSRC}; for file in htdocs/help/*; do \
- ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/help; \
+ ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/pyca/help; \
done
cd ${WRKSRC}; for file in htdocs/ssi/*.html; do \
- ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/ssi; \
+ ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/pyca/ssi; \
done
.include "../../lang/python/application.mk"
Index: pkgsrc/security/pyca/PLIST
diff -u pkgsrc/security/pyca/PLIST:1.3 pkgsrc/security/pyca/PLIST:1.4
--- pkgsrc/security/pyca/PLIST:1.3 Sat Oct 29 08:27:37 2011
+++ pkgsrc/security/pyca/PLIST Sat Oct 12 20:47:00 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/10/29 08:27:37 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/10/12 20:47:00 rillig Exp $
bin/ca2ldif.py
bin/certs2ldap.py
bin/copy-cacerts.py
@@ -35,26 +35,26 @@ sbin/ca-cycle-pub.py
sbin/ca-make.py
sbin/ca-revoke.py
sbin/pickle-cnf.py
-share/doc/html/pyca/changes.html
-share/doc/html/pyca/config.html
-share/doc/html/pyca/demo.html
-share/doc/html/pyca/download.html
-share/doc/html/pyca/faq.html
-share/doc/html/pyca/features.html
-share/doc/html/pyca/feedback.html
-share/doc/html/pyca/files.html
-share/doc/html/pyca/help/client-enroll.html.de
-share/doc/html/pyca/help/client-enroll.html.en
-share/doc/html/pyca/install.html
-share/doc/html/pyca/news.html
-share/doc/html/pyca/overview.html
-share/doc/html/pyca/pyca.html
-share/doc/html/pyca/related.html
-share/doc/html/pyca/roadmap.html
-share/doc/html/pyca/security.html
-share/doc/html/pyca/ssi/footer.html
-share/doc/html/pyca/ssi/head.html
-share/doc/html/pyca/ssi/navigation.html
+share/doc/pyca/changes.html
+share/doc/pyca/config.html
+share/doc/pyca/demo.html
+share/doc/pyca/download.html
+share/doc/pyca/faq.html
+share/doc/pyca/features.html
+share/doc/pyca/feedback.html
+share/doc/pyca/files.html
+share/doc/pyca/help/client-enroll.html.de
+share/doc/pyca/help/client-enroll.html.en
+share/doc/pyca/install.html
+share/doc/pyca/news.html
+share/doc/pyca/overview.html
+share/doc/pyca/pyca.html
+share/doc/pyca/related.html
+share/doc/pyca/roadmap.html
+share/doc/pyca/security.html
+share/doc/pyca/ssi/footer.html
+share/doc/pyca/ssi/head.html
+share/doc/pyca/ssi/navigation.html
share/examples/pyca/cacert_AuthCerts.cnf
share/examples/pyca/cacert_CodeSigning.cnf
share/examples/pyca/cacert_EmailCerts.cnf
Home |
Main Index |
Thread Index |
Old Index