summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-08 20:21:41 +0000
committerwiz <wiz>2012-04-08 20:21:41 +0000
commit12b5ccc460c81cca6383252045f5ce1bffffe8a4 (patch)
treeca85b0747dcbf59072dbf48eba4548d225e3970f /security
parent1fe20b058e71ac4373e7f55f956c868f88bbacb3 (diff)
downloadpkgsrc-12b5ccc460c81cca6383252045f5ce1bffffe8a4.tar.gz
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/PLIST4
-rw-r--r--security/py-amkCrypto/PLIST4
-rw-r--r--security/py-crack/PLIST4
-rw-r--r--security/py-cryptkit/PLIST4
-rw-r--r--security/py-crypto/PLIST4
-rw-r--r--security/py-gnupg/PLIST4
-rw-r--r--security/py-mcrypt/PLIST4
-rw-r--r--security/py-tlslite/PLIST4
8 files changed, 16 insertions, 16 deletions
diff --git a/security/py-OpenSSL/PLIST b/security/py-OpenSSL/PLIST
index 52728a76820..ee9eaec0684 100644
--- a/security/py-OpenSSL/PLIST
+++ b/security/py-OpenSSL/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2010/07/24 12:49:25 gdt Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:54 wiz Exp $
${PYSITELIB}/OpenSSL/SSL.so
${PYSITELIB}/OpenSSL/__init__.py
${PYSITELIB}/OpenSSL/__init__.pyc
@@ -26,4 +26,4 @@ ${PYSITELIB}/OpenSSL/tsafe.pyo
${PYSITELIB}/OpenSSL/version.py
${PYSITELIB}/OpenSSL/version.pyc
${PYSITELIB}/OpenSSL/version.pyo
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}
diff --git a/security/py-amkCrypto/PLIST b/security/py-amkCrypto/PLIST
index 73133204e98..16eb5d27b8d 100644
--- a/security/py-amkCrypto/PLIST
+++ b/security/py-amkCrypto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2011/10/30 11:46:48 obache Exp $
+@comment $NetBSD: PLIST,v 1.8 2012/04/08 20:21:55 wiz Exp $
${PYSITELIB}/Crypto/Cipher/AES.so
${PYSITELIB}/Crypto/Cipher/ARC2.so
${PYSITELIB}/Crypto/Cipher/ARC4.so
@@ -76,4 +76,4 @@ ${PYSITELIB}/Crypto/__init__.pyo
${PYSITELIB}/Crypto/test.py
${PYSITELIB}/Crypto/test.pyc
${PYSITELIB}/Crypto/test.pyo
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}
diff --git a/security/py-crack/PLIST b/security/py-crack/PLIST
index 8fe6d17b72c..48d72b27878 100644
--- a/security/py-crack/PLIST
+++ b/security/py-crack/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2011/10/29 06:15:12 obache Exp $
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:55 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/pycrack.so
diff --git a/security/py-cryptkit/PLIST b/security/py-cryptkit/PLIST
index d2650089ee9..561e70a71ba 100644
--- a/security/py-cryptkit/PLIST
+++ b/security/py-cryptkit/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2011/10/29 08:07:23 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:55 wiz Exp $
${PYSITELIB}/aes/__init__.py
${PYSITELIB}/aes/__init__.pyc
${PYSITELIB}/aes/__init__.pyo
${PYSITELIB}/aes/aes.py
${PYSITELIB}/aes/aes.pyc
${PYSITELIB}/aes/aes.pyo
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/cryptsock/__init__.py
${PYSITELIB}/cryptsock/__init__.pyc
${PYSITELIB}/cryptsock/__init__.pyo
diff --git a/security/py-crypto/PLIST b/security/py-crypto/PLIST
index bc2c4b4fd88..d0ff6c05041 100644
--- a/security/py-crypto/PLIST
+++ b/security/py-crypto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2012/02/12 14:37:52 gls Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:55 wiz Exp $
${PYSITELIB}/Crypto/Cipher/AES.so
${PYSITELIB}/Crypto/Cipher/ARC2.so
${PYSITELIB}/Crypto/Cipher/ARC4.so
@@ -350,4 +350,4 @@ ${PYSITELIB}/Crypto/__init__.pyo
${PYSITELIB}/Crypto/pct_warnings.py
${PYSITELIB}/Crypto/pct_warnings.pyc
${PYSITELIB}/Crypto/pct_warnings.pyo
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}
diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST
index f1a0150daf8..0cb0014a210 100644
--- a/security/py-gnupg/PLIST
+++ b/security/py-gnupg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2011/10/29 06:40:25 obache Exp $
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:55 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/GnuPGInterface.py
${PYSITELIB}/GnuPGInterface.pyc
${PYSITELIB}/GnuPGInterface.pyo
diff --git a/security/py-mcrypt/PLIST b/security/py-mcrypt/PLIST
index 7940a9fd1bb..3a4075cb80f 100644
--- a/security/py-mcrypt/PLIST
+++ b/security/py-mcrypt/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2011/10/29 06:31:21 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:55 wiz Exp $
${PYSITELIB}/mcrypt.so
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}
diff --git a/security/py-tlslite/PLIST b/security/py-tlslite/PLIST
index 87a76e0a6e0..c34da634a7d 100644
--- a/security/py-tlslite/PLIST
+++ b/security/py-tlslite/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2011/10/29 06:22:20 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:55 wiz Exp $
bin/tls.py
bin/tlsdb.py
-${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/tlslite/BaseDB.py
${PYSITELIB}/tlslite/BaseDB.pyc
${PYSITELIB}/tlslite/BaseDB.pyo