From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 10:12:00 2013 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 B9E6A87E; Tue, 19 Nov 2013 10:12:00 +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 A913622BD; Tue, 19 Nov 2013 10:12:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJAC0DT051399; Tue, 19 Nov 2013 10:12:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJAC0da051397; Tue, 19 Nov 2013 10:12:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311191012.rAJAC0da051397@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Nov 2013 10:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334295 - head/german/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-all@freebsd.org X-Mailman-Version: 2.1.16 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: Tue, 19 Nov 2013 10:12:00 -0000 Author: sunpoet Date: Tue Nov 19 10:12:00 2013 New Revision: 334295 URL: http://svnweb.freebsd.org/changeset/ports/334295 Log: - Add my LOCAL to MASTER_SITES - Add LICENSE - Sort USES Modified: head/german/hunspell/Makefile Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Tue Nov 19 10:10:24 2013 (r334294) +++ head/german/hunspell/Makefile Tue Nov 19 10:12:00 2013 (r334295) @@ -3,17 +3,21 @@ PORTNAME= hunspell PORTVERSION= 20120607 CATEGORIES= german textproc -MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ +MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ \ + LOCAL/sunpoet/${PORTNAME} DISTNAME= igerman98-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= German hunspell dictionaries -BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell \ - hunspell:${PORTSDIR}/textproc/hunspell +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USES= gmake shebangfix perl5 +BUILD_DEPENDS= ${LOCALBASE}/bin/buildhash:${PORTSDIR}/textproc/ispell \ + ${LOCALBASE}/bin/hunspell:${PORTSDIR}/textproc/hunspell + +USES= gmake perl5 shebangfix USE_BZIP2= yes ALL_TARGET= hunspell-all USE_PERL5= build