Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 21:06:56 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6e541bd2aff - main - devel/py-polib: Update version 1.1.0=>1.1.1
Message-ID:  <202206162106.25GL6urq087283@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit a6e541bd2aff9c21abbcbc58f06d2f7dfd87b395
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-06-16 20:47:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-06-16 20:47:06 +0000

    devel/py-polib: Update version 1.1.0=>1.1.1
    
    - Add LICENSE MIT
    - Mark NO_ARCH
    - Update WWW
    
    Relnotes: https://github.com/izimobil/polib/releases/tag/1.1.1
---
 devel/py-polib/Makefile  | 7 ++++++-
 devel/py-polib/distinfo  | 6 +++---
 devel/py-polib/pkg-descr | 2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/devel/py-polib/Makefile b/devel/py-polib/Makefile
index cf5f8d9a8cc2..8ef8c6fdaf03 100644
--- a/devel/py-polib/Makefile
+++ b/devel/py-polib/Makefile
@@ -1,7 +1,7 @@
 # Created by: Oleg Ukraincev <oleg@ht-systems.ru>
 
 PORTNAME=	polib
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,7 +9,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Python library to parse and manage gettext catalogs
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/py-polib/distinfo b/devel/py-polib/distinfo
index 53615cc97db2..19b6cacc2a16 100644
--- a/devel/py-polib/distinfo
+++ b/devel/py-polib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563553928
-SHA256 (polib-1.1.0.tar.gz) = fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a
-SIZE (polib-1.1.0.tar.gz) = 158484
+TIMESTAMP = 1655412251
+SHA256 (polib-1.1.1.tar.gz) = e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa
+SIZE (polib-1.1.1.tar.gz) = 154644
diff --git a/devel/py-polib/pkg-descr b/devel/py-polib/pkg-descr
index 50b090af31b5..716f4fb3bd82 100644
--- a/devel/py-polib/pkg-descr
+++ b/devel/py-polib/pkg-descr
@@ -10,4 +10,4 @@ convenience functions 'pofile', 'mofile' and 'detect_encoding',
 and the 4 core classes: POFile, MOFile, POEntry and MOEntry for
 creating new files/entries.
 
-WWW: https://bitbucket.org/izi/polib/
+WWW: https://github.com/izimobil/polib/



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