Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 11:44:46 +0800 (CST)
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        garga@FreeBSD.org
Subject:   ports/88972: [PATCH] chinese/joe2: fix duplicated LASTEST_LINK
Message-ID:  <20051114034446.2F47890@bbs.ilc.edu.tw>
Resent-Message-ID: <200511140350.jAE3oKXG005658@freefall.freebsd.org>

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

>Number:         88972
>Category:       ports
>Synopsis:       [PATCH] chinese/joe2: fix duplicated LASTEST_LINK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 03:50:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD bbs.ilc.edu.tw 4.11-STABLE FreeBSD 4.11-STABLE #7: Wed Mar 30 05:33:43 CST 2005 root@bbs.ilc.edu.tw:/usr/obj/usr/src/sys/BBSKERNCONF i386
>Description:
	fix duplicated LASTEST_LINK
	Thanks to kris's notice. :)

>How-To-Repeat:
>Fix:

--- joe2.diff begins here ---
diff -ruN joe2.orig/Makefile joe2/Makefile
--- joe2.orig/Makefile	Mon Nov 14 11:41:22 2005
+++ joe2/Makefile	Mon Nov 14 11:41:34 2005
@@ -15,7 +15,7 @@
 
 MAINTAINER=	chinsan.tw@gmail.com
 
-LATEST_LINK=	${PKGNAMEPREFIX}joe
+LATEST_LINK=	${PKGNAMEPREFIX}joe2
 
 MASTERDIR=	${.CURDIR}/../../editors/joe2
 MD5_FILE=	${.CURDIR}/distinfo
--- joe2.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051114034446.2F47890>