Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 15:30:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341596 - in head: german/steak mail/sqwebmail news/tin textproc/p5-Lingua-Ispell
Message-ID:  <201401281530.s0SFU3TE038899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 28 15:30:02 2014
New Revision: 341596
URL: http://svnweb.freebsd.org/changeset/ports/341596
QAT: https://qat.redports.org/buildarchive/r341596/

Log:
  Switch from ispell to aspell-ispell

Modified:
  head/german/steak/Makefile
  head/mail/sqwebmail/Makefile
  head/news/tin/Makefile
  head/textproc/p5-Lingua-Ispell/Makefile

Modified: head/german/steak/Makefile
==============================================================================
--- head/german/steak/Makefile	Tue Jan 28 15:27:22 2014	(r341595)
+++ head/german/steak/Makefile	Tue Jan 28 15:30:02 2014	(r341596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	steak
 PORTVERSION=	1.7.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	german
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Steak%20${PORTVERSION} \
 		http://www.tm.informatik.uni-frankfurt.de/%7Erazi/steak/program/
@@ -12,7 +12,7 @@ DISTNAME=	Steak.${PORTVERSION}
 MAINTAINER=	conrads@cox.net
 COMMENT=	English <-> German dictionary under the GPL
 
-RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
+RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/aspell-ispell
 
 USE_XORG=	xt
 MAKE_JOBS_UNSAFE=	yes

Modified: head/mail/sqwebmail/Makefile
==============================================================================
--- head/mail/sqwebmail/Makefile	Tue Jan 28 15:27:22 2014	(r341595)
+++ head/mail/sqwebmail/Makefile	Tue Jan 28 15:30:02 2014	(r341596)
@@ -113,8 +113,8 @@ CONFIGURE_ARGS+=	--without-gzip
 .endif
 
 .if ${PORT_OPTIONS:MISPELL}
-BUILD_DEPENDS+=		${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS+=		${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
+BUILD_DEPENDS+=		${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
+RUN_DEPENDS+=		${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
 CONFIGURE_ARGS+=	--with-ispell=${LOCALBASE}/bin/ispell
 .else
 CONFIGURE_ARGS+=	--without-ispell

Modified: head/news/tin/Makefile
==============================================================================
--- head/news/tin/Makefile	Tue Jan 28 15:27:22 2014	(r341595)
+++ head/news/tin/Makefile	Tue Jan 28 15:30:02 2014	(r341596)
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+=	--disable-pgp-gpg
 .endif
 
 .if ${PORT_OPTIONS:MISPELL}
-RUN_DEPENDS+=		ispell:${PORTSDIR}/textproc/ispell
+RUN_DEPENDS+=		ispell:${PORTSDIR}/textproc/aspell-ispell
 CONFIGURE_ARGS+=	--with-ispell=${PREFIX}/bin/ispell
 .endif
 

Modified: head/textproc/p5-Lingua-Ispell/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Ispell/Makefile	Tue Jan 28 15:27:22 2014	(r341595)
+++ head/textproc/p5-Lingua-Ispell/Makefile	Tue Jan 28 15:30:02 2014	(r341596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Lingua-Ispell
 PORTVERSION=	0.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl module that encapsulates access to the Ispell program
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
+BUILD_DEPENDS=	${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 REINPLACE_ARGS=	-i ''



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