From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 18 13:19:57 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEFA16A4CE; Fri, 18 Feb 2005 13:19:57 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16C743D5E; Fri, 18 Feb 2005 13:19:56 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp21F7.dyn.pacific.net.au (ppp21F7.dyn.pacific.net.au [61.8.33.247])j1IDJp7o027605; Sat, 19 Feb 2005 00:19:54 +1100 From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200502181300.j1ID0a8A061038@freefall.freebsd.org> References: <200502181300.j1ID0a8A061038@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="=-o+R68PKKBCogdZKmpqLm" Date: Sat, 19 Feb 2005 00:20:56 +1100 Message-Id: <1108732856.71774.22.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1FreeBSD GNOME Team Port Subject: Re: ports/77675: [PATCH] biology/fluctuate: update to 1.40 (fix unfetchable) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 13:19:57 -0000 --=-o+R68PKKBCogdZKmpqLm Content-Type: text/plain Content-Transfer-Encoding: 7bit Okay, let's go with the attached patch. Still please do remove files/patch-Makefile. --=-o+R68PKKBCogdZKmpqLm Content-Disposition: attachment; filename=patch Content-Type: text/x-patch; name=patch; charset=ASCII Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/biology/fluctuate/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 20 Nov 2004 08:09:45 -0000 1.3 +++ Makefile 18 Feb 2005 13:17:17 -0000 @@ -6,16 +6,16 @@ # PORTNAME= fluctuate -PORTVERSION= 1.30 +PORTVERSION= 1.4 +PORTEPOCH= 1 CATEGORIES= biology -MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/fluctuate/ +DISTNAME= ${PORTNAME}${PORTVERSION}.src.doc MAINTAINER= ports@FreeBSD.org COMMENT= A program to fit population models -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} ALL_TARGET= ${PORTNAME} do-install: Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/biology/fluctuate/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:06:18 -0000 1.2 +++ distinfo 18 Feb 2005 12:47:19 -0000 @@ -1,2 +1,2 @@ -MD5 (fluctuate.tar.Z) = 86619e6885fdf172b39dd8a7eb814bba -SIZE (fluctuate.tar.Z) = 113427 +MD5 (fluctuate1.4.src.doc.tar.gz) = e8cd870953e976dd869b4ff5c16881f2 +SIZE (fluctuate1.4.src.doc.tar.gz) = 70690 --=-o+R68PKKBCogdZKmpqLm--