From araujo@bsdmail.org  Fri Apr 20 12:13:32 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E8FF316A400;
	Fri, 20 Apr 2007 12:13:32 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 8A26113C46A;
	Fri, 20 Apr 2007 12:13:32 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 4F3D62DA498;
	Fri, 20 Apr 2007 09:13:30 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id DaUaQM+lx1Jo; Fri, 20 Apr 2007 09:13:23 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id B326F2DA4F8;
	Fri, 20 Apr 2007 09:13:16 -0300 (BRT)
Received: (nullmailer pid 4192 invoked by uid 0);
	Fri, 20 Apr 2007 12:13:16 -0000
Message-Id: <1177071196.169868.4191.nullmailer@bsdmail.org>
Date: Fri, 20 Apr 2007 09:13:16 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: leeym@FreeBSD.org
Subject: [PATCH] databases/gqlplus: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111935
>Category:       ports
>Synopsis:       [PATCH] databases/gqlplus: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 12:20:03 GMT 2007
>Closed-Date:    Fri Apr 20 23:18:03 GMT 2007
>Last-Modified:  Fri Apr 20 23:20:13 GMT 2007
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support FreeBSD 4.x (EOL)

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gqlplus-1.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gqlplus/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	10 Dec 2006 14:47:40 -0000	1.12
+++ Makefile	20 Apr 2007 12:10:59 -0000
@@ -20,12 +20,6 @@
 PORTDOCS=	README ChangeLog
 PLIST_FILES=	bin/gqlplus
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+=	ncurses:${PORTSDIR}/devel/ncurses
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
@@ -33,4 +27,4 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- gqlplus-1.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 20 12:20:18 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111935 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Apr 20 23:17:52 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111935 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111935: commit references a PR
Date: Fri, 20 Apr 2007 23:17:48 +0000 (UTC)

 leeym       2007-04-20 23:17:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/gqlplus    Makefile 
   Log:
   - removed support FreeBSD 4.x (EOL)
   
   PR:             111935
   Submitted by:   Marcelo Araujo <araujo at bsdmail.org>
   
   Revision  Changes    Path
   1.13      +1 -7      ports/databases/gqlplus/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
