pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ca-certificates



Module Name:    pkgsrc
Committed By:   kim
Date:           Mon Oct 12 21:52:31 UTC 2020

Modified Files:
        pkgsrc/security/ca-certificates: Makefile PLIST

Log Message:
Use PKGMANDIR


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ca-certificates/Makefile \
    pkgsrc/security/ca-certificates/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/ca-certificates/Makefile
diff -u pkgsrc/security/ca-certificates/Makefile:1.2 pkgsrc/security/ca-certificates/Makefile:1.3
--- pkgsrc/security/ca-certificates/Makefile:1.2        Mon Jun  8 09:55:36 2020
+++ pkgsrc/security/ca-certificates/Makefile    Mon Oct 12 21:52:30 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/06/08 09:55:36 kim Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/12 21:52:30 kim Exp $
 
 PKGNAME=       ca-certificates-20200601
-DISTNAME=      ${PKGNAME:C/-([^-]*)$/_\1/}
+PKGREVISION=   1
+DISTNAME=      ${PKGNAME_NOREV:C/-([^-]*)$/_\1/}
 CATEGORIES=    security
 MASTER_SITES=  http://deb.debian.org/debian/pool/main/c/ca-certificates/
 EXTRACT_SUFX=  .tar.xz
@@ -20,7 +21,7 @@ WRKSRC=               ${WRKDIR}/${PKGNAME_NOREV}
 DATADIR=       ${PREFIX}/share/${PKGBASE}
 DOCDIR=                ${PREFIX}/share/doc/${PKGBASE}
 EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
-MANDIR=                ${PREFIX}/share/man/man8
+MANDIR=                ${PREFIX}/${PKGMANDIR}/man8
 
 # Set paths depending on whether we depend on builtin or pkgsrc
 # openssl.  \todo Arguably, we should consider installing into both
Index: pkgsrc/security/ca-certificates/PLIST
diff -u pkgsrc/security/ca-certificates/PLIST:1.2 pkgsrc/security/ca-certificates/PLIST:1.3
--- pkgsrc/security/ca-certificates/PLIST:1.2   Mon Jun  8 09:55:36 2020
+++ pkgsrc/security/ca-certificates/PLIST       Mon Oct 12 21:52:30 2020
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/08 09:55:36 kim Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/10/12 21:52:30 kim Exp $
+man/man8/update-ca-certificates.8
 sbin/update-ca-certificates
 share/ca-certificates/mozilla/ACCVRAIZ1.crt
 share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt
@@ -130,4 +131,3 @@ share/doc/ca-certificates/README.pkgsrc
 share/doc/ca-certificates/README.source
 share/doc/ca-certificates/changelog
 share/examples/ca-certificates/ca-certificates.conf
-share/man/man8/update-ca-certificates.8



Home | Main Index | Thread Index | Old Index