Summary: | [PATCH] www/pound: Fix typo in CONFIGURE_ARGS, Add LICENSE and LICENSE_FILE | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | koobs <koobs.freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Bryan Drewery <bdrewery> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | anders | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
koobs
2012-06-02 13:50:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool) 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" Responsible Changed From-To: anders->bdrewery I'll take it. State Changed From-To: open->closed Committed. Thanks! |