git: 4d453fff5c9f - main - textproc/py-ebcdic: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:20:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d453fff5c9f31506db156b7d1ebc2dfa4879160

commit 4d453fff5c9f31506db156b7d1ebc2dfa4879160
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:46:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:40 +0000

    textproc/py-ebcdic: Add NO_ARCH
    
    - With I'm here:
      - Fix USE_GITHUB usage: Use DISTVERSIONPREFIX instead of GH_TAGNAME
      - Fix indent
    
    Approved by:    portmgr (blanket)
---
 textproc/py-ebcdic/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/textproc/py-ebcdic/Makefile b/textproc/py-ebcdic/Makefile
index 81eb07b85e0d..6d07a1708aa0 100644
--- a/textproc/py-ebcdic/Makefile
+++ b/textproc/py-ebcdic/Makefile
@@ -1,22 +1,24 @@
 PORTNAME=	ebcdic
 PORTVERSION=	1.1.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	DtxdF@disroot.org
 COMMENT=	Additional EBCDIC codecs
-WWW=	https://github.com/roskakori/CodecMapper
+WWW=		https://github.com/roskakori/CodecMapper
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=	python:3.8+
+USES=		python:3.8+
 USE_GITHUB=	yes
 GH_ACCOUNT=	roskakori
 GH_PROJECT=	CodecMapper
-GH_TAGNAME=	v1.1.1
 USE_PYTHON=	autoplist distutils unittest
 
+NO_ARCH=	yes
+
 WRKSRC_SUBDIR=	${PORTNAME}
 
 .include <bsd.port.mk>