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

(-)devel/py-asn1crypto/Makefile (-2 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	asn1crypto
3
PORTNAME=	asn1crypto
4
PORTVERSION=	0.22.0
4
PORTVERSION=	0.24.0
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-18 MAINTAINER= mikael.urankar@gmail.com Link Here
10
COMMENT=	ASN.1 library with a focus on performance and a pythonic API
10
COMMENT=	ASN.1 library with a focus on performance and a pythonic API
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
14
NO_ARCH=	yes
15
USES=		python
15
USES=		python
16
USE_PYTHON=	autoplist distutils
16
USE_PYTHON=	autoplist distutils
17
17
18
NO_ARCH=	yes
19
18
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/py-asn1crypto/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1498488938
1
TIMESTAMP = 1559712169
2
SHA256 (asn1crypto-0.22.0.tar.gz) = cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a
2
SHA256 (asn1crypto-0.24.0.tar.gz) = 9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49
3
SIZE (asn1crypto-0.22.0.tar.gz) = 84508
3
SIZE (asn1crypto-0.24.0.tar.gz) = 104964

Return to bug 238446