Date: Sun, 6 Jun 2010 22:23:21 -0300 (BRT) From: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147627: [MAINTAINER] www/thundercache: fix port (make bsd.licenses.mk happy) Message-ID: <201006070123.o571NLip038094@srv11rede1.idc.freebsdbrasil.com.br> Resent-Message-ID: <201006070200.o5720Fpc085719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147627 >Category: ports >Synopsis: [MAINTAINER] www/thundercache: fix port (make bsd.licenses.mk happy) >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 07 02:00:14 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Patrick Tracanelli >Release: FreeBSD 8.1-PRERELEASE amd64 >Organization: FreeBSD Brasil LTDA >Environment: System: FreeBSD srv11rede1.idc.freebsdbrasil.com.br. 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #1: Sun Jun 6 02:50:38 BRT >Description: - Add LICENSE_{NAME,PERM,TEXT} to make bsd.licenses.mk happy - Fix port (not working 'cos of bsd.licenses.mk complaining about licenses) - Bump PORTREVISION to 6 >How-To-Repeat: Just type "make" on www/thundercache and you will see bsd.licenses.mk complaining about license. >Fix: --- thundercache-4.0_6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/thundercache/Makefile /usr/ports/www/thundercache.rev/Makefile --- /usr/ports/www/thundercache/Makefile 2010-06-05 17:58:00.000000000 -0300 +++ /usr/ports/www/thundercache.rev/Makefile 2010-06-06 21:51:00.000000000 -0300 @@ -7,7 +7,7 @@ PORTNAME= thundercache PORTVERSION= 4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.bmsoftware.org/freebsd/ \ http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/ \ @@ -30,7 +30,10 @@ USE_RC_SUBR= thundercache NO_BUILD= yes -LICENSE= shareware / commercial +LICENSE= commercial +LICENSE_NAME= commercial +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_TEXT= Commercial software with shareware license to 50 threads RESTRICTED= Commercial software with shareware license to 50 threads MANUAL_PACKAGE_BUILD= This port wants PGSQL 8.4, but 8.2 is default and used to build php5-pgsql dependency. --- thundercache-4.0_6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006070123.o571NLip038094>