Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 15:23:38 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416608 - head/devel/libdict
Message-ID:  <201606091523.u59FNcEi020745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jun  9 15:23:38 2016
New Revision: 416608
URL: https://svnweb.freebsd.org/changeset/ports/416608

Log:
  It is not fixed, it still does not fetch.
  
  $ make checksum MASTER_SITE_BACKUP=
  ===>   libdict-0.2.1_1 depends on file: /usr/local/sbin/pkg - found
  => libdict-0.2.1.tar.gz doesn't seem to exist in /home/mat/work/freebsd/distfiles/.
  ===> /!\ Warning /!\
       The :source group used for libdict-0.2.1.tar.gz is missing
       from MASTER_SITES. Check for typos, or errors.
  => Couldn't fetch it - please try to retrieve this
  => port manually into /home/mat/work/freebsd/distfiles/ and try again.
  *** Error code 1
  
  Sponsored by:	Absolight

Modified:
  head/devel/libdict/Makefile

Modified: head/devel/libdict/Makefile
==============================================================================
--- head/devel/libdict/Makefile	Thu Jun  9 14:52:51 2016	(r416607)
+++ head/devel/libdict/Makefile	Thu Jun  9 15:23:38 2016	(r416608)
@@ -13,6 +13,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Library providing access to ``dictionary'' data structures
 
+BROKEN=		Unfetchable
+
 USES=		gmake
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes



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