Date: Sat, 14 Mar 2020 18:00:14 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528429 - head/emulators/i386-wine Message-ID: <202003141800.02EI0E0O028172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003141800.02EI0E0O028172>