From owner-freebsd-ports@FreeBSD.ORG Tue Jul 19 08:21:28 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A74916A41C for ; Tue, 19 Jul 2005 08:21:28 +0000 (GMT) (envelope-from dagu@methyltheobro.mine.nu) Received: from nyckelpiga.methyltheobro.mine.nu (xGagA801.WH1.TU-Dresden.De [141.30.220.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043E843D45 for ; Tue, 19 Jul 2005 08:21:27 +0000 (GMT) (envelope-from dagu@methyltheobro.mine.nu) Received: by nyckelpiga.methyltheobro.mine.nu (Postfix, from userid 31337) id 5F54461A2; Tue, 19 Jul 2005 10:21:26 +0200 (CEST) Date: Tue, 19 Jul 2005 10:21:26 +0200 From: David Gullasch To: ports@freebsd.org Message-ID: <20050719082126.GA88830@nyckelpiga.methyltheobro.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: update request for lang/yap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 08:21:28 -0000 Hi! Yap 4.5.6 was released several months ago and contains important bugfixes (at least for my current work :). It is no longer distributed via sourceforge's ftp servers (they are out of disk space, see http://sourceforge.net/mailarchive/forum.php?thread_id=6359049&forum_id=2080). For your convenience here my diff: Index: Makefile =================================================================== RCS file: /storage/FreeBSD-cvs/ports/lang/yap/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 12 Apr 2005 03:25:53 -0000 1.19 +++ Makefile 19 Jul 2005 07:45:47 -0000 @@ -7,10 +7,9 @@ # PORTNAME= yap -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/Yap4.5/ DISTNAME= Yap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org Index: distinfo =================================================================== RCS file: /storage/FreeBSD-cvs/ports/lang/yap/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 10 Apr 2005 16:51:20 -0000 1.10 +++ distinfo 19 Jul 2005 07:43:22 -0000 @@ -1,2 +1,2 @@ -MD5 (Yap-4.5.5.tar.gz) = 661e289f4bdac0e6cfc7e59d4421c2a8 -SIZE (Yap-4.5.5.tar.gz) = 3521227 +MD5 (Yap-4.5.6.tar.gz) = 9b02b62d40b0639b4dd00d5cdd3f1e1d +SIZE (Yap-4.5.5.tar.gz) = 3297617