net/p5-Net-Server: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-04-11 09:16:46 +02:00
parent 298cdae43f
commit b92f7752f4
3 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= Net-Server
PORTVERSION= 2.013
PORTVERSION= 2.014
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674590778
SHA256 (Net-Server-2.013.tar.gz) = cd8ae3ad26a6bd8fece76aaf4b260818b3e991844a5c341bfe36523f6ba50940
SIZE (Net-Server-2.013.tar.gz) = 154660
TIMESTAMP = 1679499176
SHA256 (Net-Server-2.014.tar.gz) = 3406b9ca5a662a0075eed47fb78de1316b601c94f62a0ee34a5544db9baa3720
SIZE (Net-Server-2.014.tar.gz) = 154783

View File

@ -7,5 +7,3 @@ NetServer::Generic. It includes with it the ability to run as an inetd process
Net::Server::Single), a forking server (Net::Server::Fork), or as a preforking
server (Net::Server::PreFork). In all but the inetd type, the server provides
the ability to connect to one or to multiple server ports.
See also: https://seamons.com/projects/