From bapt@FreeBSD.org  Thu Mar 29 07:23:49 2012
Return-Path: <bapt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3784C1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Mar 2012 07:23:49 +0000 (UTC)
	(envelope-from bapt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 230218FC08;
	Thu, 29 Mar 2012 07:23:49 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2T7NndB019516;
	Thu, 29 Mar 2012 07:23:49 GMT
	(envelope-from bapt@freefall.freebsd.org)
Received: (from bapt@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2T7Nm5L019515;
	Thu, 29 Mar 2012 07:23:48 GMT
	(envelope-from bapt)
Message-Id: <201203290723.q2T7Nm5L019515@freefall.freebsd.org>
Date: Thu, 29 Mar 2012 07:23:48 GMT
From: Baptiste Daroussin <bapt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: zhoushuqun@gmail.com
Subject: [PATCH] www/mod_auth_openid: change depends from sqlite3 to sqlite34
X-Send-Pr-Version: 3.113
X-GNATS-Notify: zhoushuqun@gmail.com

>Number:         166478
>Category:       ports
>Synopsis:       [PATCH] www/mod_auth_openid: change depends from sqlite3 to sqlite34
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 29 07:30:10 UTC 2012
>Closed-Date:    Mon Apr 16 06:07:25 UTC 2012
>Last-Modified:  Mon Apr 16 06:10:07 UTC 2012
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET
>Description:
Make it depends on sqlite3 instead of sqlite34
While here remove the pre 7.x bits

Port maintainer (zhoushuqun@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- ap22-mod_auth_openid-0.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_auth_openid/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	14 Feb 2012 19:16:24 -0000	1.9
+++ Makefile	29 Mar 2012 07:22:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mod_auth_openid
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://butterfat.net/releases/mod_auth_openid/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -15,9 +16,9 @@
 COMMENT=	An authentication module for the Apache 2 webserver with OpenID
 
 LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
-		sqlite3:${PORTSDIR}/databases/sqlite34
+		sqlite3:${PORTSDIR}/databases/sqlite3
 
-MAKE_JOBS_SAFE=  yes
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
 
@@ -28,10 +29,4 @@
 
 CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN=		Doesn't compile on 6.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- ap22-mod_auth_openid-0.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 29 07:30:22 UTC 2012 
Responsible-Changed-Why:  
apache@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166478 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Mar 29 07:30:32 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: zhoushuqun@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166478: [PATCH] www/mod_auth_openid: change depends from sqlite3 to sqlite34
Date: Thu, 29 Mar 2012 07:30:28 UT

 Maintainer of www/mod_auth_openid,
 
 Please note that PR ports/166478 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/166478
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Sutra Zhou <zhoushuqun@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/166478: [PATCH] www/mod_auth_openid: change depends from
 sqlite3 to sqlite34
Date: Tue, 10 Apr 2012 12:26:12 +0800

 The patch works. Commit it please.
 
 On Thu, Mar 29, 2012 at 3:30 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of www/mod_auth_openid,
 >
 > Please note that PR ports/166478 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:
 > =C2=A0 =C2=A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/166478
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: bapt 
State-Changed-When: Mon Apr 16 06:07:24 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166478: commit references a PR
Date: Mon, 16 Apr 2012 06:03:24 +0000 (UTC)

 bapt        2012-04-16 06:03:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_auth_openid  Makefile 
   Log:
   Make it depends on sqlite3 instead of sqlite34
   While here remove the pre 7.x bits
   
   PR:             ports/166478
   Submitted by:   bapt
   Approved by:    maintainer timeout (> 14j)
   
   Revision  Changes    Path
   1.10      +4 -9      ports/www/mod_auth_openid/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:
