Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 12:00:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387464 - head/editors/e3
Message-ID:  <201505261200.t4QC0C45004997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505261200.t4QC0C45004997>