View | Details | Raw Unified | Return to bug 230217
Collapse All | Expand All

(-)textproc/py-trans/Makefile (-10 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	trans
3
PORTNAME=	trans
4
PORTVERSION=	2.0.1
4
PORTVERSION=	2.1.0
5
PORTREVISION=	1
6
CATEGORIES=	textproc python
5
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-24 Link Here
10
MAINTAINER=	d.pryadko@rambler-co.ru
9
MAINTAINER=	d.pryadko@rambler-co.ru
11
COMMENT=	Module for performing transliteration
10
COMMENT=	Module for performing transliteration
12
11
13
LICENSE=	BSDunclear
12
LICENSE=	BSD2CLAUSE
14
LICENSE_NAME=	Unclear BSD License
13
LICENSE_FILE=	${FILESDIR}/LICENSE
15
LICENSE_TEXT=	License of this software is declared as 'BSD' in CHANGELOG. \
16
		But it is not clear which versions of the BSD license (2, \
17
		3 or 4 clause) it is. No further file (except CHANGELOG) in \
18
		the source archive contains license information.
19
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
20
14
21
USES=		python:2.7 tar:bzip2
15
USES=		python tar:bzip2
22
USE_PYTHON=	autoplist distutils
16
USE_PYTHON=	autoplist distutils
23
17
24
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)textproc/py-trans/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (trans-2.0.1.tar.bz2) = be3402c1274735a7b8383d30c9ddce2d8d650c1dd03359e966197a86fd7e9129
1
TIMESTAMP = 1532997024
2
SIZE (trans-2.0.1.tar.bz2) = 7420
2
SHA256 (trans-2.1.0.tar.bz2) = 417d8f7862a4a01470bdf0ab2a96b60983e459d202c1b12e8df3fa563146b71f
3
SIZE (trans-2.1.0.tar.bz2) = 6864

Return to bug 230217