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

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dsbmc
4
PORTNAME=	dsbmc
5
PORTVERSION=	0.1.4
5
PORTVERSION=	0.2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://freeshell.de/~mk/download/
7
MASTER_SITES=	http://freeshell.de/~mk/download/
8
8
Lines 11-20 Link Here
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
13
14
RUN_DEPENDS=	${LOCALBASE}/libexec/dsbmd:sysutils/dsbmd
14
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2
15
RUN_DEPENDS=	dsbmd>=0.3:sysutils/dsbmd
15
16
16
USES=		tar:tgz pkgconfig
17
USES=		tar:tgz pkgconfig
17
USE_GNOME=	gtk20
18
USE_GNOME=	gtk20 cairo gdkpixbuf2
18
19
19
OPTIONS_DEFINE=	NLS
20
OPTIONS_DEFINE=	NLS
20
OPTIONS_SUB=	yes
21
OPTIONS_SUB=	yes
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dsbmc-0.1.4.tgz) = 6b274e3da3521166a209f9bf1dfed87e188da4ae2f7e17829d162da42caf72da
1
TIMESTAMP = 1495926128
2
SIZE (dsbmc-0.1.4.tgz) = 27844
2
SHA256 (dsbmc-0.2.tgz) = e1cf42cef97c5089f9b9bbfe5d6315e96db5437557f978eb6e8f805c6f2566b1
3
SIZE (dsbmc-0.2.tgz) = 123392

Return to bug 219499