Date: Tue, 15 Jun 2004 00:31:53 GMT From: Jens Rehsack <rehsack@liwing.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jens Rehsack <rehsack@liwing.de> Subject: ports/67953: [PATCH] fixing download location and add conflict for new port Message-ID: <200406150031.i5F0Vr7g060540@helo.liwing.de> Resent-Message-ID: <200406150040.i5F0eM1E066312@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67953 >Category: ports >Synopsis: [PATCH] fixing download location and add conflict for new port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 15 00:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.2-CURRENT i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD statler 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon May 17 08:44:19 GMT 2004 root@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: Because of the download location has moved this patch corrects the wrong old location. It also adds a conflict for the hopefully soon committed gnome-commander2 port. Committing ports/67674 before could safe some unnessecary work to create new patch to submit. >How-To-Repeat: >Fix: --- patch-filelocation begins here --- Index: x11-fm/gnome-commander/Makefile =================================================================== diff -u x11-fm/gnome-commander/Makefile.orig x11-fm/gnome-commander/Makefile --- x11-fm/gnome-commander/Makefile.orig Mon Jun 7 10:30:21 2004 +++ x11-fm/gnome-commander/Makefile Fri Jun 11 10:20:57 2004 @@ -9,7 +9,8 @@ PORTVERSION= 1.0.1 PORTREVISION= 2 CATEGORIES= x11-fm gnome -MASTER_SITES= http://savannah.nongnu.org/download/gcmd/gcmd.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-commander/1.0/ MAINTAINER= rehsack@liwing.de COMMENT= File manager for Gnome @@ -19,6 +20,8 @@ .else CONFIGURE_ARGS= --without-fam .endif + +CONFLICTS= gnome-commander2-* USE_X_PREFIX= yes USE_GMAKE= yes --- patch-filelocation ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406150031.i5F0Vr7g060540>