Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2013 00:21:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313311 - head/textproc/html2text
Message-ID:  <201303030021.r230LMR2004402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Mar  3 00:21:22 2013
New Revision: 313311
URL: http://svnweb.freebsd.org/changeset/ports/313311

Log:
  Teach portscout that 1.3.2 is not newer than 1.3.2a.
  Pet portlint by using "fle" instead of "file"
  Mark port safe for use with MAKE_JOBS

Modified:
  head/textproc/html2text/Makefile

Modified: head/textproc/html2text/Makefile
==============================================================================
--- head/textproc/html2text/Makefile	Sun Mar  3 00:13:19 2013	(r313310)
+++ head/textproc/html2text/Makefile	Sun Mar  3 00:21:22 2013	(r313311)
@@ -19,20 +19,22 @@ MAN5=		html2textrc.5
 PORTDOCS=	CHANGES CREDITS KNOWN_BUGS README TODO
 PLIST_FILES=	bin/html2text
 
+MAKE_JOBS_SAFE=	yes
+
 CONFLICTS=	py27-html2text-[0-9]*
 
-PORTSCOUT=	skipb:0
+PORTSCOUT=	skipb:0 skipv:1.3.2
 
 .include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure
-.for file in Makefile.in libstd/Makefile.in
+.for fle in Makefile.in libstd/Makefile.in
 	@${REINPLACE_CMD} -e '/^DEBUG/s/^/#/; \
-		 /^CXXFLAGS/s/=/+=/' ${WRKSRC}/${file}
+		 /^CXXFLAGS/s/=/+=/' ${WRKSRC}/${fle}
 .endfor
-.for file in Area.h HTMLControl.h Properties.h format.h
-	@${REINPLACE_CMD} -e 's/<istream>/<iostream>/' ${WRKSRC}/${file}
+.for fle in Area.h HTMLControl.h Properties.h format.h
+	@${REINPLACE_CMD} -e 's/<istream>/<iostream>/' ${WRKSRC}/${fle}
 .endfor
 
 do-install:
@@ -41,8 +43,8 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/html2textrc.5.gz ${MANPREFIX}/man/man5
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for fle in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${fle} ${DOCSDIR}
 .endfor
 .endif
 



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