Bug 168564 - [PATCH] www/pound: Fix typo in CONFIGURE_ARGS, Add LICENSE and LICENSE_FILE
Summary: [PATCH] www/pound: Fix typo in CONFIGURE_ARGS, Add LICENSE and LICENSE_FILE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 13:50 UTC by koobs
Modified: 2012-08-06 21:00 UTC (History)
1 user (show)

See Also:


Attachments
pound-2.6_1.patch (738 bytes, patch)
2012-06-02 13:50 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-06-02 13:50:15 UTC
- Fix type in CONFIGURE_ARGS
- Add LICENSE
- Add LICENSE_FILE

Port maintainer (anders@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-03 12:13:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-06 20:50:38 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2012-08-06 20:50:54 UTC
Responsible Changed
From-To: anders->bdrewery

I'll take it.
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2012-08-06 20:52:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!