svn commit: r341574 - head/mail/elm

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 14:18:33 UTC 2014


Author: bapt
Date: Tue Jan 28 14:18:32 2014
New Revision: 341574
URL: http://svnweb.freebsd.org/changeset/ports/341574
QAT: https://qat.redports.org/buildarchive/r341574/

Log:
  Switch ispell to aspell-ispell

Modified:
  head/mail/elm/Makefile

Modified: head/mail/elm/Makefile
==============================================================================
--- head/mail/elm/Makefile	Tue Jan 28 14:16:30 2014	(r341573)
+++ head/mail/elm/Makefile	Tue Jan 28 14:18:32 2014	(r341574)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elm
 PORTVERSION=	2.5.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://instinct.org/elm/files/tarballs/
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	toasty at dragondata.com
 COMMENT=	A once-popular mail user agent, version 2.5.x
 
-BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
+BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/aspell-ispell
 
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list