Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2017 10:26:34 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439217 - head/emulators/wine
Message-ID:  <201704231026.v3NAQYsI017962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Apr 23 10:26:34 2017
New Revision: 439217
URL: https://svnweb.freebsd.org/changeset/ports/439217

Log:
  Adjust PORTSCOUT to the new versioning scheme of Wine where current
  releases carry versions of the form 2.0.x, whereas new development
  snapshots are labeled 2.y.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sun Apr 23 10:25:55 2017	(r439216)
+++ head/emulators/wine/Makefile	Sun Apr 23 10:26:34 2017	(r439217)
@@ -58,7 +58,7 @@ WINEMAKER_DESC=	Fully support winemaker 
 GECKO_DESC=	Bundle Gecko MSI package for Wine
 MONO_DESC=	Bundle Mono MSI package for Wine
 
-PORTSCOUT=	limitw:1,even
+PORTSCOUT=	limit:^2\.0
 
 CUPS_CONFIGURE_WITH=	cups
 CUPS_LIB_DEPENDS=	libcups.so:print/cups



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