Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2009 20:34:35 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org
Subject:   ports/138812: [PATCH] net/dictd-database: unbreak
Message-ID:  <20090914163435.840CFB829@hades.panopticon>
Resent-Message-ID: <200909141640.n8EGe5wl008511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138812
>Category:       ports
>Synopsis:       [PATCH] net/dictd-database: unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 14 16:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
Unbreak - there are no checksum mismatches neither on ftp.dict.org nor on our mirror. Also update path for ftp.dict.org

Port maintainer (itetcu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- dictd-database-20031009.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net/dictd-database/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	12 Sep 2009 06:08:32 -0000	1.15
+++ Makefile	14 Sep 2009 16:25:55 -0000
@@ -10,7 +10,7 @@
 PORTVERSION=	20031009
 # clive: Ok, I have no idea how to name this somewhat-meta-port
 CATEGORIES=	net textproc
-MASTER_SITES=	ftp://ftp.dict.org/pub/dict/pre/
+MASTER_SITES=	ftp://ftp.dict.org/dict/pre/
 DISTFILES=	devils-dict-pre.tar.gz \
 		dict-foldoc-20030927-pre.tar.gz \
 		dict-gazetteer-1.2-pre.tar.gz \
@@ -31,8 +31,6 @@
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-BROKEN=		checksum mismatch
-
 do-install:
 	@${MKDIR} ${PREFIX}/lib/dict
 	@${INSTALL_DATA} ${WRKDIR}/*.index ${PREFIX}/lib/dict
--- dictd-database-20031009.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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