Date: Tue, 10 Dec 2013 08:05:42 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336051 - head/emulators/i386-wine Message-ID: <201312100805.rBA85gTx032785@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312100805.rBA85gTx032785>