make-ca: 1.10 -> 1.12; adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:31:04 +02:00
parent 2b32ff77ee
commit 29260d3222
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/en5QpG6hkjzVloNt7HqvMUZ8yIZsoZtJFJm+4UjPxexYi8DiToxXm4Z/OMBbNCMRLMRA6O4P53Wlfq0AdLTpgU=
SHA256 (Pkgfile) = 716b2c0a785550393f0adfe8b8a4f751bfc97a5f46da6615d860a30ba5604521
RWSE3ohX2g5d/enxl/jH0NIbvIFgPZ+bCCUMJeJDvRyC4etVA6JhJWZ8147GxrKBkcMGcb8jIqhpxSO87pKu6qd0qcPyNYA4Nw4=
SHA256 (Pkgfile) = 9c29a9c48fdbd38112c68094c0d1e14fe40347c0d49b9c207910b72948edac1a
SHA256 (.footprint) = 25a97ebbdb350b1c50264c7d312738985460812c244174518201da84ec208722
SHA256 (make-ca-1.10.tar.gz) = 54e5512d45087b422d8f3359f2b0cc6db52d9a8c96623ff22fbaf279e4bf2e1b
SHA256 (make-ca-1.12.tar.gz) = 49dac64b7768a285030bf032bdbe5ad6ea6dafecd297ba9688b0bfa198f5e857

View File

@ -1,17 +1,17 @@
# Description: A utility to deliver and manage a complete PKI configuration.
# Description: A utility to deliver and manage a complete PKI configuration
# URL: https://github.com/lfs-book/make-ca
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
name=make-ca
version=1.10
version=1.12
release=1
source=(https://github.com/lfs-book/make-ca/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
sed -i -e 's|^\(LIBEXECDIR=\).*|\1/usr/lib/make-ca|' Makefile
sed -i -e 's|^\(LIBEXECDIR=\).*|\1/usr/lib/make-ca|' Makefile
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}