svn commit: r311466 - head/www/pear-HTTP_Server
Martin Wilke
miwi at FreeBSD.org
Sun Feb 3 16:19:26 UTC 2013
Author: miwi
Date: Sun Feb 3 16:19:25 2013
New Revision: 311466
URL: http://svnweb.freebsd.org/changeset/ports/311466
Log:
- Update to 0.4.1
- Take maintainership
Modified:
head/www/pear-HTTP_Server/Makefile (contents, props changed)
head/www/pear-HTTP_Server/distinfo (contents, props changed)
Modified: head/www/pear-HTTP_Server/Makefile
==============================================================================
--- head/www/pear-HTTP_Server/Makefile Sun Feb 3 16:18:34 2013 (r311465)
+++ head/www/pear-HTTP_Server/Makefile Sun Feb 3 16:19:25 2013 (r311466)
@@ -1,24 +1,18 @@
-# Ports collection makefile for: pear-HTTP_Server
-# Date created: 24 Octobre 2004
-# Whom: Gerrit Beine (<tux at pinguru.net>)
-#
+# Created by: Gerrit Beine (<tux at pinguru.net>)
# $FreeBSD$
-#
PORTNAME= HTTP_Server
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= www devel pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= HTTP server class
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
RUN_DEPENDS:= ${BUILD_DEPENDS}
-CATEGORY= HTTP
-FILES= Server.php Server/Request.php
-EXAMPLES= HTTP_Server_File.php www/index.html
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/www/pear-HTTP_Server/distinfo
==============================================================================
--- head/www/pear-HTTP_Server/distinfo Sun Feb 3 16:18:34 2013 (r311465)
+++ head/www/pear-HTTP_Server/distinfo Sun Feb 3 16:19:25 2013 (r311466)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/HTTP_Server-0.4.0.tgz) = 2ca530b0687af014966c608d825f1ca787cdd74406a60dd6539e24f8f17651b2
-SIZE (PEAR/HTTP_Server-0.4.0.tgz) = 6884
+SHA256 (PEAR/HTTP_Server-0.4.1.tgz) = 565ba282ada7960f021d20083a1b2471e564ddd97efca6b8ede6fa0581b214f3
+SIZE (PEAR/HTTP_Server-0.4.1.tgz) = 6999
More information about the svn-ports-head
mailing list