pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/botan1 botan1: pkglint fixes
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c7b29b9e25a
branches: trunk
changeset: 376037:1c7b29b9e25a
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 01 08:04:55 2022 +0000
description:
botan1: pkglint fixes
diffstat:
security/botan1/Makefile | 6 ++----
security/botan1/PLIST | 4 ++--
security/botan1/buildlink3.mk | 4 ++--
3 files changed, 6 insertions(+), 8 deletions(-)
diffs (64 lines):
diff -r 94653032ecfe -r 1c7b29b9e25a security/botan1/Makefile
--- a/security/botan1/Makefile Fri Apr 01 08:01:11 2022 +0000
+++ b/security/botan1/Makefile Fri Apr 01 08:04:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/01 08:00:34 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/04/01 08:04:55 wiz Exp $
DISTNAME= Botan-1.10.17
PKGNAME= ${DISTNAME:tl}
@@ -28,16 +28,14 @@
.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+= x86 x86_64 i386
+PLIST_VARS+= x86_64 i386
.if ${MACHINE_ARCH} == "x86_64"
CONFIGURE_ARGS+= --cpu=amd64
PLIST.x86_64= yes
-PLIST.x86= yes
.elif ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --cpu=i386
PLIST.i386= yes
-PLIST.x86= yes
.elif ${MACHINE_ARCH} == "powerpc"
CONFIGURE_ARGS+= --cpu=ppc
.elif ${MACHINE_ARCH} == "powerpc64"
diff -r 94653032ecfe -r 1c7b29b9e25a security/botan1/PLIST
--- a/security/botan1/PLIST Fri Apr 01 08:01:11 2022 +0000
+++ b/security/botan1/PLIST Fri Apr 01 08:04:55 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/04/01 08:00:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/04/01 08:04:55 wiz Exp $
bin/botan-config-1.10
include/botan-1.10/botan/adler32.h
include/botan-1.10/botan/aes.h
@@ -183,8 +183,8 @@
${PLIST.i386}include/botan-1.10/botan/serp_x86_32.h
include/botan-1.10/botan/serpent.h
include/botan-1.10/botan/sha160.h
+${PLIST.x86_64}include/botan-1.10/botan/sha1_sse2.h
${PLIST.i386}include/botan-1.10/botan/sha1_x86_32.h
-${PLIST.x86_64}include/botan-1.10/botan/sha1_sse2.h
${PLIST.x86_64}include/botan-1.10/botan/sha1_x86_64.h
include/botan-1.10/botan/sha2_32.h
include/botan-1.10/botan/sha2_64.h
diff -r 94653032ecfe -r 1c7b29b9e25a security/botan1/buildlink3.mk
--- a/security/botan1/buildlink3.mk Fri Apr 01 08:01:11 2022 +0000
+++ b/security/botan1/buildlink3.mk Fri Apr 01 08:04:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2022/04/01 08:00:34 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/04/01 08:04:55 wiz Exp $
BUILDLINK_TREE+= botan
@@ -6,7 +6,7 @@
BOTAN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.botan+= botan>=1.10.12<1.11
-BUILDLINK_PKGSRCDIR.botan?= ../../security/botan
+BUILDLINK_PKGSRCDIR.botan?= ../../security/botan1
.endif # BOTAN_BUILDLINK3_MK
BUILDLINK_TREE+= -botan
Home |
Main Index |
Thread Index |
Old Index