pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libtomcrypt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 27 08:27:34 UTC 2024

Modified Files:
        pkgsrc/security/libtomcrypt: Makefile PLIST

Log Message:
libtomcrypt: install docs

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libtomcrypt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/libtomcrypt/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/libtomcrypt/Makefile
diff -u pkgsrc/security/libtomcrypt/Makefile:1.11 pkgsrc/security/libtomcrypt/Makefile:1.12
--- pkgsrc/security/libtomcrypt/Makefile:1.11   Sat Jul 27 06:06:46 2024
+++ pkgsrc/security/libtomcrypt/Makefile        Sat Jul 27 08:27:34 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2024/07/27 06:06:46 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/07/27 08:27:34 wiz Exp $
 
 DISTNAME=      crypt-1.18.2
 PKGNAME=       libtom${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libtom/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -26,5 +26,10 @@ CPPFLAGS+=   -DUSE_LTM -DLTM_DESC
 
 PKGCONFIG_OVERRIDE+=   libtomcrypt.pc.in
 
+INSTALLATION_DIRS+=    share/doc/libtomcrypt
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/doc/crypt.pdf ${DESTDIR}${PREFIX}/share/doc/libtomcrypt
+
 .include "../../math/ltm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/libtomcrypt/PLIST
diff -u pkgsrc/security/libtomcrypt/PLIST:1.3 pkgsrc/security/libtomcrypt/PLIST:1.4
--- pkgsrc/security/libtomcrypt/PLIST:1.3       Tue Jul  9 11:20:58 2019
+++ pkgsrc/security/libtomcrypt/PLIST   Sat Jul 27 08:27:34 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/07/09 11:20:58 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/07/27 08:27:34 wiz Exp $
 include/tomcrypt.h
 include/tomcrypt_argchk.h
 include/tomcrypt_cfg.h
@@ -14,3 +14,4 @@ include/tomcrypt_pkcs.h
 include/tomcrypt_prng.h
 lib/libtomcrypt.la
 lib/pkgconfig/libtomcrypt.pc
+share/doc/libtomcrypt/crypt.pdf



Home | Main Index | Thread Index | Old Index