Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2006 08:47:20 GMT
From:      Yuan Jue <yuanjue@yuanjue.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/101345: [maintainer update]: chinese/qterm 0.4.0 -> 0.4.0_1
Message-ID:  <200608040847.k748lKhX017471@www.freebsd.org>
Resent-Message-ID: <200608040850.k748oDHk089189@freefall.freebsd.org>

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

>Number:         101345
>Category:       ports
>Synopsis:       [maintainer update]: chinese/qterm 0.4.0 -> 0.4.0_1
>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:   Fri Aug 04 08:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yuan Jue
>Release:        FreeBSD 6.1-RELEASE
>Organization:
Insititute of Computing Technology, CAS, China
>Environment:
FreeBSD maver-freebsd.net 6.1-RELEASE FreeBSD 6.1-RELEASE #4: Mon Jul 31 12:14:40 CST 2006     maver@maver-freebsd.net:/usr/obj/usr/src/sys/MYKERNEL_6_1  i386
>Description:
1. make qterm.cfg & address.cfg writable by default since native linux version has this feature.
2. add one more address to MASTER_SITES
3. add PKGNAMEPREFIX
>How-To-Repeat:

>Fix:
diff -ruN qterm-0.4.0.orig/Makefile qterm-0.4.0/Makefile
--- qterm-0.4.0.orig/Makefile	Tue Aug  1 20:19:04 2006
+++ qterm-0.4.0/Makefile	Fri Aug  4 16:34:17 2006
@@ -2,14 +2,17 @@
 # Date created:                10 Mar 2001
 # Whom:                        Shen Chuan-Hsing
 #
-# $FreeBSD: ports/chinese/qterm/Makefile,v 1.25 2006/08/01 12:19:04 clsung Exp $
+# $FreeBSD: ports/chinese/qterm/Makefile,v 1.23 2006/05/03 23:38:33 edwin Exp $
 #
 
 PORTNAME=	qterm
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	chinese
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://www.yuanjue.net/download/
 MASTER_SITE_SUBDIR=	${PORTNAME}
+PKGNAMEPREFIX=	zh-
 
 MAINTAINER=	yuanjue@yuanjue.net
 COMMENT=	QTerm is a BBS client for BSD/Linux
@@ -36,6 +39,8 @@
 		${WRKSRC}/configure
 
 post-install:
+	@${CHMOD} +w ${DATADIR}/qterm.cfg
+	@${CHMOD} +w ${DATADIR}/address.cfg
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN qterm-0.4.0.orig/pkg-message qterm-0.4.0/pkg-message
--- qterm-0.4.0.orig/pkg-message	Tue Aug  1 20:19:04 2006
+++ qterm-0.4.0/pkg-message	Fri Aug  4 16:14:23 2006
@@ -1,6 +1,4 @@
 *************************************************************************
-	You can't modify the SITE definition until setting
-QTerm's config file privilege in your ~/.qterm directory to 0755 at least
 		To display IP location when using QTerm
 you must get file "QQWry.dat" and put it into your ~/.qterm directory
 *************************************************************************

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



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