ports/67227: [PATCH] databases/mysql-navigator MASTER_SITE_SUBDIR fix

Roman Neuhauser neuhauser at chello.cz
Wed May 26 17:40:36 UTC 2004


>Number:         67227
>Category:       ports
>Synopsis:       [PATCH] databases/mysql-navigator MASTER_SITE_SUBDIR fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 10:40:13 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root at isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
the project is called mysqlnavigator, not mysql-navigator.

maintainer cc'd
>How-To-Repeat:
	
>Fix:

	

--- databases::mysql-navigator.MASTER_SITE_SUBDIR.patch begins here ---
Index: databases/mysql-navigator/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-navigator/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- databases/mysql-navigator/Makefile	5 Apr 2004 03:30:46 -0000	1.25
+++ databases/mysql-navigator/Makefile	26 May 2004 17:23:45 -0000
@@ -10,8 +10,8 @@
 PORTREVISION=	2
 CATEGORIES=	databases kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	mysqlnavigator-${PORTVERSION}
+MASTER_SITE_SUBDIR=	${PORTNAME:S/-//}
+DISTNAME=	${PORTNAME:S/-//}-${PORTVERSION}
 
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	MySQL database server administration package for KDE
--- databases::mysql-navigator.MASTER_SITE_SUBDIR.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list