View | Details | Raw Unified | Return to bug 218102 | Differences between
and this patch

Collapse All | Expand All

(-)sk1libs/Makefile (-8 / +2 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sk1libs
4
PORTNAME=	sk1libs
5
PORTVERSION=	0.9.1
5
PORTVERSION=	2.0rc2
6
PORTREVISION=	2
7
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
8
MASTER_SITES=	GOOGLE_CODE \
7
MASTER_SITES=	https://downloads.sk1project.net/sk1/2.0rc2/
9
		http://mirror.amdmi3.ru/distfiles/
10
8
11
MAINTAINER=	amdmi3@FreeBSD.org
9
MAINTAINER=	amdmi3@FreeBSD.org
12
COMMENT=	Set of python libraries for sK1 Project
10
COMMENT=	Set of python libraries for sK1 Project
13
11
14
BROKEN=		Unfetchable (google code has gone away)
15
DEPRECATED=	Unfetchable for more than six months (google code has gone away)
16
EXPIRATION_DATE=	2017-04-30
17
18
LIB_DEPENDS=	liblcms.so:graphics/lcms \
12
LIB_DEPENDS=	liblcms.so:graphics/lcms \
19
		libfreetype.so:print/freetype2
13
		libfreetype.so:print/freetype2
20
14
(-)sk1libs/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (sk1libs-0.9.1.tar.gz) = bb44520a5fab2998a8013a91874ff109f25bbd8e01bbddafe0b6e7db0631719a
1
TIMESTAMP = 1490397185
2
SIZE (sk1libs-0.9.1.tar.gz) = 1019443
2
SHA256 (sk1-2.0rc2.tar.gz) = ee1f03e6705e2063d0a1f032e475b24868c68fc26410fb1f2a536d3541b88a67
3
SIZE (sk1-2.0rc2.tar.gz) = 1871407
(-)sk1libs/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
sk1libs is a set of python libs for sK1 Project. The package includes
1
sk1libs is a set of python libs for sK1 Project. The package includes
2
multiplatform non-GUI extensions which are usually native extensions.
2
multiplatform non-GUI extensions which are usually native extensions.
3
3
4
WWW: http://sk1project.org/
4
WWW: https://sk1project.net/

Return to bug 218102