Bug 185901 - problem in ports /usr/ports/security/gnutls
Summary: problem in ports /usr/ports/security/gnutls
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 05:00 UTC by Bruno Machado
Modified: 2014-01-22 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Machado 2014-01-20 05:00:00 UTC
Brazilian Portuguese

Olá,

tentei instalar o zibbix, e deu erro na instalação do gnutls, o mesmo não encontrava a url para instalação do pacote, então mudei a url para http://www.ring.gr.jp/pub/net/gnupg/gnutls/v2.12/gnutls-2.12.23.tar.bz2 e funcionou a instalação

English

Hello, 

tried installing zibbix, and gave error in gnutls installation, it could not find the url for the package installation, so I changed the url to http://www.ring.gr.jp/pub/net/gnupg/gnutls/v2 .12/gnutls-2.12.23.tar.bz2 and ran the installation

How-To-Repeat: /usr/ports/security/gnutls

make install clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-20 05:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Roman Bogorodskiy 2014-01-20 07:04:32 UTC
So it's a distfile fetch problem, correct?

Roman Bogorodskiy
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-22 07:06:26 UTC
Author: novel
Date: Wed Jan 22 07:06:18 2014
New Revision: 340681
URL: http://svnweb.freebsd.org/changeset/ports/340681
QAT: https://qat.redports.org/buildarchive/r340681/

Log:
  Add an additional mirror to MASTER_SITES.
  
  PR:		185901
  Submitted by:	Bruno Machado <bruno@bsd.com.br>

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Wed Jan 22 05:44:33 2014	(r340680)
+++ head/security/gnutls/Makefile	Wed Jan 22 07:06:18 2014	(r340681)
@@ -6,7 +6,8 @@ PORTVERSION=	2.12.23
 PORTREVISION=	3
 CATEGORIES=	security net
 MASTER_SITES=	\
-	ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/
+	ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/ \
+	http://www.ring.gr.jp/pub/net/gnupg/gnutls/v${PORTVERSION:C/.[0-9]+$//}/
 
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	GNU Transport Layer Security library
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Roman Bogorodskiy freebsd_committer freebsd_triage 2014-01-22 07:06:48 UTC
State Changed
From-To: open->closed

Added the site you mentioned to the MASTER_SITES.