svn commit: r472582 - in head/security: . py-pycryptodomex

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 01:33:50 UTC 2018


Author: yuri
Date: Sun Jun 17 01:33:49 2018
New Revision: 472582
URL: https://svnweb.freebsd.org/changeset/ports/472582

Log:
  New port: security/py-pycryptodomex: Slave port of security/py-pycryptodome
  
  It installs the same package as security/py-pycryptodome but in a different
  name space, Cryptodome instead of Crypto, and therefore can be installed
  together with security/py-pycrypto if desired.
  
  PR:		225217
  Submitted by:	John W. O'Brien <john at saltant.com>

Added:
  head/security/py-pycryptodomex/
  head/security/py-pycryptodomex/Makefile   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Jun 17 01:26:07 2018	(r472581)
+++ head/security/Makefile	Sun Jun 17 01:33:49 2018	(r472582)
@@ -989,6 +989,7 @@
     SUBDIR += py-pyclamd
     SUBDIR += py-pycrypto
     SUBDIR += py-pycryptodome
+    SUBDIR += py-pycryptodomex
     SUBDIR += py-pycryptopp
     SUBDIR += py-pydeep
     SUBDIR += py-pyelliptic

Added: head/security/py-pycryptodomex/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pycryptodomex/Makefile	Sun Jun 17 01:33:49 2018	(r472582)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	x
+
+CONFLICTS_INSTALL=
+
+MASTERDIR=	${.CURDIR}/../py-pycryptodome
+
+NAMESPACE=	Cryptodome
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list