svn commit: r311464 - head/net/pear-Net_Server
Martin Wilke
miwi at FreeBSD.org
Sun Feb 3 16:18:01 UTC 2013
Author: miwi
Date: Sun Feb 3 16:18:00 2013
New Revision: 311464
URL: http://svnweb.freebsd.org/changeset/ports/311464
Log:
- Update to 1.0.3
- Convert Header
- Take maintainership
Modified:
head/net/pear-Net_Server/Makefile (contents, props changed)
head/net/pear-Net_Server/distinfo (contents, props changed)
Modified: head/net/pear-Net_Server/Makefile
==============================================================================
--- head/net/pear-Net_Server/Makefile Sun Feb 3 16:17:13 2013 (r311463)
+++ head/net/pear-Net_Server/Makefile Sun Feb 3 16:18:00 2013 (r311464)
@@ -1,31 +1,19 @@
-# Ports collection makefile for: pear-Net_Server
-# Date created: 23 Octobre 2004
-# Whom: Gerrit Beine (<tux at pinguru.net>)
-#
+# Created by: Gerrit Beine (<tux at pinguru.net>)
# $FreeBSD$
-#
PORTNAME= Net_Server
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.3
CATEGORIES= net pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= Generic server class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= sockets pcntl
-CATEGORY= Net
-FILES= Server.php \
- Server/Driver.php Server/Handler.php \
- Server/Driver/Fork.php Server/Driver/Sequential.php \
- Server/Driver/Multiprocess.php \
- Server/Driver/Multiprocess/MPM-prefork.php \
- Server/Driver/Multiprocess/Processor.php \
- Server/Driver/Multiprocess/remoteConsole.php
-DOCS= todo.txt
-EXAMPLES= talkback.php
+
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Modified: head/net/pear-Net_Server/distinfo
==============================================================================
--- head/net/pear-Net_Server/distinfo Sun Feb 3 16:17:13 2013 (r311463)
+++ head/net/pear-Net_Server/distinfo Sun Feb 3 16:18:00 2013 (r311464)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/Net_Server-1.0.2.tgz) = efa1cf43ba7fc1acedf0ed5e47556569bc2c9a75d73a43a085818f75f86e58ff
-SIZE (PEAR/Net_Server-1.0.2.tgz) = 17280
+SHA256 (PEAR/Net_Server-1.0.3.tgz) = 794f88a2ad5d5dd58d4e7ef42d4ee5eb1582a3a75538f66af2fa4a1125bb91bd
+SIZE (PEAR/Net_Server-1.0.3.tgz) = 17666
More information about the svn-ports-head
mailing list