summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-09 14:05:50 +0000
committerwiz <wiz@pkgsrc.org>2014-10-09 14:05:50 +0000
commitef5c8ed42b5f83bfa34699052d684f23e761e43e (patch)
tree82ab845b1db083e88ed835d07dece15a80699928 /security
parentfbf38e8840be11bf05366e3d5753230a5969222f (diff)
downloadpkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'security')
-rw-r--r--security/antonym/Makefile4
-rw-r--r--security/bcrypt/Makefile4
-rw-r--r--security/chkrootkit/Makefile4
-rw-r--r--security/clamav/Makefile4
-rw-r--r--security/crypto++/Makefile4
-rw-r--r--security/cyrus-saslauthd/Makefile4
-rw-r--r--security/dhbitty/Makefile4
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg2/Makefile4
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gss/Makefile4
-rw-r--r--security/keychain/Makefile4
-rw-r--r--security/libassuan/Makefile4
-rw-r--r--security/libcrack/Makefile4
-rw-r--r--security/libgcrypt/Makefile5
-rw-r--r--security/libgpg-error/Makefile4
-rw-r--r--security/libtasn1/Makefile4
-rw-r--r--security/libtcpa/Makefile4
-rw-r--r--security/libtomcrypt/Makefile4
-rw-r--r--security/opencdk/Makefile4
-rw-r--r--security/openssl/Makefile4
-rw-r--r--security/p5-Crypt-Blowfish/Makefile4
-rw-r--r--security/p5-Crypt-Blowfish_PP/Makefile4
-rw-r--r--security/p5-Crypt-CAST5_PP/Makefile4
-rw-r--r--security/p5-Crypt-CBC/Makefile4
-rw-r--r--security/p5-Crypt-DES/Makefile4
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile4
-rw-r--r--security/p5-Crypt-DSA/Makefile4
-rw-r--r--security/p5-Crypt-ECB/Makefile4
-rw-r--r--security/p5-Crypt-Eksblowfish/Makefile4
-rw-r--r--security/p5-Crypt-GPG/Makefile4
-rw-r--r--security/p5-Crypt-IDEA/Makefile4
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile4
-rw-r--r--security/p5-Crypt-Primes/Makefile4
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile4
-rw-r--r--security/p5-Crypt-RSA/Makefile4
-rw-r--r--security/p5-Crypt-Random-Seed/Makefile4
-rw-r--r--security/p5-Crypt-Random-TESHA2/Makefile4
-rw-r--r--security/p5-Crypt-Random/Makefile4
-rw-r--r--security/p5-Crypt-SmbHash/Makefile4
-rw-r--r--security/p5-Crypt-Twofish/Makefile3
-rw-r--r--security/p5-Dancer-Plugin-Auth-RBAC/Makefile4
-rw-r--r--security/p5-Digest-CRC/Makefile4
-rw-r--r--security/p5-Digest-HMAC/Makefile4
-rw-r--r--security/p5-Digest-JHash/Makefile4
-rw-r--r--security/p5-Digest-MD5-File/Makefile4
-rw-r--r--security/p5-Digest-MD5/Makefile4
-rw-r--r--security/p5-Digest-SHA1/Makefile4
-rw-r--r--security/p5-Digest/Makefile4
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
-rw-r--r--security/p5-Mozilla-CA/Makefile4
-rw-r--r--security/p5-Net-SSLeay/Makefile4
-rw-r--r--security/p5-String-Random/Makefile4
-rw-r--r--security/p5-Text-Password-Pronounceable/Makefile4
-rw-r--r--security/priv/Makefile4
-rw-r--r--security/pwsafe/Makefile4
-rw-r--r--security/rats/Makefile4
-rw-r--r--security/rsaref/Makefile4
-rw-r--r--security/sudo/Makefile4
-rw-r--r--security/tcp_wrappers/Makefile4
61 files changed, 61 insertions, 183 deletions
diff --git a/security/antonym/Makefile b/security/antonym/Makefile
index 148916adade..c067c3ae696 100644
--- a/security/antonym/Makefile
+++ b/security/antonym/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/05/29 23:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:51 wiz Exp $
#
DISTNAME= antonym-1.9
@@ -18,8 +18,6 @@ WRKSRC= ${WRKDIR}/antonym
USE_TOOLS+= perl:run
REPLACE_PERL= antonym
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
INSTALLATION_DIRS= bin share/examples/antonym
do-build: # empty
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile
index dfe0f4ccf4a..abc1e8e7875 100644
--- a/security/bcrypt/Makefile
+++ b/security/bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/23 18:16:21 asau Exp $
+# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:51 wiz Exp $
#
DISTNAME= bcrypt-1.1
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bcrypt.sourceforge.net/
COMMENT= Cross platform file encryption utility
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_TARGET= bcrypt
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index 7c532a137d8..90cb840c8b5 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/01/09 11:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:51 wiz Exp $
#
DISTNAME= chkrootkit-0.49
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.chkrootkit.org/
COMMENT= Locally checks for signs of a rootkit
LICENSE= modified-bsd
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_TOOLS+= gmake
NO_CONFIGURE= yes
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index ad3ffa791e9..e3af1325222 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/07/02 11:38:28 adam Exp $
+# $NetBSD: Makefile,v 1.19 2014/10/09 14:06:51 wiz Exp $
DISTNAME= clamav-0.98.4
CATEGORIES= security
@@ -9,8 +9,6 @@ HOMEPAGE= http://www.clamav.net/
COMMENT= Anti-virus toolkit
LICENSE= gnu-gpl-v2
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile
index 18d880fa5e9..fdaa1355384 100644
--- a/security/crypto++/Makefile
+++ b/security/crypto++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/08/24 08:17:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2014/10/09 14:06:51 wiz Exp $
#
DISTNAME= cryptopp562
@@ -13,8 +13,6 @@ HOMEPAGE= http://www.cryptopp.com/
COMMENT= Free C++ class library of Cryptographic Primitives
LICENSE= boost-license
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
WRKSRC= ${WRKDIR}
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile
index 8904c188160..3d09f212aa1 100644
--- a/security/cyrus-saslauthd/Makefile
+++ b/security/cyrus-saslauthd/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2014/02/12 23:18:31 tron Exp $
+# $NetBSD: Makefile,v 1.48 2014/10/09 14:06:51 wiz Exp $
PKGNAME= ${DISTNAME:S/sasl/saslauthd/}
PKGREVISION= 3
CONFLICTS+= cyrus-sasl<2.1.15nb2
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "../../security/cyrus-sasl/Makefile.common"
COMMENT= Cyrus SASL plaintext authentication daemon
diff --git a/security/dhbitty/Makefile b/security/dhbitty/Makefile
index 543fd49f4cc..ab9d39da55f 100644
--- a/security/dhbitty/Makefile
+++ b/security/dhbitty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 18:16:25 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:51 wiz Exp $
DISTNAME= dhbitty.c
PKGNAME= dhbitty-20120806
@@ -11,8 +11,6 @@ COMMENT= Small public key ECDH encryption/decryption program
HOMEPAGE= http://cipherdev.org/dhbitty.html
LICENSE= public-domain
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin share/doc/dhbitty
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 8e9f14a8b88..ad786ab751e 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2014/07/22 11:24:29 wiz Exp $
+# $NetBSD: Makefile,v 1.127 2014/10/09 14:06:52 wiz Exp $
DISTNAME= gnupg-1.4.18
CATEGORIES= security
@@ -13,8 +13,6 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures
LICENSE= gnu-gpl-v3
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
CRYPTO= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 4654ff532cd..ff34e04058a 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2014/08/16 12:14:28 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2014/10/09 14:06:52 wiz Exp $
DISTNAME= gnupg-2.0.26
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= GNUpg with OpenPGP and S/MIME capabilities
LICENSE= gnu-gpl-v3
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
INFO_FILES= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index fb2b319f501..4f98ad6632b 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2014/08/30 12:45:11 adam Exp $
+# $NetBSD: Makefile,v 1.148 2014/10/09 14:06:52 wiz Exp $
DISTNAME= gnutls-3.2.17
CATEGORIES= security devel
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.gnutls.org/
COMMENT= GNU Transport Layer Security library
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/security/gss/Makefile b/security/gss/Makefile
index 6b1d6eaec3f..da3dcedf26e 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/04/06 20:27:28 rodent Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:52 wiz Exp $
#
DISTNAME= gss-0.0.15
@@ -13,8 +13,6 @@ COMMENT= GNU Generic Security Service Library
CONFLICTS+= heimdal-[0-9]*
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_TOOLS+= pkg-config msgfmt
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index c041173490b..2a168e543d1 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/06/09 10:30:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.31 2014/10/09 14:06:52 wiz Exp $
DISTNAME= keychain-2.7.1
PKGREVISION= 1
@@ -15,8 +15,6 @@ LICENSE= gnu-gpl-v2
DEPENDS+= openssh-[0-9]*:../../security/openssh
.endif
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_TOOLS+= bash:run
NO_BUILD= yes
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index d2bffb8423d..d47a292e706 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/02/01 22:21:10 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:52 wiz Exp $
#
DISTNAME= libassuan-1.0.5
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/
COMMENT= The IPC library used by some GnuPG related software
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_TOOLS+= autoconf autoreconf automake
diff --git a/security/libcrack/Makefile b/security/libcrack/Makefile
index 3334b45e1b6..09d35c49fb6 100644
--- a/security/libcrack/Makefile
+++ b/security/libcrack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/23 18:16:32 asau Exp $
+# $NetBSD: Makefile,v 1.18 2014/10/09 14:06:52 wiz Exp $
#
DISTNAME= cracklib,2.7
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.crypticide.com/alecm/security/cracklib/cracklib,2.7.txt
COMMENT= Password checking library
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LIBTOOL= YES
INSTALLATION_DIRS= bin include/cracklib lib libdata
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 129faff504f..4881fe67db7 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2014/08/29 14:22:59 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2014/10/09 14:06:52 wiz Exp $
DISTNAME= libgcrypt-1.6.2
PKGREVISION= 2
@@ -12,8 +12,6 @@ HOMEPAGE= https://www.gnu.org/software/libgcrypt/
COMMENT= GNU cryptographic library
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
@@ -32,7 +30,6 @@ CONFIGURE_ARGS+= --disable-asm
.endif
CONFIGURE_ARGS+= --disable-aesni-support
-
# SCO OpenServer 5.0.7/3.2 has no socklen_t, but it is defined in pthread.h
# from builtin GNU pth.
.if ${OS_VARIANT} == "SCOOSR5"
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 61a0a05b436..db7198c620e 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/10/01 11:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2014/10/09 14:06:52 wiz Exp $
DISTNAME= libgpg-error-1.16
CATEGORIES= security
@@ -14,8 +14,6 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= Definitions of common error values for all GnuPG components
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index f08a793e52c..c2b8b4947ad 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2014/06/02 16:30:44 adam Exp $
+# $NetBSD: Makefile,v 1.61 2014/10/09 14:06:52 wiz Exp $
DISTNAME= libtasn1-3.6
CATEGORIES= security devel
@@ -9,8 +9,6 @@ HOMEPAGE= http://www.gnu.org/software/libtasn1/
COMMENT= ASN.1 structure parser library
LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_TOOLS+= makeinfo
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/security/libtcpa/Makefile b/security/libtcpa/Makefile
index 872b6b45ded..8822fae3b56 100644
--- a/security/libtcpa/Makefile
+++ b/security/libtcpa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/02/12 23:18:33 tron Exp $
+# $NetBSD: Makefile,v 1.15 2014/10/09 14:06:52 wiz Exp $
#
DISTNAME= tpm-1.1b
@@ -12,8 +12,6 @@ MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.research.ibm.com/gsal/tcpa/
COMMENT= TCPA libraries and test programs from IBM
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}/TPM
SITES.tcpa_man_20031210.tgz= http://www.citi.umich.edu/u/rwash/projects/trusted/
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index 1afe72e508c..36aeee3ec6c 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/16 13:32:10 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2014/10/09 14:06:52 wiz Exp $
DISTNAME= crypt-1.17
PKGNAME= libtom${DISTNAME}
@@ -12,8 +12,6 @@ HOMEPAGE= http://libtom.org/
COMMENT= Tom St Denis's cryptographic library
LICENSE= public-domain
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index c7a129b82d4..6bbd4f8fb42 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/01/01 11:52:02 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2014/10/09 14:06:52 wiz Exp $
DISTNAME= opencdk-0.6.6
PKGREVISION= 2
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.gnutls.org/
COMMENT= Open Crypto Development Kit
LICENSE= gnu-gpl-v2
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index c3ae1b7e5fb..3c083af9393 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2014/10/09 13:44:53 wiz Exp $
+# $NetBSD: Makefile,v 1.199 2014/10/09 14:06:52 wiz Exp $
DISTNAME= openssl-1.0.1i
MASTER_SITES= http://ftp.openssl.org/source/
@@ -13,8 +13,6 @@ CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]*
CRYPTO= yes
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_DEPENDS+= {p5-Perl4-CoreLibs-[0-9]*,perl<5.16}:../../devel/p5-Perl4-CoreLibs
USE_GCC_RUNTIME= yes
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile
index 4eb3049d883..ec02a36cfb7 100644
--- a/security/p5-Crypt-Blowfish/Makefile
+++ b/security/p5-Crypt-Blowfish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/10/09 13:44:53 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-Blowfish-2.14
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/
COMMENT= Perl5 Blowfish implementation
# LICENSE= unclear
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
# recommended for tests
BUILD_DEPENDS+= p5-Crypt-CBC>=1.25:../../security/p5-Crypt-CBC
diff --git a/security/p5-Crypt-Blowfish_PP/Makefile b/security/p5-Crypt-Blowfish_PP/Makefile
index 2507be1455e..0f6fca5b48b 100644
--- a/security/p5-Crypt-Blowfish_PP/Makefile
+++ b/security/p5-Crypt-Blowfish_PP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-Blowfish_PP-1.12
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish_PP/
COMMENT= Blowfish encryption algorithm implemented purely in Perl
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
CRYPTO= YES
PERL5_PACKLIST= auto/Crypt/Blowfish_PP/.packlist
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile
index bd37930bccf..28143c7cddd 100644
--- a/security/p5-Crypt-CAST5_PP/Makefile
+++ b/security/p5-Crypt-CAST5_PP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/10/09 13:44:53 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-CAST5_PP-1.04
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-CAST5_PP/
COMMENT= The CAST5 block cipher, implemented in pure Perl
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/CAST5_PP/.packlist
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index c3bc36f2d8c..a3bc77f9080 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/10/09 13:44:53 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2014/10/09 14:06:53 wiz Exp $
DISTNAME= Crypt-CBC-2.33
PKGNAME= p5-${DISTNAME}
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-CBC/
COMMENT= Perl5 cipher block chaining mode for various crypto algorithms
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 8119dee07ba..51d2582dce8 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-DES-2.07
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DES/
COMMENT= XS-based DES implementation for Perl
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
USE_LANGUAGES= c
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index 69677d50e50..cf1f6274549 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-DES_EDE3-0.01
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DES_EDE3/
COMMENT= Perl5 module for Triple-DES EDE encryption/decryption
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
USE_LANGUAGES= # empty
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index 2202244136c..82bd7a3b4da 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-DSA-1.17
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-DSA/
COMMENT= Perl5 module for the DSA public key algorithm
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= p5-Data-Buffer>=0.01:../../devel/p5-Data-Buffer
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Convert-PEM>=0.07:../../textproc/p5-Convert-PEM
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile
index 83d41aac0d0..b43c5561558 100644
--- a/security/p5-Crypt-ECB/Makefile
+++ b/security/p5-Crypt-ECB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:53 wiz Exp $
DISTNAME= Crypt-ECB-1.45
PKGNAME= p5-${DISTNAME}
@@ -10,8 +10,6 @@ MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-ECB/
COMMENT= Perl5 Electronic Codebook mode for various crypto algorithms
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/ECB/.packlist
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile
index 9f75d237673..8d7d9502f7a 100644
--- a/security/p5-Crypt-Eksblowfish/Makefile
+++ b/security/p5-Crypt-Eksblowfish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-Eksblowfish-0.009
@@ -17,8 +17,6 @@ DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
DEPENDS+= {perl>=5.8.2,p5-MIME-Base64>=2.21}:../../converters/p5-MIME-Base64
BUILD_DEPENDS+= {perl>=5.10.0,p5-ExtUtils-CBuilder>=0.15}:../../devel/p5-ExtUtils-CBuilder
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
CRYPTO= YES
USE_LANGUAGES= c
PERL5_MODULE_TYPE= Module::Build
diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile
index 1bc87d4b2b9..4f67d0f7d18 100644
--- a/security/p5-Crypt-GPG/Makefile
+++ b/security/p5-Crypt-GPG/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-GPG-1.63
@@ -16,8 +16,6 @@ DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
# It defaults to a gpg path in /usr/local, which is not helpful
SUBST_CLASSES+= local
SUBST_FILES.local= GPG.pm
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index a0c9404318a..db9c3131b85 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/05/29 23:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:53 wiz Exp $
DISTNAME= Crypt-IDEA-1.10
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/
COMMENT= Perl5 module for the IDEA symmetric key algorithm
LICENSE= idea-license
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/IDEA/.packlist
REPLACE_PERL= IDEA.pm
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index 1d8add7d23b..d52cb49ee3b 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-OpenPGP-1.06
@@ -32,8 +32,6 @@ DEPENDS+= p5-libwww>=5.10:../../www/p5-libwww
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/OpenPGP/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index f1feaa789a1..f03cc56e225 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:53 wiz Exp $
#
DISTNAME= Crypt-OpenSSL-RSA-0.28
@@ -12,8 +12,6 @@ HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL RSA functions
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= p5-Crypt-OpenSSL-Bignum-[0-9]*:../../security/p5-Crypt-OpenSSL-Bignum
DEPENDS+= p5-Crypt-OpenSSL-Random-[0-9]*:../../security/p5-Crypt-OpenSSL-Random
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile
index 78b5f4cd1c7..0ed2c1035fb 100644
--- a/security/p5-Crypt-Primes/Makefile
+++ b/security/p5-Crypt-Primes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:53 wiz Exp $
DISTNAME= Crypt-Primes-0.50
PKGNAME= p5-${DISTNAME}
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-Primes/
COMMENT= Perl5 module for provable prime number generation
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
index 13dc1b410b6..2d69e2f35f7 100644
--- a/security/p5-Crypt-RIPEMD160/Makefile
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:54 wiz Exp $
#
DISTNAME= Crypt-RIPEMD160-0.05
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-RIPEMD160/
COMMENT= Perl5 module of the RIPEMD160 hash function
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/Crypt/RIPEMD160/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index 9d25d59c17c..8f31bd09e05 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/10/09 13:44:54 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2014/10/09 14:06:54 wiz Exp $
#
DISTNAME= Crypt-RSA-1.99
@@ -26,8 +26,6 @@ DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/RSA/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
diff --git a/security/p5-Crypt-Random-Seed/Makefile b/security/p5-Crypt-Random-Seed/Makefile
index 909fdb54f7a..8963d04c0df 100644
--- a/security/p5-Crypt-Random-Seed/Makefile
+++ b/security/p5-Crypt-Random-Seed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:54 wiz Exp $
DISTNAME= Crypt-Random-Seed-0.03
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Random-Seed/
COMMENT= Simple method to get strong randomness
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= p5-Crypt-Random-TESHA2>=0:../../security/p5-Crypt-Random-TESHA2
USE_LANGUAGES= # empty
diff --git a/security/p5-Crypt-Random-TESHA2/Makefile b/security/p5-Crypt-Random-TESHA2/Makefile
index 6d6dbe86b0b..41b2bcb3b87 100644
--- a/security/p5-Crypt-Random-TESHA2/Makefile
+++ b/security/p5-Crypt-Random-TESHA2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/29 23:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/09 14:06:54 wiz Exp $
DISTNAME= Crypt-Random-TESHA2-0.01
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Random-TESHA2/
COMMENT= Random numbers using timer/schedule entropy
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=5.22}:../../security/p5-Digest-SHA
DEPENDS+= {perl>=5.10.0,p5-Time-HiRes>=1.9711}:../../time/p5-Time-HiRes
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile
index d292d854fb0..558b5be2bfc 100644
--- a/security/p5-Crypt-Random/Makefile
+++ b/security/p5-Crypt-Random/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:54 wiz Exp $
#
DISTNAME= Crypt-Random-1.25
@@ -14,8 +14,6 @@ COMMENT= Perl5 interface to /dev/random
DEPENDS+= p5-Class-Loader>=2.00:../../devel/p5-Class-Loader
DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/Random/.packlist
diff --git a/security/p5-Crypt-SmbHash/Makefile b/security/p5-Crypt-SmbHash/Makefile
index 06e38401c61..d8426560b9c 100644
--- a/security/p5-Crypt-SmbHash/Makefile
+++ b/security/p5-Crypt-SmbHash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:54 wiz Exp $
#
DISTNAME= Crypt-SmbHash-0.12
@@ -13,8 +13,6 @@ COMMENT= Perl5 module for generating LM/NT hashes
DEPENDS+= p5-Digest-MD4>=1.3:../../security/p5-Digest-MD4
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/Crypt/SmbHash/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile
index 29651d0f624..0408104a64e 100644
--- a/security/p5-Crypt-Twofish/Makefile
+++ b/security/p5-Crypt-Twofish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/10/09 14:06:54 wiz Exp $
#
DISTNAME= Crypt-Twofish-2.17
@@ -12,7 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-Twofish/
COMMENT= Perl5 module for the Twofish symmetric key algorithm
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl
PERL5_PACKLIST= auto/Crypt/Twofish/.packlist
diff --git a/security/p5-Dancer-Plugin-Auth-RBAC/Makefile b/security/p5-Dancer-Plugin-Auth-RBAC/Makefile
index 160cf6b8145..56358de0038 100644
--- a/security/p5-Dancer-Plugin-Auth-RBAC/Makefile
+++ b/security/p5-Dancer-Plugin-Auth-RBAC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/29 23:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/09 14:06:54 wiz Exp $
#
DISTNAME= Dancer-Plugin-Auth-RBAC-1.110720
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Dancer-Plugin-Auth-RBAC/
COMMENT= Dancer Authentication, Security and Role-Based Access Control Framework
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= p5-Dancer-[0-9]*:../../www/p5-Dancer
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile
index 11a256a936c..4064c9f0ea0 100644
--- a/security/p5-Digest-CRC/Makefile
+++ b/security/p5-Digest-CRC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-CRC-0.18
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-CRC/
COMMENT= Perl5 extension interface for cyclic redundancy check algorithms
LICENSE= public-domain
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/Digest/CRC/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index d65b42c6c48..7814fc70e4f 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-HMAC-1.03
PKGNAME= p5-${DISTNAME}
@@ -14,8 +14,6 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.9.3,p5-Digest-SHA>=1.00}:../../security/p5-Digest-SHA
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Digest/HMAC/.packlist
diff --git a/security/p5-Digest-JHash/Makefile b/security/p5-Digest-JHash/Makefile
index 7378ddf898e..52b36c5d704 100644
--- a/security/p5-Digest-JHash/Makefile
+++ b/security/p5-Digest-JHash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:24 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-JHash-0.08
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-JHash/
COMMENT= Perl extension for 32 bit Jenkins Hashing Algorithm
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/Digest/JHash/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Digest-MD5-File/Makefile b/security/p5-Digest-MD5-File/Makefile
index cbffd5d337b..6ebb9351ad2 100644
--- a/security/p5-Digest-MD5-File/Makefile
+++ b/security/p5-Digest-MD5-File/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-MD5-File-0.08
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-MD5-File/
COMMENT= Perl5 extension for getting MD5 sums for files and urls
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index 6820e07d75d..d3f0c8f9982 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-MD5-2.53
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/
COMMENT= Perl5 extension interface for MD5 algorithm
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= {perl>=5.7.3,p5-Digest>=1.00}:../../security/p5-Digest
CONFLICTS+= p5-MD5-[0-9]*
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
index f7c3b3ce492..de116804a0f 100644
--- a/security/p5-Digest-SHA1/Makefile
+++ b/security/p5-Digest-SHA1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/10/09 13:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-SHA1-2.13
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/
COMMENT= Perl5 module for SHA1
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
DEPENDS+= {perl>=5.7.1,p5-Digest>=1.00}:../../security/p5-Digest
CONFLICTS+= p5-Digest-MD5<=2.12
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
index 2003c28e4e9..cb6f866c92a 100644
--- a/security/p5-Digest/Makefile
+++ b/security/p5-Digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:56 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Digest-1.17
PKGNAME= p5-${DISTNAME}
@@ -13,8 +13,6 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.8.1,p5-MIME-Base64>=2.18}:../../converters/p5-MIME-Base64
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Digest/.packlist
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index d876df838fb..5b811d72eec 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2014/10/09 13:44:56 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2014/10/09 14:06:55 wiz Exp $
DISTNAME= IO-Socket-SSL-1.998
PKGNAME= p5-${DISTNAME}
@@ -14,8 +14,6 @@ DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN
DEPENDS+= p5-Net-SSLeay>=1.59:../../security/p5-Net-SSLeay
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IO/Socket/SSL/.packlist
diff --git a/security/p5-Mozilla-CA/Makefile b/security/p5-Mozilla-CA/Makefile
index 1a21ff34cb6..485cc607de2 100644
--- a/security/p5-Mozilla-CA/Makefile
+++ b/security/p5-Mozilla-CA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:55 wiz Exp $
#
DISTNAME= Mozilla-CA-20130114
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Mozilla-CA/
COMMENT= Mozilla's CA cert bundle for Perl
LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Mozilla/CA/.packlist
REPLACE_PERL+= mk-ca-bundle.pl
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index eb08aaae3fe..94ac2c1fd2b 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2014/10/09 13:44:56 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Net-SSLeay-1.66
PKGNAME= p5-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/Net-SSLeay/
COMMENT= Perl5 module for using OpenSSL
LICENSE= openssl
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
diff --git a/security/p5-String-Random/Makefile b/security/p5-String-Random/Makefile
index d07a3d60caf..6dc3a398a60 100644
--- a/security/p5-String-Random/Makefile
+++ b/security/p5-String-Random/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/07/23 06:30:48 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:55 wiz Exp $
DISTNAME= String-Random-0.26
PKGNAME= p5-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/String-Random/
COMMENT= Perl module to generate random strings based on a pattern
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/String/Random/.packlist
diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile
index 30d9c3ce773..90a95b9ff72 100644
--- a/security/p5-Text-Password-Pronounceable/Makefile
+++ b/security/p5-Text-Password-Pronounceable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/10/09 14:06:55 wiz Exp $
DISTNAME= Text-Password-Pronounceable-0.30
PKGNAME= p5-${DISTNAME}
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Text-Password-Pronounceable/
COMMENT= Generate pronounceable passwords
LICENSE= ${PERL5_LICENSE}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/Text/Password/Pronounceable/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
diff --git a/security/priv/Makefile b/security/priv/Makefile
index 35e7d981440..2de6a5925d7 100644
--- a/security/priv/Makefile
+++ b/security/priv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/23 18:16:52 asau Exp $
+# $NetBSD: Makefile,v 1.20 2014/10/09 14:06:55 wiz Exp $
#
DISTNAME= priv-1.0-beta2
@@ -10,8 +10,6 @@ MASTER_SITES= ftp://ftp.thistledown.com.au/pub/simonb/
MAINTAINER= simonb@NetBSD.org
COMMENT= Execute commands as a different user
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile
index 8b932f06e1e..b5d9268e0ad 100644
--- a/security/pwsafe/Makefile
+++ b/security/pwsafe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/02/12 23:18:35 tron Exp $
+# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:55 wiz Exp $
#
DISTNAME= pwsafe-0.2.0
@@ -15,8 +15,6 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "options.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/rats/Makefile b/security/rats/Makefile
index 70f1aebb7c2..1c964f74619 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/10/23 18:16:56 asau Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:56 wiz Exp $
#
DISTNAME= rats-2.1
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.fortifysoftware.com/security-resources/rats.jsp
COMMENT= Rough Auditing Tool for Security
LICENSE= gnu-gpl-v2
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/rats
BUILD_TARGET= rats
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index a5d35d37c06..99c4eb8f626 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2014/02/22 18:15:33 wiedi Exp $
+# $NetBSD: Makefile,v 1.43 2014/10/09 14:06:56 wiz Exp $
#
DISTNAME= rsaref
@@ -19,8 +19,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/install
CRYPTO= yes
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_FEATURES+= cdefs
USE_LIBTOOL= yes
MAKE_FILE= unix/makefile
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index f544fb6e527..a2f8d16043e 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2014/07/28 20:07:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.144 2014/10/09 14:06:56 wiz Exp $
#
DISTNAME= sudo-1.7.10p8
@@ -15,8 +15,6 @@ HOMEPAGE= http://www.sudo.ws/
COMMENT= Allow others to run commands as root
LICENSE= isc AND modified-bsd
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LIBTOOL= yes
OWN_DIRS+= ${VARBASE}/run
GNU_CONFIGURE= yes
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index e149d4aadef..f821948c00e 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2014/10/01 22:58:17 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:56 wiz Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.4
PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/}
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html
COMMENT= Monitor and filter incoming requests for network services
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LIBTOOL= yes
PKG_OPTIONS_VAR= PKG_OPTIONS.tcp_wrappers