Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2001 22:54:26 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26395: accessx port slightly misnamed
Message-ID:  <200104070354.f373sPE83792@cauchy.math.missouri.edu>

next in thread | raw e-mail | index | archive | help

>Number:         26395
>Category:       ports
>Synopsis:       accessx port slightly misnamed
>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:   Fri Apr 06 21:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 4.3-BETA i386
>Organization:
University of Missouri
>Environment:
System: FreeBSD cauchy 4.3-BETA FreeBSD 4.3-BETA #0: Fri Mar 16 21:35:27 CST 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386


>Description:

The accessx port is called version 9.50, but really it should be
called 0.950.  (Sorry about that - it was my mistake.)

>How-To-Repeat:

>Fix:

diff -ur accessx-orig/Makefile accessx/Makefile
--- accessx-orig/Makefile	Fri Apr  6 22:48:35 2001
+++ accessx/Makefile	Fri Apr  6 22:48:57 2001
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	accessx
-PORTVERSION=	9.50
+PORTVERSION=	0.950
 CATEGORIES=	x11
 MASTER_SITES=	http://www.rehab.uiuc.edu/accessx/software/
-DISTNAME=	accessx0${PORTVERSION:S/.//g}
+DISTNAME=	accessx${PORTVERSION:S/.//g}
 
 MAINTAINER=	stephen@math.missouri.edu
 

>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?200104070354.f373sPE83792>