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

Collapse All | Expand All

(-)Makefile (-4 / +12 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ncdc
4
PORTNAME=	ncdc
5
PORTVERSION=	1.20
5
PORTVERSION=	1.22.1
6
PORTREVISION=	2
6
PORTREVISION=	1
7
CATEGORIES=	net-p2p
7
CATEGORIES=	net-p2p
8
MASTER_SITES=	http://dev.yorhel.nl/download/
8
MASTER_SITES=	http://dev.yorhel.nl/download/
9
9
10
MAINTAINER=	earl1k@mail.ru
10
MAINTAINER=	h.freshports@skarnell.se
11
COMMENT=	Lightweight direct connect client with ncurses interface
11
COMMENT=	Lightweight direct connect client with ncurses interface
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
Lines 20-26 Link Here
20
		libnettle.so:security/nettle \
20
		libnettle.so:security/nettle \
21
		libp11-kit.so:security/p11-kit
21
		libp11-kit.so:security/p11-kit
22
22
23
USES=		gmake pkgconfig ncurses
23
USES=		gmake pkgconfig ncurses:port
24
USE_GNOME=	glib20
24
USE_GNOME=	glib20
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
PLIST_FILES=	bin/ncdc \
26
PLIST_FILES=	bin/ncdc \
Lines 29-32 Link Here
29
CFLAGS+=	-I${LOCALBASE}/include
29
CFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
31
32
OPTIONS_DEFINE= GEOIP
33
OPTIONS_DEFAULT= GEOIP
34
35
GEOIP_CONFIGURE_WITH=   geoip
36
GEOIP_CONFIGURE_ENV=    GEOIP_CFLAGS="-I${LOCALBASE}/include" \
37
			GEOIP_LIBS="-L${LOCALBASE}/lib -lmaxminddb"
38
GEOIP_LIB_DEPENDS=      libmaxminddb.so:net/libmaxminddb
39
32
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1533016608
1
TIMESTAMP = 1564822079
2
SHA256 (ncdc-1.20.tar.gz) = 8a998857df6289b6bd44287fc06f705b662098189f2a8fe95b1a5fbc703b9631
2
SHA256 (ncdc-1.22.1.tar.gz) = d15fd378aa345f423e59a38691c668f69b516cd4b8afbbcdc446007740c3afad
3
SIZE (ncdc-1.20.tar.gz) = 367688
3
SIZE (ncdc-1.22.1.tar.gz) = 371572

Return to bug 239794