From owner-svn-ports-all@freebsd.org Mon May 4 20:46:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F3D42C2CEC; Mon, 4 May 2020 20:46:09 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49GFJ100cMz3J0Z; Mon, 4 May 2020 20:46:09 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0F652330; Mon, 4 May 2020 20:46:08 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 044Kk8e3070426; Mon, 4 May 2020 20:46:08 GMT (envelope-from salvadore@FreeBSD.org) Received: (from salvadore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 044Kk8qf070422; Mon, 4 May 2020 20:46:08 GMT (envelope-from salvadore@FreeBSD.org) Message-Id: <202005042046.044Kk8qf070422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: salvadore set sender to salvadore@FreeBSD.org using -f From: Lorenzo Salvadore Date: Mon, 4 May 2020 20:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533985 - in head/emulators: i386-wine i386-wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: salvadore X-SVN-Commit-Paths: in head/emulators: i386-wine i386-wine-devel X-SVN-Commit-Revision: 533985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2020 20:46:09 -0000 Author: salvadore Date: Mon May 4 20:46:07 2020 New Revision: 533985 URL: https://svnweb.freebsd.org/changeset/ports/533985 Log: emulators/i386-wine: Add USES=desktop-file-utils Also fix DISTNAME in emulators/i386-wine{-devel} so that PORTREVISION bumps do not break the ports and, while here, sort alphabetically USES in emulators/i386-wine-devel/Makefile.amd64. Approved by: gerald (mentor) Modified: head/emulators/i386-wine-devel/Makefile.amd64 head/emulators/i386-wine/Makefile head/emulators/i386-wine/Makefile.amd64 Modified: head/emulators/i386-wine-devel/Makefile.amd64 ============================================================================== --- head/emulators/i386-wine-devel/Makefile.amd64 Mon May 4 20:39:12 2020 (r533984) +++ head/emulators/i386-wine-devel/Makefile.amd64 Mon May 4 20:46:07 2020 (r533985) @@ -4,7 +4,7 @@ DISTVERSION= 5.5 PORTEPOCH= 1 MASTER_SITES= LOCAL/salvadore/i386-wine-devel/${DIST_SUBDIR}/ -DISTNAME= ${PKGNAME} +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION},${PORTEPOCH} DIST_SUBDIR= FreeBSD:${OSREL:C/\..*//}:amd64 LICENSE= LGPL21 LGPL3 @@ -18,7 +18,7 @@ EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST - NO_BUILD= yes SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine -USES= tar:txz desktop-file-utils +USES= desktop-file-utils tar:txz BUNDLE_LIBS= yes PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/emulators/i386-wine/Makefile ============================================================================== --- head/emulators/i386-wine/Makefile Mon May 4 20:39:12 2020 (r533984) +++ head/emulators/i386-wine/Makefile Mon May 4 20:46:07 2020 (r533985) @@ -9,6 +9,7 @@ PORTNAME= wine # define a dummy DISTVERSION to avoid errors with poudriere bulk -a # on architectures unsupported by this port DISTVERSION?= 0 +PORTREVISION= 1 PKGNAMEPREFIX= i386- CATEGORIES= emulators Modified: head/emulators/i386-wine/Makefile.amd64 ============================================================================== --- head/emulators/i386-wine/Makefile.amd64 Mon May 4 20:39:12 2020 (r533984) +++ head/emulators/i386-wine/Makefile.amd64 Mon May 4 20:46:07 2020 (r533985) @@ -4,7 +4,7 @@ DISTVERSION= 5.0 PORTEPOCH= 1 MASTER_SITES= LOCAL/salvadore/i386-wine/${DIST_SUBDIR}/ -DISTNAME= ${PKGNAME} +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION},${PORTEPOCH} DIST_SUBDIR= FreeBSD:${OSREL:C/\..*//}:amd64 LICENSE= LGPL21 LGPL3 @@ -18,7 +18,7 @@ EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST - NO_BUILD= yes SUB_FILES= pkg-message USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine -USES= tar:txz +USES= desktop-file-utils tar:txz BUNDLE_LIBS= yes PKGMESSAGE= ${WRKDIR}/pkg-message PORTSCOUT= limitw:1,even