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

(-)www/drood/Makefile (-12 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/drood/Makefile 386605 2015-05-17 12:42:37Z riggs $
2
# $FreeBSD: head/www/drood/Makefile 386605 2015-05-17 12:42:37Z riggs $
3
3
4
PORTNAME=	drood
4
PORTNAME=	drood
5
PORTVERSION=	4.3
5
PORTVERSION=	5.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.mammothcheese.ca/
7
MASTER_SITES=	http://www.mammothcheese.ca/
8
8
Lines 12-31 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USE_SQLITE=	3
16
USE_OPENSSL=	yes
17
18
PLIST_FILES=	bin/drood \
15
PLIST_FILES=	bin/drood \
19
		man/man8/drood.8.gz \
16
		man/man8/drood.8.gz \
20
		etc/rc.d/drood \
17
		etc/rc.d/drood \
21
		etc/drood/types.tab \
18
		etc/drood/types.tab \
22
		etc/drood/types.tab.dist
19
		etc/drood/types.tab.dist
23
20
24
.include <bsd.port.pre.mk>
21
.include <bsd.port.mk>
25
26
.if ${OSVERSION} < 1000000
27
BUILD_DEPENDS+=	${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl
28
RUN_DEPENDS+=	${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl
29
.endif
30
31
.include <bsd.port.post.mk>
(-)www/drood/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drood-4.3.tar.gz) = 9bfa4818c6a0bfea49ec32450a5923e9387263cb4fb17430fb70ff1bc91bd529
1
SHA256 (drood-5.0.tar.gz) = 0027ab4ff8285a9abbdd6610368f12bae7a79ab87a691944aeadeb6a53d9233a
2
SIZE (drood-4.3.tar.gz) = 53744
2
SIZE (drood-5.0.tar.gz) = 44266
(-)www/drood/pkg-descr (-1 / +1 lines)
Lines 1-6 Link Here
1
Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
1
Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
2
alternative to more complex web servers for websites where the server
2
alternative to more complex web servers for websites where the server
3
requirements are simple.  Drood supports IPv4/IPv6, name-based virtual
3
requirements are simple.  Drood supports IPv4/IPv6, name-based virtual
4
hosting, TLS, SCGI, and WebSockets.
4
hosting, SCGI, and WebSockets.
5
5
6
WWW: http://www.mammothcheese.ca/
6
WWW: http://www.mammothcheese.ca/

Return to bug 200478