From owner-svn-ports-head@freebsd.org Thu Sep 3 16:25:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9781E9C9174; Thu, 3 Sep 2015 16:25:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 8843BA9A; Thu, 3 Sep 2015 16:25:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83GPTW8036846; Thu, 3 Sep 2015 16:25:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83GPTA7036844; Thu, 3 Sep 2015 16:25:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509031625.t83GPTA7036844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396014 - head/www/ruby-wgettsv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 16:25:29 -0000 Author: sunpoet Date: Thu Sep 3 16:25:28 2015 New Revision: 396014 URL: https://svnweb.freebsd.org/changeset/ports/396014 Log: - Fix PORTNAME - Add NO_ARCH - Use single space after WWW: - Bump PORTREVISION for package change Modified: head/www/ruby-wgettsv/Makefile head/www/ruby-wgettsv/pkg-descr Modified: head/www/ruby-wgettsv/Makefile ============================================================================== --- head/www/ruby-wgettsv/Makefile Thu Sep 3 16:25:23 2015 (r396013) +++ head/www/ruby-wgettsv/Makefile Thu Sep 3 16:25:28 2015 (r396014) @@ -1,8 +1,9 @@ # Created by: Qing Feng # $FreeBSD$ -PORTNAME= ruby-wgettsv +PORTNAME= wgettsv PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= www ruby MASTER_SITES= http://alpha.mixi.co.jp/dist/tctsearch/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -12,12 +13,12 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Collect WWW resources and generate TSV data +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes USES= shebangfix -SHEBANG_FILES= wgettsv USE_RUBY= yes -NO_WRKSUBDIR= yes - -NO_BUILD= yes +SHEBANG_FILES= wgettsv PLIST_FILES= bin/wgettsv Modified: head/www/ruby-wgettsv/pkg-descr ============================================================================== --- head/www/ruby-wgettsv/pkg-descr Thu Sep 3 16:25:23 2015 (r396013) +++ head/www/ruby-wgettsv/pkg-descr Thu Sep 3 16:25:28 2015 (r396014) @@ -1,3 +1,3 @@ Collect WWW resources and generate TSV data -WWW: http://alpha.mixi.co.jp/dist/tctsearch/wgettsv +WWW: http://alpha.mixi.co.jp/dist/tctsearch/wgettsv