Current gnutls port tries to build gnutls-1.0.8 but this no longer exists on the distribution sites so the port build fails; should use gnutls-1.0.13 Fix: Not sure about the signature though: SIG_SUFFIX is .sig.asc in the Makefile but the version on the home site is .sig.asc.gz. Does the signature actually get checked anywhere? I can't find SIG_ in /usr/ports/Mk/*--qQ6pH3THDEQWstKBbgYMaZ5J1iEcXGLYjNzwsU1abRhFSLmU Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Mon May 3 14:57:44 2004 +++ Makefile Thu May 6 14:01:25 2004 @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.13 PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ --- distinfo.orig Mon Mar 8 23:43:20 2004 +++ distinfo Thu May 6 14:07:15 2004 @@ -1,4 +1,4 @@ -MD5 (gnutls-1.0.8.tar.gz) = 7226b151a390150d02d270f9442e74b5 -SIZE (gnutls-1.0.8.tar.gz) = 1407598 -MD5 (gnutls-1.0.8.tar.gz.sig.asc) = de3cd68923a6a0503840602f43da792e -SIZE (gnutls-1.0.8.tar.gz.sig.asc) = 392 +MD5 (gnutls-1.0.13.tar.gz) = f908934e6cbf7c9c8f57368c50a8f95e +SIZE (gnutls-1.0.13.tar.gz) = 1465802 +MD5 (gnutls-1.0.13.tar.gz.sig.asc.gz) = 283b9d312c7ec71b5f0ec43731c02145 +SIZE (gnutls-1.0.13.tar.gz.sig.asc.gz) = 392
Responsible Changed From-To: freebsd-ports-bugs->sergei Over to maintainer.
State Changed From-To: open->closed I have updated the port to 1.0.13, thanks! Sorry for the long delay. As for SIG_SUFFIX - it is part of my experimental patch to bsd.port.mk to add support for automatically checking GnuPG signatures of the distfiles. It has not been committed yet because of some issues, and I am working to iron them out.