Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Fix c_rehash manual page entry.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36edc63c4a7d
branches:  trunk
changeset: 435715:36edc63c4a7d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 13 11:35:54 2020 +0000

description:
openssl: Fix c_rehash manual page entry.

Previously after the openssl-* renames it ended up as a dangling symlink,
causing "pkg_admin check" failures.  Bump PKGREVISION.

diffstat:

 security/openssl/Makefile |  8 +++++---
 security/openssl/PLIST    |  4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 21862f722b1a -r 36edc63c4a7d security/openssl/Makefile
--- a/security/openssl/Makefile Mon Jul 13 09:49:19 2020 +0000
+++ b/security/openssl/Makefile Mon Jul 13 11:35:54 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.260 2020/07/10 10:04:54 hauke Exp $
+# $NetBSD: Makefile,v 1.261 2020/07/13 11:35:54 jperkin Exp $
 
 DISTNAME=      openssl-1.1.1g
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 
@@ -87,7 +87,9 @@
        for f in openssl-*; do                                          \
                ${RM} -f $${f};                                         \
                ${MV} `${ECHO} $${f} | ${SED} -e 's/openssl-//'` $${f}; \
-       done
+       done;                                                           \
+       ${RM} -f openssl-c_rehash.1;                                    \
+       ${LN} -s openssl-rehash.1 c_rehash.1
 
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 21862f722b1a -r 36edc63c4a7d security/openssl/PLIST
--- a/security/openssl/PLIST    Mon Jul 13 09:49:19 2020 +0000
+++ b/security/openssl/PLIST    Mon Jul 13 11:35:54 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/04/21 13:35:59 sevan Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/07/13 11:35:54 jperkin Exp $
 bin/c_rehash
 bin/openssl
 include/openssl/aes.h
@@ -117,8 +117,8 @@
 lib/pkgconfig/libssl.pc
 lib/pkgconfig/openssl.pc
 man/man1/CA.pl.1
+man/man1/c_rehash.1
 man/man1/openssl-asn1parse.1
-man/man1/openssl-c_rehash.1
 man/man1/openssl-ca.1
 man/man1/openssl-ciphers.1
 man/man1/openssl-cms.1



Home | Main Index | Thread Index | Old Index