ports/67953: [PATCH] fixing download location and add conflict for new port
Jens Rehsack
rehsack at liwing.de
Tue Jun 15 00:41:30 UTC 2004
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list