From owner-svn-ports-head@freebsd.org Sun Feb 26 11:07:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9EF5CEDA56; Sun, 26 Feb 2017 11:07:03 +0000 (UTC) (envelope-from gerald@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 mx1.freebsd.org (Postfix) with ESMTPS id AE78C6CF; Sun, 26 Feb 2017 11:07:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QB72cb064924; Sun, 26 Feb 2017 11:07:02 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QB72de064919; Sun, 26 Feb 2017 11:07:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201702261107.v1QB72de064919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 26 Feb 2017 11:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434857 - in head/emulators: i386-wine i386-wine-devel i386-wine-staging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:07:04 -0000 Author: gerald Date: Sun Feb 26 11:07:02 2017 New Revision: 434857 URL: https://svnweb.freebsd.org/changeset/ports/434857 Log: Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments. Approved by: dbn (maintainer) Modified: head/emulators/i386-wine-devel/Makefile.i386 head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-staging/Makefile head/emulators/i386-wine/Makefile.i386 head/emulators/i386-wine/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.i386 ============================================================================== --- head/emulators/i386-wine-devel/Makefile.i386 Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine-devel/Makefile.i386 Sun Feb 26 11:07:02 2017 (r434857) @@ -4,7 +4,7 @@ PKGNAMEPREFIX= i386- MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD # Use the wine port to do most of the heavy lifting SLAVEDIR?= ${.CURDIR} @@ -35,7 +35,7 @@ IGNORE= This port is not for consumptio post-install-script: # Fix pkg-plist references ${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST} - # Install bounce script to access the 32bit executables + # Install bounce script to access the 32-bit executables ${INSTALL_SCRIPT} ${SLAVEDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \ [ "$${i}" = "wine" ] || ${LN} -f ${STAGEDIR}${PREFIX}/bin/wine ${STAGEDIR}${PREFIX}/bin/$${i} ; \ Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine-devel/Makefile.inc Sun Feb 26 11:07:02 2017 (r434857) @@ -13,7 +13,7 @@ EXTRACT_SUFX= .txz DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64 MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual Modified: head/emulators/i386-wine-staging/Makefile ============================================================================== --- head/emulators/i386-wine-staging/Makefile Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine-staging/Makefile Sun Feb 26 11:07:02 2017 (r434857) @@ -1,7 +1,7 @@ # Created by: Kris Moore # $FreeBSD$ -COMMENT= 32bit Wine built with the Staging patchset for 64bit FreeBSD +COMMENT= 32-bit Wine built with the Staging patchset for 64-bit FreeBSD SLAVE_PORT= i386-wine-devel Modified: head/emulators/i386-wine/Makefile.i386 ============================================================================== --- head/emulators/i386-wine/Makefile.i386 Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine/Makefile.i386 Sun Feb 26 11:07:02 2017 (r434857) @@ -4,7 +4,7 @@ PKGNAMEPREFIX= i386- MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD # Use the wine port to do most of the heavy lifting SLAVEDIR?= ${.CURDIR} @@ -35,7 +35,7 @@ IGNORE= This port is not for consumptio post-install-script: # Fix pkg-plist references ${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST} - # Install bounce script to access the 32bit executables + # Install bounce script to access the 32-bit executables ${INSTALL_SCRIPT} ${SLAVEDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \ [ "$${i}" = "wine" ] || ${LN} -f ${STAGEDIR}${PREFIX}/bin/wine ${STAGEDIR}${PREFIX}/bin/$${i} ; \ Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Sun Feb 26 11:01:41 2017 (r434856) +++ head/emulators/i386-wine/Makefile.inc Sun Feb 26 11:07:02 2017 (r434857) @@ -12,7 +12,7 @@ EXTRACT_SUFX= .txz DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64 MAINTAINER= dbn@FreeBSD.org -COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD +COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual