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

(-)./drood/Makefile (-4 / +2 lines)
Lines 2-20 Link Here
2
# $FreeBSD: www/drood/Makefile 327776 2013-09-20 23:36:50Z bapt $
2
# $FreeBSD: www/drood/Makefile 327776 2013-09-20 23:36:50Z bapt $
3
3
4
PORTNAME=	drood
4
PORTNAME=	drood
5
PORTVERSION=	3.6
5
PORTVERSION=	3.8
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.mammothcheese.ca/
7
MASTER_SITES=	http://www.mammothcheese.ca/
8
8
9
MAINTAINER=	jimmy@mammothcheese.ca
9
MAINTAINER=	jimmy@mammothcheese.ca
10
COMMENT=	Lightweight kqueue-based http/1.1 server
10
COMMENT=	Lightweight kqueue-based http/1.1 server
11
11
12
MAN8=		drood.8 plunger.8
12
MAN8=		drood.8
13
13
14
MANCOMPRESSED=	yes
14
MANCOMPRESSED=	yes
15
15
16
NO_STAGE=	yes
16
NO_STAGE=	yes
17
post-install:
18
	@${CAT} ${PKGMESSAGE}
19
17
20
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)./drood/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drood-3.6.tar.gz) = 48e6d43a7850245f0c69a5dbbd73807524fe5624a1b82f40ea2a31d95d3e7902
1
SHA256 (drood-3.8.tar.gz) = d6e999c1b32bada840818fa5482818f9680770ed583cac659d3583ffe1e61b46
2
SIZE (drood-3.6.tar.gz) = 49241
2
SIZE (drood-3.8.tar.gz) = 50015
(-)./drood/pkg-message (-6 lines)
Lines 1-6 Link Here
1
*******************************************************************************
2
3
NOTE: As of Drood 1.54, scgid has been replaced with plunger(8).  Read the
4
      Plunger manual for details.
5
6
*******************************************************************************
(-)./drood/pkg-plist (-2 lines)
Lines 1-7 Link Here
1
bin/drood
1
bin/drood
2
bin/plunger
3
etc/rc.d/drood
2
etc/rc.d/drood
4
etc/rc.d/plunger
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
3
@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -f %D/etc/drood/types.tab; fi
6
etc/drood/types.tab.dist
4
etc/drood/types.tab.dist
7
@dirrm etc/drood
5
@dirrm etc/drood

Return to bug 182604