svn commit: r306897 - head/textproc/html2text

Eitan Adler eadler at FreeBSD.org
Sat Nov 3 02:58:57 UTC 2012


Author: eadler
Date: Sat Nov  3 02:58:56 2012
New Revision: 306897
URL: http://svn.freebsd.org/changeset/ports/306897

Log:
  html2text uses patch letters which look like "alpha" and "beta" (a and b) so tell portscout that these versions are actually newer.
  
  Reviewed by:	zi
  Feature safe:	yes

Modified:
  head/textproc/html2text/Makefile

Modified: head/textproc/html2text/Makefile
==============================================================================
--- head/textproc/html2text/Makefile	Sat Nov  3 02:34:41 2012	(r306896)
+++ head/textproc/html2text/Makefile	Sat Nov  3 02:58:56 2012	(r306897)
@@ -21,6 +21,8 @@ PLIST_FILES=	bin/html2text
 
 CONFLICTS=	py27-html2text-[0-9]*
 
+PORTSCOUT=	skipb:0
+
 .include <bsd.port.options.mk>
 
 post-patch:


More information about the svn-ports-all mailing list