diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-31 04:17:29 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-31 04:17:29 +0000 |
commit | 1e443545d02f971c9db150f39d87b41c6be7ad22 (patch) | |
tree | c15b3bcdef439aa3fe21c75311168540a8b065b8 /net | |
parent | 21335badbf315423d328ed5f0c2c853815066ed1 (diff) | |
download | ports-1e443545d02f971c9db150f39d87b41c6be7ad22.tar.gz ports-1e443545d02f971c9db150f39d87b41c6be7ad22.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/hexinject/Makefile | 2 | ||||
-rw-r--r-- | net/openser/Makefile | 2 | ||||
-rw-r--r-- | net/p5-XML-Fast/Makefile | 2 | ||||
-rw-r--r-- | net/ser/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/hexinject/Makefile b/net/hexinject/Makefile index 7cbe3e3151e8..56cbcf8c82db 100644 --- a/net/hexinject/Makefile +++ b/net/hexinject/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org -COMMENT= HexInject is a very versatile packet injector and sniffer +COMMENT= HexInject is a versatile packet injector and sniffer LICENSE= BSD diff --git a/net/openser/Makefile b/net/openser/Makefile index 244696eba3cf..57bc8da91097 100644 --- a/net/openser/Makefile +++ b/net/openser/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://openser.org/pub/openser/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-tls_src MAINTAINER= jesusr@FreeBSD.org -COMMENT= A very fast and configurable SIP proxy with TLS support +COMMENT= Fast and configurable SIP proxy with TLS support LIB_DEPENDS= radiusclient-ng.2:${PORTSDIR}/net/radiusclient diff --git a/net/p5-XML-Fast/Makefile b/net/p5-XML-Fast/Makefile index a8bc4805ecf3..f2c8f60e1608 100644 --- a/net/p5-XML-Fast/Makefile +++ b/net/p5-XML-Fast/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org -COMMENT= Simple and very fast XML to hash conversion +COMMENT= Simple and fast XML to hash conversion USES= perl5 USE_PERL5= configure diff --git a/net/ser/Makefile b/net/ser/Makefile index bb968af0525d..1b531fd33974 100644 --- a/net/ser/Makefile +++ b/net/ser/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://download.berlios.de/ser/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= sobomax@FreeBSD.org -COMMENT= A very fast and configurable SIP proxy +COMMENT= Fast and configurable SIP proxy WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |