Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 10:12:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334295 - head/german/hunspell
Message-ID:  <201311191012.rAJAC0da051397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311191012.rAJAC0da051397>