- Update to stable version 1.0.1
PR: ports/99681 Submitted by: maintainer (Gerrit Beine)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net_Server
|
||||
PORTVERSION= 0.12.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= gerrit.beine@gmx.de
|
||||
@@ -19,7 +19,11 @@ 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/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
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (PEAR/Net_Server-0.12.0.tgz) = f73b4f437ab48ae089db4e92d4d92709
|
||||
SHA256 (PEAR/Net_Server-0.12.0.tgz) = d3db9f636c46ff12d5f72f45da7e2d49ea3ef5b82493425f1dcde73d17bb6071
|
||||
SIZE (PEAR/Net_Server-0.12.0.tgz) = 9226
|
||||
MD5 (PEAR/Net_Server-1.0.1.tgz) = 648abd8e53b256559b5ed7c5cf7c1a16
|
||||
SHA256 (PEAR/Net_Server-1.0.1.tgz) = 3b35a177b531f832a346c96bbd4fa302b37b627caf0616a937038f7a33f7005d
|
||||
SIZE (PEAR/Net_Server-1.0.1.tgz) = 17481
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- ../package.xml.orig Sat Aug 21 23:43:15 2004
|
||||
+++ ../package.xml Sun Oct 24 09:36:17 2004
|
||||
@@ -30,8 +30,6 @@
|
||||
<deps>
|
||||
<dep type="php" rel="ge" version="4.2.0" optional="no"/>
|
||||
<dep type="pkg" rel="has" optional="no">PEAR</dep>
|
||||
- <dep type="ext" rel="has" optional="no">sockets</dep>
|
||||
- <dep type="ext" rel="has" optional="yes">pcntl</dep>
|
||||
</deps>
|
||||
<filelist>
|
||||
<file role="doc" baseinstalldir="Net" name="docs\todo.txt"/>
|
||||
Reference in New Issue
Block a user