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

(-)./drood/Makefile (-1 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	drood
8
PORTNAME=	drood
9
PORTVERSION=	1.38
9
PORTVERSION=	1.39
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.mammothcheese.ca/
11
MASTER_SITES=	http://www.mammothcheese.ca/
12
12
Lines 16-19 Link Here
16
MAN8=		drood.8 scgid.8
16
MAN8=		drood.8 scgid.8
17
MANCOMPRESSED=	yes
17
MANCOMPRESSED=	yes
18
18
19
post-install:
20
	${CAT} pkg_message
21
19
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)./drood/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (drood-1.38.tar.gz) = a7f4568b056b1e5af89b2e296ada71ec
1
MD5 (drood-1.39.tar.gz) = 03f82ef7ff3e81d22db965273eaa05fc
2
SHA256 (drood-1.38.tar.gz) = 17949d992275899130bbb6add8195a9cd858b7f185161c18a47d0d205f5d71d9
2
SHA256 (drood-1.39.tar.gz) = dbfb725cf19ae4f6111b1ffd337bac18d598b9f16bad191377cd1f50d08d9ce1
3
SIZE (drood-1.38.tar.gz) = 36522
3
SIZE (drood-1.39.tar.gz) = 37241
(-)./drood/pkg_message (+10 lines)
Line 0 Link Here
1
******************************************************************************
2
3
AN IMPORTANT CHANGE HAS BEEN MADE TO DROOD'S OPTIONS!
4
5
If you use drood with SCGI servers, the -h option has been deleted, and the
6
format of the -s option has changed.  It is now possible to specify multiple 
7
SCGI servers on multiple hosts with multiple instances of -s.  See the
8
manual page for full details.
9
10
******************************************************************************

Return to bug 132205