svn commit: r339370 - head/www/trafficserver

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 10 16:45:50 UTC 2014


Author: gahr
Date: Fri Jan 10 16:45:49 2014
New Revision: 339370
URL: http://svnweb.freebsd.org/changeset/ports/339370

Log:
  - Convert to USES=tcl
  - Remove indifinitive article from COMMENT
  - Convert to single space after WWW: in pkg-descr

Modified:
  head/www/trafficserver/Makefile
  head/www/trafficserver/pkg-descr   (contents, props changed)

Modified: head/www/trafficserver/Makefile
==============================================================================
--- head/www/trafficserver/Makefile	Fri Jan 10 16:40:31 2014	(r339369)
+++ head/www/trafficserver/Makefile	Fri Jan 10 16:45:49 2014	(r339370)
@@ -7,7 +7,7 @@ CATEGORIES=	www
 MASTER_SITES=	APACHE/${PORTNAME}
 
 MAINTAINER=	jnlin at csie.nctu.edu.tw
-COMMENT=	A fast, scalable and extensible HTTP proxy server
+COMMENT=	Fast, scalable and extensible HTTP proxy server
 
 LICENSE=	APACHE20
 
@@ -17,10 +17,9 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 
 USE_AUTOTOOLS=	autoconf automake libtool
 USE_BZIP2=	yes
-USES=		pkgconfig
+USES=		pkgconfig tcl
 USE_OPENSSL=	yes
 USE_SQLITE=	yes
-USE_TCL=	yes
 USE_RC_SUBR=	${PORTNAME}
 USE_LDCONFIG=	yes
 USE_GCC=	any

Modified: head/www/trafficserver/pkg-descr
==============================================================================
--- head/www/trafficserver/pkg-descr	Fri Jan 10 16:40:31 2014	(r339369)
+++ head/www/trafficserver/pkg-descr	Fri Jan 10 16:45:49 2014	(r339370)
@@ -3,4 +3,4 @@ cache that improves network efficiency a
 by caching frequently-accessed information at the edge
 of the network. 
 
-WWW:	http://trafficserver.apache.org/
+WWW: http://trafficserver.apache.org/


More information about the svn-ports-all mailing list