Bug 165339

Summary: Fix port: www/thundersnarf should not be so fussy about pgsql versions
Product: Ports & Packages Reporter: Chris Rees <crees>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Rees freebsd_committer freebsd_triage 2012-02-20 21:50:10 UTC
	Since the default version of postgresql is going up to 9.0, this port breaks; the ports it depends on also depend on pgsql90.

	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9-exp.20120218105723/thundersnarf-1.3_1,1.log

	This forces minimum version of 8.4, rather than forcing 8.4 exactly.

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--NtovMchFsK0Kf19MDTExWLFC00SEm9mFdz7PfZ2kxY7TtKuP
Content-Type: text/plain; name="patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch.txt"

? patch.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/thundersnarf/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	20 Aug 2011 17:27:52 -0000	1.6
+++ Makefile	20 Feb 2012 21:42:50 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	thundersnarf
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.tracanelli.com.br/l/dev/thunder/ \
@@ -33,7 +33,7 @@
 
 .if defined (WITH_PGSQL)
 USE_PGSQL=	yes
-WANT_PGSQL_VER=	84
+IGNORE_WITH_PGSQL=	82 83
 RUN_DEPENDS+=	postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
 .endif
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-20 21:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-20 21:50:25 UTC
Maintainer of www/thundersnarf,

Please note that PR ports/165339 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165339

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-20 21:50:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Chris Rees freebsd_committer freebsd_triage 2012-02-26 12:10:33 UTC
State Changed
From-To: feedback->closed

Sorry, please forget this patch-- I'll put one in with the exp-run in 
ports/165245 to use the WANT_PGSQL_VER=84+ method instead