pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pyca security/pyca: fix location of HTML docu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6a32ddf7628
branches:  trunk
changeset: 342054:f6a32ddf7628
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 12 20:47:00 2019 +0000

description:
security/pyca: fix location of HTML documentation

diffstat:

 security/pyca/Makefile |  14 +++++++-------
 security/pyca/PLIST    |  42 +++++++++++++++++++++---------------------
 2 files changed, 28 insertions(+), 28 deletions(-)

diffs (103 lines):

diff -r 36c0aadf5f28 -r f6a32ddf7628 security/pyca/Makefile
--- a/security/pyca/Makefile    Sat Oct 12 20:43:11 2019 +0000
+++ b/security/pyca/Makefile    Sat Oct 12 20:47:00 2019 +0000
@@ -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 @@
        -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 @@
                ${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"
diff -r 36c0aadf5f28 -r f6a32ddf7628 security/pyca/PLIST
--- a/security/pyca/PLIST       Sat Oct 12 20:43:11 2019 +0000
+++ b/security/pyca/PLIST       Sat Oct 12 20:47:00 2019 +0000
@@ -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-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