svn commit: r439217 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Sun Apr 23 10:26:35 UTC 2017


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


More information about the svn-ports-head mailing list