svn commit: r387464 - head/editors/e3

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 26 12:00:12 UTC 2015


Author: amdmi3
Date: Tue May 26 12:00:11 2015
New Revision: 387464
URL: https://svnweb.freebsd.org/changeset/ports/387464

Log:
  - Mark BROKEN: does not fetch
  
  ===>   e3-2.8,3 depends on file: /usr/local/sbin/pkg - found
  Certificate verification failed for /C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
  675131468:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1180:
  fetch: http://sites.google.com/site/e3editor/Home/e3-2.8.tgz?attredirects=0&d=1: Authentication error
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/editors/e3/Makefile

Modified: head/editors/e3/Makefile
==============================================================================
--- head/editors/e3/Makefile	Tue May 26 10:54:36 2015	(r387463)
+++ head/editors/e3/Makefile	Tue May 26 12:00:11 2015	(r387464)
@@ -12,6 +12,8 @@ COMMENT=	Full featured text editor writt
 
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 
+BROKEN=		does not fetch (certificate verification failed)
+
 USES=		gmake tar:tgz
 MAKE_ARGS=	OS=FREEBSD
 ONLY_FOR_ARCHS=	i386


More information about the svn-ports-all mailing list