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

(-)pear-HTTP_Server/Makefile (-3 / +3 lines)
Lines 2-16 Link Here
2
# Date created:			  24 Octobre 2004
2
# Date created:			  24 Octobre 2004
3
# Whom:				  Gerrit Beine (<tux@pinguru.net>)
3
# Whom:				  Gerrit Beine (<tux@pinguru.net>)
4
#
4
#
5
# $FreeBSD: ports/www/pear-HTTP_Server/Makefile,v 1.1 2004/11/06 17:14:36 pav Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	HTTP_Server
8
PORTNAME=	HTTP_Server
9
PORTVERSION=	0.3
9
PORTVERSION=	0.4.0
10
CATEGORIES=	www devel pear
10
CATEGORIES=	www devel pear
11
11
12
MAINTAINER=	tux@pinguru.net
12
MAINTAINER=	tux@pinguru.net
13
COMMENT=	HTTP server class
13
COMMENT=	HTTP server class.
14
14
15
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
15
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
16
		${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
16
		${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
(-)pear-HTTP_Server/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/HTTP_Server-0.3.tgz) = c2af949c018e3d1428de4679f7f7ce5a
1
MD5 (PEAR/HTTP_Server-0.4.0.tgz) = b1c05e2380d4b4c6d083f1740e512430
2
SIZE (PEAR/HTTP_Server-0.3.tgz) = 5882
2
SIZE (PEAR/HTTP_Server-0.4.0.tgz) = 6884

Return to bug 76267