svn commit: r528409 - head/emulators/i386-wine-devel

Piotr Kubaj pkubaj at FreeBSD.org
Sat Mar 14 13:33:00 UTC 2020


Author: pkubaj
Date: Sat Mar 14 13:32:59 2020
New Revision: 528409
URL: https://svnweb.freebsd.org/changeset/ports/528409

Log:
  emulators/i386-wine-devel: unbreak bulk -a
  
  Error:
  [00:00:55] Error: emulators/i386-wine-devel has incorrect CATEGORIES, first should be 'emulators'.  Please contact maintainer of the port to fix this.
  [00:00:55] Error: deps_fetch_vars failed for emulators/i386-wine-devel

Modified:
  head/emulators/i386-wine-devel/Makefile
  head/emulators/i386-wine-devel/Makefile.amd64

Modified: head/emulators/i386-wine-devel/Makefile
==============================================================================
--- head/emulators/i386-wine-devel/Makefile	Sat Mar 14 13:15:36 2020	(r528408)
+++ head/emulators/i386-wine-devel/Makefile	Sat Mar 14 13:32:59 2020	(r528409)
@@ -5,6 +5,8 @@
 #  - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel
 #  - amd64 specific port to be normal port (based on binary package)
 
+CATEGORIES=	emulators
+
 ONLY_FOR_ARCHS=	i386 amd64
 
 .include <bsd.port.mk>

Modified: head/emulators/i386-wine-devel/Makefile.amd64
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.amd64	Sat Mar 14 13:15:36 2020	(r528408)
+++ head/emulators/i386-wine-devel/Makefile.amd64	Sat Mar 14 13:32:59 2020	(r528409)
@@ -5,7 +5,6 @@ PORTNAME=	wine
 PORTVERSION=	4.0.r1
 PORTREVISION=	1
 PORTEPOCH=	1
-CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
 PKGNAMEPREFIX=	i386-
 PKGNAMESUFFIX=	-devel


More information about the svn-ports-all mailing list