svn commit: r336051 - head/emulators/i386-wine

David Naylor dbn at FreeBSD.org
Tue Dec 10 08:05:43 UTC 2013


Author: dbn
Date: Tue Dec 10 08:05:42 2013
New Revision: 336051
URL: http://svnweb.freebsd.org/changeset/ports/336051

Log:
  Teach portscout that emulators/i386-wine uses even based version numbering.

Modified:
  head/emulators/i386-wine/Makefile.inc

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Tue Dec 10 07:57:46 2013	(r336050)
+++ head/emulators/i386-wine/Makefile.inc	Tue Dec 10 08:05:42 2013	(r336051)
@@ -38,6 +38,8 @@ SUB_FILES=	pkg-message
 USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USE_XZ=		yes
 
+PORTSCOUT=	limitw:1,even
+
 .include <bsd.port.pre.mk>
 
 .if !(${OSVERSION} >= 803000 && ${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000)


More information about the svn-ports-all mailing list