From 8cca5d61e710b1e78107e65667f7a0379c8f71a4 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 27 Aug 2023 17:34:51 +0200 Subject: [PATCH] libtasn1: adopted port --- libtasn1/.signature | 4 ++-- libtasn1/Pkgfile | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libtasn1/.signature b/libtasn1/.signature index 5e3fde10c..afdde6b60 100644 --- a/libtasn1/.signature +++ b/libtasn1/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/T7HC/sXoVS1n2m7amLpcgt3BjzTgOA4lLxPj8XX4bx0W5J2FVnlP4A6JM/uw8RV7nUlwEjhci24x+lKgmey/ww= -SHA256 (Pkgfile) = 610ba0591cd2f6943c6229a04f95c3336e8be46d2c5755110f2d0436c680bdd0 +RWSE3ohX2g5d/bBV4kB8yds9nLNaCGVR7GZIOHLUpC6+peFxDQl3LKnuE2EsTFvct53m8ZAu5eZI1S/Ob7URW/OAZI1bL1tlCQk= +SHA256 (Pkgfile) = c913e92cc3d77453251c6a76c6054e89218dc6007608884644dbf1fa744f3e83 SHA256 (.footprint) = a0ff6a25328681826a5f88c1f5f1d9a0f4b9c76ec773cbd489e2816ba7fcfb59 SHA256 (libtasn1-4.19.0.tar.gz) = 1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a diff --git a/libtasn1/Pkgfile b/libtasn1/Pkgfile index 7249689c5..acaa1fffc 100644 --- a/libtasn1/Pkgfile +++ b/libtasn1/Pkgfile @@ -1,6 +1,6 @@ # Description: The ASN.1 library used by GnuTLS and others # URL: https://www.gnu.org/software/libtasn1/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de name=libtasn1 version=4.19.0 @@ -8,12 +8,12 @@ release=1 source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - rm -r $PKG/usr/share/info + rm -r $PKG/usr/share/info }