From owner-svn-ports-head@FreeBSD.ORG Sat Nov 16 20:26:18 2013 Return-Path: Delivered-To: svn-ports-head@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 7F9C5D42; Sat, 16 Nov 2013 20:26:18 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F6DA23C0; Sat, 16 Nov 2013 20:26:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGKQIfK057304; Sat, 16 Nov 2013 20:26:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGKQI6Y057299; Sat, 16 Nov 2013 20:26:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311162026.rAGKQI6Y057299@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 Nov 2013 20:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334032 - head/textproc/sv-hunspell 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.16 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: Sat, 16 Nov 2013 20:26:18 -0000 Author: sunpoet Date: Sat Nov 16 20:26:17 2013 New Revision: 334032 URL: http://svnweb.freebsd.org/changeset/ports/334032 Log: - Change MASTER_SITES to my LOCAL: original upstream disappeared - Pet portlint: move EXTRACT_SUFX upward - Remove WWW Modified: head/textproc/sv-hunspell/Makefile head/textproc/sv-hunspell/pkg-descr (contents, props changed) Modified: head/textproc/sv-hunspell/Makefile ============================================================================== --- head/textproc/sv-hunspell/Makefile Sat Nov 16 20:12:09 2013 (r334031) +++ head/textproc/sv-hunspell/Makefile Sat Nov 16 20:26:17 2013 (r334032) @@ -4,18 +4,17 @@ PORTNAME= hunspell PORTVERSION= 1.46 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= LOCAL/sunpoet/${PORTNAME} PKGNAMEPREFIX= sv- DISTNAME= sv-${PORTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Swedish hunspell dictionaries -EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes -PROJECTHOST= dsso PLIST_FILES= %%DATADIR%%/sv_FI.aff \ %%DATADIR%%/sv_FI.dic \ Modified: head/textproc/sv-hunspell/pkg-descr ============================================================================== --- head/textproc/sv-hunspell/pkg-descr Sat Nov 16 20:12:09 2013 (r334031) +++ head/textproc/sv-hunspell/pkg-descr Sat Nov 16 20:26:17 2013 (r334032) @@ -1,3 +1 @@ Swedish hunspell dictionaries - -WWW: http://code.google.com/p/dsso/