From owner-svn-ports-all@FreeBSD.ORG Wed Apr 2 19:02:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DCE7922; Wed, 2 Apr 2014 19:02:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B19AC89; Wed, 2 Apr 2014 19:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s32J21bA026288; Wed, 2 Apr 2014 19:02:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s32J20BU026281; Wed, 2 Apr 2014 19:02:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404021902.s32J20BU026281@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 2 Apr 2014 19:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349945 - head/chinese/fortunetw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2014 19:02:01 -0000 Author: sunpoet Date: Wed Apr 2 19:02:00 2014 New Revision: 349945 URL: http://svnweb.freebsd.org/changeset/ports/349945 QAT: https://qat.redports.org/buildarchive/r349945/ Log: - Update to 1.4 - Take maintainership Changes: - Convert to UTF-8 - Prepare *.dat Modified: head/chinese/fortunetw/Makefile head/chinese/fortunetw/distinfo head/chinese/fortunetw/pkg-plist Modified: head/chinese/fortunetw/Makefile ============================================================================== --- head/chinese/fortunetw/Makefile Wed Apr 2 19:01:55 2014 (r349944) +++ head/chinese/fortunetw/Makefile Wed Apr 2 19:02:00 2014 (r349945) @@ -2,42 +2,22 @@ # $FreeBSD$ PORTNAME= fortunetw -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= chinese -MASTER_SITES= LOCAL/chinsan \ - http://chinsan2.twbbs.org/distfiles/ -DISTNAME= zh-fortunetw-${PORTVERSION} +MASTER_SITES= LOCAL/sunpoet -MAINTAINER= ports@FreeBSD.org -COMMENT= Classic fortune file in Taiwan +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Classic fortune file in Taiwan (UTF-8) NO_BUILD= yes +USES= tar:xz -STRCMD= /usr/games/strfile +FORTUNE= bsdchat folksong liuyong stephehchow tangshi xiaoxing yijing do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/bsdchat ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/folksong ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/liuyong ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/stephehchow ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/tangshi ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/xiaoxing ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/yijing ${STAGEDIR}${PREFIX}/share/games/fortune - -pre-install: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @${FALSE} -.endif - -post-install: - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/bsdchat - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/folksong - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/liuyong - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/stephehchow - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/tangshi - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/xiaoxing - ${STRCMD} ${STAGEDIR}${PREFIX}/share/games/fortune/yijing + ${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/ +.for file in ${FORTUNE} + ${INSTALL_DATA} ${WRKSRC}/${file} ${WRKSRC}/${file}.dat ${STAGEDIR}${PREFIX}/share/games/fortune/ +.endfor .include Modified: head/chinese/fortunetw/distinfo ============================================================================== --- head/chinese/fortunetw/distinfo Wed Apr 2 19:01:55 2014 (r349944) +++ head/chinese/fortunetw/distinfo Wed Apr 2 19:02:00 2014 (r349945) @@ -1,2 +1,2 @@ -SHA256 (zh-fortunetw-1.3.tar.gz) = 64842320a319121b26b200b3d33c025b8a8b7691ed7df67b342f6c2fece53632 -SIZE (zh-fortunetw-1.3.tar.gz) = 101873 +SHA256 (fortunetw-1.4.tar.xz) = 172a67f1c3b926a67095ad527dedce59ebac7ab295e1ef50284e48ddb88c34b9 +SIZE (fortunetw-1.4.tar.xz) = 104076 Modified: head/chinese/fortunetw/pkg-plist ============================================================================== --- head/chinese/fortunetw/pkg-plist Wed Apr 2 19:01:55 2014 (r349944) +++ head/chinese/fortunetw/pkg-plist Wed Apr 2 19:02:00 2014 (r349945) @@ -13,4 +13,4 @@ share/games/fortune/xiaoxing.dat share/games/fortune/yijing share/games/fortune/yijing.dat @dirrm share/games/fortune -@dirrm share/games +@dirrmtry share/games