Created attachment 172905 [details] java/bouncycastle15 Version 1.54 of the Bouncy Castle Crypto APIs. The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and this new port is based on java/bouncycastle. Newer versions are not API-compatible with that older one. Some say they should be given 2.x version numbers. So, this new version comes as distinct port java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep old API version available. This is neccessary dependency for other port updates, e.g. newer version of iText PDF (devel/itext) requires new API of modern Bouncy Castle versions.
A commit references this bug: Author: vsevolod Date: Fri Jul 29 11:23:55 UTC 2016 New revision: 419237 URL: https://svnweb.freebsd.org/changeset/ports/419237 Log: Version 1.54 of the Bouncy Castle Crypto APIs. The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and this new port is based on java/bouncycastle. Newer versions are not API-compatible with that older one. Some say they should be given 2.x version numbers. So, this new version comes as distinct port java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep old API version available. This is neccessary dependency for other port updates, e.g. newer version of iText PDF (devel/itext) requires new API of modern Bouncy Castle versions. PR: 211316 Submitted by: Eugen Grosbein <eugen=at=grosbein.net> Changes: head/java/Makefile head/java/bouncycastle15/ head/java/bouncycastle15/Makefile head/java/bouncycastle15/distinfo head/java/bouncycastle15/pkg-descr head/java/bouncycastle15/pkg-plist
Committed, thank you!