Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Feb 2007 21:07:59 +0800
From:      Chin-San Huang <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rafan@FreeBSD.org
Subject:   ports/108874: [PATCH] chinese/joe2:  Fix the fetch issue
Message-ID:  <20070207130801.AA03A2EAEB@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200702071330.l17DUKlw064179@freefall.freebsd.org>

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

>Number:         108874
>Category:       ports
>Synopsis:       [PATCH] chinese/joe2:  Fix the fetch issue
>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:   Wed Feb 07 13:30:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec 4 16:51:02 CST 2006 root@chinsan2.twbbs.org:/usr/obj/usr/src/sys/MYBSD i386
>Description:
- Fix the fetch issue
  Noticed by:	fenner@'s distfiles survery

>How-To-Repeat:
	
>Fix:

	

--- zh-joe2.patch begins here ---
diff -ruN /usr/ports/chinese/joe2/Makefile ./Makefile
--- /usr/ports/chinese/joe2/Makefile	Tue Jan 30 06:06:34 2007
+++ ./Makefile	Wed Feb  7 21:03:13 2007
@@ -7,7 +7,8 @@
 
 CATEGORIES=	chinese editors
 
-PATCH_SITES=	LOCAL/chinsan
+PATCH_SITES=	${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR=	chinsan
 PATCHFILES=	zh-joe-2.9.8.diff
 PATCH_DIST_STRIP=	-p1
 
--- zh-joe2.patch ends here ---


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



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