Date: Tue, 31 Dec 2002 17:53:23 +0100 (CET) From: Dominic Marks <dom@cus.org.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46658: ports Message-ID: <200212311653.gBVGrNfL053960@dns1.zerouptime.ch>
next in thread | raw e-mail | index | archive | help
>Number: 46658 >Category: ports >Synopsis: ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 31 09:00:18 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: UMIST >Environment: System: FreeBSD www.zerouptime.ch 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Mon Nov 18 18:22:22 CET 2002 root@www.zerouptime.ch:/usr/obj/usr/src/sys/WWW i386 >Description: net/mutella 0.4.1 -> 0.4.3-rc1 >How-To-Repeat: NA. >Fix: 1. rm files/patch-mutella::mutella.h 2. apply diff 3. add patch-aa (underneath diff) Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/mutella/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2002/11/02 04:33:42 1.5 +++ Makefile 2002/12/31 16:49:04 @@ -6,10 +6,10 @@ # PORTNAME= mutella -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}rc1 +MASTER_SITES= http://mutella.sourceforge.net/ MAINTAINER= d.marks@student.umist.ac.uk Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/mutella/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2002/09/01 15:40:37 1.3 +++ distinfo 2002/12/31 16:49:04 @@ -1 +1 @@ -MD5 (mutella-0.4.1.tar.gz) = 68e83b16e63c59304fc65e19635985bc +MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/mutella/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2002/09/01 15:40:37 1.2 +++ pkg-plist 2002/12/31 16:49:05 @@ -53,9 +53,11 @@ share/mutella/remote/template/message.html share/mutella/remote/template/move.html share/mutella/remote/template/mutella-remote.css -share/mutella/remote/template/results-detail.html -share/mutella/remote/template/results-overview.html -share/mutella/remote/template/results-ungrouped.html +share/mutella/remote/template/modules/results-detail.html +share/mutella/remote/template/modules/results-grouped-body.html +share/mutella/remote/template/modules/results-grouped-head.html +share/mutella/remote/template/modules/results-ungrouped-body.html +share/mutella/remote/template/modules/results-ungrouped-head.html share/mutella/remote/template/results.html share/mutella/remote/template/searches.html share/mutella/remote/template/transfers.html --- mutella/xsleep.h Tue Dec 31 17:15:40 2002 +++ mutella/xsleep.h.new Tue Dec 31 17:16:53 2002 @@ -66,7 +66,7 @@ #ifdef HAVE_NANOSLEEP #if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__ //#ifdef __APPLE__ -int nanosleep(struct timespec *, struct timespec *); +//int nanosleep(struct timespec *, struct timespec *); #endif #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212311653.gBVGrNfL053960>