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

(-)www/drood/Makefile (-1 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/drood/Makefile 409038 2016-02-17 12:09:46Z rakuco $
2
# $FreeBSD: head/www/drood/Makefile 409038 2016-02-17 12:09:46Z rakuco $
3
3
4
PORTNAME=	drood
4
PORTNAME=	drood
5
PORTVERSION=	5.18
5
PORTVERSION=	5.20
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.mammothcheese.ca/
7
MASTER_SITES=	http://www.mammothcheese.ca/
8
8
Lines 14-19 Link Here
14
14
15
LIB_DEPENDS=	libserver.so:${PORTSDIR}/devel/libserver
15
LIB_DEPENDS=	libserver.so:${PORTSDIR}/devel/libserver
16
16
17
USE_LDCONFIG=	yes
18
17
USE_OPENSSL=	yes
19
USE_OPENSSL=	yes
18
WITH_OPENSSL_PORT=	yes
20
WITH_OPENSSL_PORT=	yes
19
21
Lines 23-31 Link Here
23
25
24
PLIST_FILES=	bin/drood \
26
PLIST_FILES=	bin/drood \
25
		bin/humdinger \
27
		bin/humdinger \
28
		lib/libdorrit.so \
29
		lib/libdorrit.so.${PORTVERSION} \
30
		include/dorrit.h \
26
		man/man8/drood.8.gz \
31
		man/man8/drood.8.gz \
27
		man/man8/droodpipe.8.gz \
32
		man/man8/droodpipe.8.gz \
28
		man/man8/humdinger.8.gz \
33
		man/man8/humdinger.8.gz \
34
		man/man8/libdorrit.8.gz \
29
		etc/rc.d/drood \
35
		etc/rc.d/drood \
30
		"@(,,4550) etc/rc.d/humdinger" \
36
		"@(,,4550) etc/rc.d/humdinger" \
31
		etc/drood/types.tab \
37
		etc/drood/types.tab \
(-)www/drood/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drood-5.18.tar.gz) = 15d1d9c69077cf321fea5b5f720031274fd00abe5dc35ff051710376c8920f7c
1
SHA256 (drood-5.20.tar.gz) = 5583867623b9e5da57b712764d94f06ba5ab2bd9dd2da128ebad5cfbbb4cee05
2
SIZE (drood-5.18.tar.gz) = 56238
2
SIZE (drood-5.20.tar.gz) = 68374

Return to bug 207850