Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 11:07:02 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
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
Message-ID:  <201702261107.v1QB72de064919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kmoore@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261107.v1QB72de064919>