Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2012 19:50:27 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302213 - head/www/pound
Message-ID:  <201208061950.q76JoROF076158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208061950.q76JoROF076158>