svn commit: r302213 - head/www/pound

Bryan Drewery bdrewery at FreeBSD.org
Mon Aug 6 19:50:29 UTC 2012


Author: bdrewery
Date: Mon Aug  6 19:50:27 2012
New Revision: 302213
URL: http://svn.freebsd.org/changeset/ports/302213

Log:
  - Fix typo in CONFIGURE_ARGS to properly disable tcmalloc
  - Add LICENSE information
  
  PR:		ports/168564
  Submitted by:	koobs <koobs.freebsd at gmail.com>
  Approved by:    eadler (mentor)
  Approved by:	maintainer timeout (anders@, 9w)

Modified:
  head/www/pound/Makefile

Modified: head/www/pound/Makefile
==============================================================================
--- head/www/pound/Makefile	Mon Aug  6 19:17:01 2012	(r302212)
+++ head/www/pound/Makefile	Mon Aug  6 19:50:27 2012	(r302213)
@@ -17,6 +17,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	anders at FreeBSD.org
 COMMENT=	Reverse proxy, load balancer and HTTP(S) frontend for web servers
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/GPL.txt
+
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 USE_RC_SUBR=	${PORTNAME}
@@ -28,7 +31,7 @@ MAN8=	pound.8 poundctl.8
 OPTIONS=	MSDAV		"With the Microsoft WebDAV extensions support" off \
 		PCRE		"Build with libpcre support" on
 
-CONFIGURE_ARGS=	--disable--tcmalloc --disable-hoard
+CONFIGURE_ARGS=	--disable-tcmalloc --disable-hoard
 PLIST_FILES=	sbin/pound sbin/poundctl
 PORTDOCS=	README FAQ CHANGELOG
 



More information about the svn-ports-head mailing list