I've reverted this in r26890 [1]. To quote my commit message: """ Reverting previous revision r26882 by boeyms. The opencdk 0.6.* series is not ABI-compatible with the 0.5.* series, and the current stable version of GnuTLS (the 1.6.* series), its only dependent, does not compile with it. If there is a demand for the 0.6.* series of opencdk, I can create an opencdk-devel port, but it's desirable for the main opencdk port not to be updated yet. """ If anyone has trouble compiling gnutls in the next day or two, then this is probably the cause--I was just a minute or two shy of beating the rsync update to the Portfile. Chris On 10 Jul, 2007, at 22:47, source_changes@macosforge.org wrote:
Revision 26882 Author boeyms@macports.org Date 2007-07-10 19:47:38 -0700 (Tue, 10 Jul 2007) Log Messagedevel/opencdk: * Update to latest version (0.6.3).Modified Paths trunk/dports/devel/opencdk/Portfile Diff Modified: trunk/dports/devel/opencdk/Portfile (26881 => 26882)--- trunk/dports/devel/opencdk/Portfile 2007-07-11 02:36:43 UTC (rev 26881) +++ trunk/dports/devel/opencdk/Portfile 2007-07-11 02:47:38 UTC (rev 26882) @@ -2,7 +2,7 @@ PortSystem 1.0 name opencdk - version 0.5.13 +version 0.6.3 categories devel security maintainers sfiera@macports.org openmaintainer@macports.org description Open Crypto Development Kit @@ -14,9 +14,9 @@ master_sites gnupg:alpha/gnutls/${name} checksums \ - md5 65324874074ba7c67028b93979e6d1d9 \ - sha1 bff9daabfe8f20824e4d167a9dc11e0908f11370 \ - rmd160 587d3fb578b66c67f85aa751010140355b522774 + md5 56b82db77122251581acff555ddbc77a \ + sha1 bc75b475cd8c4f0d8929a7f295b5103c2c493f75 \ + rmd160 92fcedf99eeea622b8699749056720996e6e1fab depends_lib port:libgcrypt
participants (1)
-
Chris Pickel