svn commit: r416608 - head/devel/libdict

Mathieu Arnold mat at FreeBSD.org
Thu Jun 9 15:23:39 UTC 2016


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 at FreeBSD.org
 COMMENT=	Library providing access to ``dictionary'' data structures
 
+BROKEN=		Unfetchable
+
 USES=		gmake
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list