Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 20:10:43 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360254 - head/textproc/spellutils
Message-ID:  <201407022010.s62KAhK0063818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Jul  2 20:10:43 2014
New Revision: 360254
URL: http://svnweb.freebsd.org/changeset/ports/360254
QAT: https://qat.redports.org/buildarchive/r360254/

Log:
  The original site is down, switch to SourceFiles.

Modified:
  head/textproc/spellutils/Makefile
  head/textproc/spellutils/pkg-descr

Modified: head/textproc/spellutils/Makefile
==============================================================================
--- head/textproc/spellutils/Makefile	Wed Jul  2 19:51:23 2014	(r360253)
+++ head/textproc/spellutils/Makefile	Wed Jul  2 20:10:43 2014	(r360254)
@@ -5,7 +5,7 @@ PORTNAME=	spellutils
 PORTVERSION=	0.7
 PORTREVISION=	3
 CATEGORIES=	textproc
-MASTER_SITES=	http://home.worldonline.dk/byrial/spellutils/
+MASTER_SITES=	http://www.sourcefiles.org/Utilities/Text_Utilities/
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Programs used to isolate some parts or texts before spell-checking
@@ -20,15 +20,17 @@ LIBS+=		-L${LOCALBASE}/lib -lintl
 DOCS=		NEWS README
 EXAMPLES=	aspell.sl
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for FILE in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 .for FILE in ${EXAMPLES}
 	${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR}
 .endfor

Modified: head/textproc/spellutils/pkg-descr
==============================================================================
--- head/textproc/spellutils/pkg-descr	Wed Jul  2 19:51:23 2014	(r360253)
+++ head/textproc/spellutils/pkg-descr	Wed Jul  2 20:10:43 2014	(r360254)
@@ -15,6 +15,6 @@ well as all or selected header lines can
 The program pospell is a utility to isolate the translations from a .po
 file, then call some other program which may change the translations
 (typically a spell checker), and eventually copy them back in place in
-the .po file. 
+the .po file.
 
-WWW: http://home.worldonline.dk/byrial/spellutils/
+WWW: http://www.sourcefiles.org/Utilities/Text_Utilities/spellutils-0.7.tar.bz2.shtml



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