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

(-)./drood/Makefile (-2 / +4 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	drood
8
PORTNAME=	drood
9
PORTVERSION=	1.50
9
PORTVERSION=	1.51
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.mammothcheese.ca/
11
MASTER_SITES=	http://www.mammothcheese.ca/
12
12
13
MAINTAINER=	jimmy@mammothcheese.ca
13
MAINTAINER=	jimmy@mammothcheese.ca
14
COMMENT=	Lightweight kqueue-based http/1.1 server
14
COMMENT=	Lightweight kqueue-based http/1.1 server
15
15
16
MAN8=		dorrit.8 drood.8 scgid.8
16
LIB_DEPENDS=	tre.6:${PORTSDIR}/textproc/libtre
17
18
MAN8=		drood.8 scgid.8
17
MANCOMPRESSED=	yes
19
MANCOMPRESSED=	yes
18
20
19
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)./drood/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (drood-1.50.tar.gz) = d496c3c89a6435a41258ace3054461d6
1
MD5 (drood-1.51.tar.gz) = cb82ae8c116965afc47b5a7ca79c1241
2
SHA256 (drood-1.50.tar.gz) = c3e0c6759ac9cd878bef5d5dee3d7e34a9d630f68a3091b4e3c7387d637342c8
2
SHA256 (drood-1.51.tar.gz) = 8af86c69fff2b69d77e15df97097b94248007fac2ddbcee7e0160daa2ab6703c
3
SIZE (drood-1.50.tar.gz) = 61746
3
SIZE (drood-1.51.tar.gz) = 43827
(-)./drood/pkg-plist (-2 lines)
Lines 1-9 Link Here
1
bin/drood
1
bin/drood
2
bin/scgid
2
bin/scgid
3
bin/dorrit
4
etc/rc.d/drood
3
etc/rc.d/drood
5
etc/rc.d/scgid
4
etc/rc.d/scgid
6
etc/rc.d/dorrit
7
@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -f %D/etc/drood/types.tab; fi
5
@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -f %D/etc/drood/types.tab; fi
8
etc/drood/types.tab.dist
6
etc/drood/types.tab.dist
9
@dirrm /etc/drood
7
@dirrm /etc/drood

Return to bug 138756