Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 12:07:40 +0800 (CST)
From:      Statue <statue@softwareliberty.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33048: update port: chinese/fortunetw from 1.0 to 1.1
Message-ID:  <20011221040740.C27157526@softwareliberty.org>

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

>Number:         33048
>Category:       ports
>Synopsis:       update port: chinese/fortunetw from 1.0 to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 20 20:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Statue
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
[MAINTAINER]
>Environment:
System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -ruN fortunetw.orig/Makefile fortunetw/Makefile
--- fortunetw.orig/Makefile	Fri Dec 21 11:26:18 2001
+++ fortunetw/Makefile	Fri Dec 21 12:05:29 2001
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	fortunetw
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	chinese
-MASTER_SITES=	http://freebsd.sinica.edu.tw/~statue/
+MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/statue/fortunetw/
 DISTNAME=	zh-fortunetw-${PORTVERSION}
 
 MAINTAINER=	statue@freebsd.sinica.edu.tw
@@ -19,6 +19,7 @@
 
 do-install:
 	@${MKDIR} ${PREFIX}/share/games/fortune
+	@${INSTALL_DATA} ${WRKSRC}/liuyong ${PREFIX}/share/games/fortune
 	@${INSTALL_DATA} ${WRKSRC}/tangshi ${PREFIX}/share/games/fortune
 	@${INSTALL_DATA} ${WRKSRC}/yijing ${PREFIX}/share/games/fortune
 
@@ -29,10 +30,13 @@
 .endif
 
 post-install:
+	@${STRCMD} ${PREFIX}/share/games/fortune/liuyong
 	@${STRCMD} ${PREFIX}/share/games/fortune/tangshi
 	@${STRCMD} ${PREFIX}/share/games/fortune/yijing
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Usage:"
+	@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/liuyong"
+	@${ECHO_MSG} "or"
 	@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/tangshi"
 	@${ECHO_MSG} "or"
 	@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/yijing"
diff -ruN fortunetw.orig/distinfo fortunetw/distinfo
--- fortunetw.orig/distinfo	Fri Dec 21 11:26:18 2001
+++ fortunetw/distinfo	Fri Dec 21 12:02:03 2001
@@ -1 +1 @@
-MD5 (zh-fortunetw-1.0.tar.gz) = 7b400d8994284ecd5b74aeaf0885693c
+MD5 (zh-fortunetw-1.1.tar.gz) = 7d08025492ce8c94d18b4509573cfc1f
diff -ruN fortunetw.orig/pkg-plist fortunetw/pkg-plist
--- fortunetw.orig/pkg-plist	Fri Dec 21 11:26:18 2001
+++ fortunetw/pkg-plist	Fri Dec 21 11:57:30 2001
@@ -1,3 +1,5 @@
+share/games/fortune/liuyong
+share/games/fortune/liuyong.dat
 share/games/fortune/tangshi
 share/games/fortune/tangshi.dat
 share/games/fortune/yijing
	
>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?20011221040740.C27157526>