From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 13 21:00:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1C916A4F8 for ; Fri, 13 May 2005 21:00:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7324B43D3F for ; Fri, 13 May 2005 21:00:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4DL0J49066236 for ; Fri, 13 May 2005 21:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4DL0J2C066221; Fri, 13 May 2005 21:00:19 GMT (envelope-from gnats) Resent-Date: Fri, 13 May 2005 21:00:19 GMT Resent-Message-Id: <200505132100.j4DL0J2C066221@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael LAPLANCHE Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D000916A4CE for ; Fri, 13 May 2005 20:53:44 +0000 (GMT) Received: from mail.martymac.com (martymac.com [82.224.94.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29BAB43D80 for ; Fri, 13 May 2005 20:53:39 +0000 (GMT) (envelope-from martymac@martymac.com) Received: by mail.martymac.com (Postfix, from userid 1000) id 54ABB1F9; Fri, 13 May 2005 22:54:13 +0200 (CEST) Message-Id: <20050513205413.54ABB1F9@mail.martymac.com> Date: Fri, 13 May 2005 22:54:13 +0200 (CEST) From: Ganael LAPLANCHE To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80997: [PORT UPDATE + REPOCOPY] net/amule -> net/amule1 (supersedes ports/80733) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ganael LAPLANCHE List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 21:00:22 -0000 >Number: 80997 >Category: ports >Synopsis: [PORT UPDATE + REPOCOPY] net/amule -> net/amule1 (supersedes ports/80733) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 13 21:00:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ganael LAPLANCHE >Release: FreeBSD 5.4-STABLE amd64 >Organization: http://contribs.martymac.com >Environment: System: FreeBSD www.martymac.com FreeBSD 5.4-STABLE >Description: aMule 2.0.0. has just been released. It is necessary to maintain aMule-1.2.8 since it builds correctly on FreeBSD 4.x. Here is a patch to manage CONFLICTS between aMule ports and to fix a dependency error (introduced on may 12th) related to the new name used by the wxgtk port. It is also necessary to repocopy amule to amule1 and delete old amule port. This PR supersedes ports/80733. >How-To-Repeat: >Fix: --------------- Patch starts here --------------- diff -aur amule/Makefile amule1/Makefile --- amule/Makefile Thu May 12 18:39:54 2005 +++ amule1/Makefile Fri May 13 22:49:10 2005 @@ -14,10 +14,11 @@ MAINTAINER= ganael.laplanche@martymac.com COMMENT= The all-platform eMule p2p client -LIB_DEPENDS= wx_gtk2_core-2.5.2:${PORTSDIR}/x11-toolkits/wxgtk24 \ +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ curl.3:${PORTSDIR}/ftp/curl -CONFLICTS= aMule-devel-* +LATEST_LINK= aMule1 +CONFLICTS= aMule-2.* aMule-devel-[0-9]* USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack gnomeprefix diff -aur amule/pkg-descr amule1/pkg-descr --- amule/pkg-descr Wed Dec 15 05:09:13 2004 +++ amule1/pkg-descr Sat May 7 18:00:05 2005 @@ -3,4 +3,9 @@ aMule is a multiplatform fork of xMule client using wxWindows class library. +This is the last version of aMule-1. It +is maintained for 4.x compatibility. If +you would like to install aMule-2, see +amule2 or amule-devel port. + WWW: http://www.amule.org --------------- Patch ends here --------------- >Release-Note: >Audit-Trail: >Unformatted: