svn commit: r313311 - head/textproc/html2text
Eitan Adler
eadler at FreeBSD.org
Sun Mar 3 00:21:22 UTC 2013
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
More information about the svn-ports-all
mailing list