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

(-)Makefile (-4 / +5 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pydicom
4
PORTNAME=	pydicom
5
PORTVERSION=	0.9.8
5
PORTVERSION=	0.9.9
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=v
7
CATEGORIES=	science python
7
CATEGORIES=	science python
8
MASTER_SITES=	GOOGLE_CODE
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
9
11
MAINTAINER=	wen@FreeBSD.org
10
MAINTAINER=	wen@FreeBSD.org
Lines 13-21 Link Here
13
12
14
LICENSE=	MIT
13
LICENSE=	MIT
15
14
16
BROKEN=		Unfetchable (google code has gone away)
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/source
17
16
18
USES=		python shebangfix
17
USES=		python shebangfix
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	darcymason
19
SHEBANG_FILES=	dicom/test/shell_all
20
SHEBANG_FILES=	dicom/test/shell_all
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
22
NO_ARCH=	yes
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pydicom-0.9.8.tar.gz) = 8294ad677c6b6ffefe22806913cb0dd71c3db395a478335b16f14cd9a3c8bd78
1
TIMESTAMP = 1478967993
2
SIZE (pydicom-0.9.8.tar.gz) = 418481
2
SHA256 (darcymason-pydicom-v0.9.9_GH0.tar.gz) = 7883bee2e301cff5ee89dfdee50e167c2c1a29e3a6a30eed78da8746ca8da731
3
SIZE (darcymason-pydicom-v0.9.9_GH0.tar.gz) = 598926
(-)pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
python package, it should run anywhere python runs without any other
4
python package, it should run anywhere python runs without any other
5
requirements.
5
requirements.
6
6
7
WWW: http://code.google.com/p/pydicom/
7
WWW: http://www.pydicom.org/

Return to bug 214448