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

Piotr Kubaj pkubaj at FreeBSD.org
Sat Mar 14 18:00:15 UTC 2020


Author: pkubaj
Date: Sat Mar 14 18:00:14 2020
New Revision: 528429
URL: https://svnweb.freebsd.org/changeset/ports/528429

Log:
  emulators/i386-wine: unbreak poudriere bulk -a
  
  Error:
  [00:02:24] Warning: (emulators/i386-wine): Error: emulators/i386-wine has incorrect CATEGORIES, first should be 'emulators'.  Please contact maintainer of the port to fix this.

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

Modified: head/emulators/i386-wine/Makefile
==============================================================================
--- head/emulators/i386-wine/Makefile	Sat Mar 14 17:42:11 2020	(r528428)
+++ head/emulators/i386-wine/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
@@ -5,6 +5,8 @@
 #  - i386 specific port to be slave to ${PORTSDIR}/emulators/wine
 #  - 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/Makefile.amd64
==============================================================================
--- head/emulators/i386-wine/Makefile.amd64	Sat Mar 14 17:42:11 2020	(r528428)
+++ head/emulators/i386-wine/Makefile.amd64	Sat Mar 14 18:00:14 2020	(r528429)
@@ -5,7 +5,6 @@ PORTNAME=	wine
 PORTVERSION=	3.0.4
 PORTREVISION=	1
 PORTEPOCH=	1
-CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
 PKGNAMEPREFIX=	i386-
 DISTNAME=	${PKGNAME}


More information about the svn-ports-all mailing list