From pgollucci@frieza.p6m7g8.net  Wed May 26 22:56:27 2010
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 66C001065677
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 2010 22:56:27 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id 164CF8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 May 2010 22:56:26 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o4QMuPKH081497;
	Wed, 26 May 2010 18:56:25 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o4QMuPEc081496;
	Wed, 26 May 2010 18:56:25 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <201005262256.o4QMuPEc081496@frieza.p6m7g8.net>
Date: Wed, 26 May 2010 18:56:25 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mk@neon1.net
Subject: [PATCH] www/mod_auth_pubtkt: update to 0.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mk@neon1.net

>Number:         147101
>Category:       ports
>Synopsis:       [PATCH] www/-mod_auth_pubtkt: update to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 23:00:15 UTC 2010
>Closed-Date:    Mon Jun 07 01:56:15 UTC 2010
>Last-Modified:  Mon Jun  7 02:00:16 UTC 2010
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- Update to 0.6

Added file(s):
- files/patch-src__Makefile

Removed file(s):
- files/patch-Makefile

Port maintainer (mk@neon1.net) is cc'd.

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

--- ap22-mod_auth_pubtkt-0.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_auth_pubtkt/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	25 May 2010 20:17:28 -0000	1.2
+++ Makefile	26 May 2010 22:54:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_auth_pubtkt
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	www
 MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -19,4 +19,6 @@
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--apxs=${APXS}
 
+WRKSRC=	${WRKDIR}/${PORTNAME}
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mod_auth_pubtkt/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	18 Jul 2009 16:50:55 -0000	1.1
+++ distinfo	26 May 2010 22:50:59 -0000
@@ -1,3 +1,3 @@
-MD5 (mod_auth_pubtkt-0.5.tar.gz) = b9b048e2373033cc40c1fcb6180e22c9
-SHA256 (mod_auth_pubtkt-0.5.tar.gz) = 3f6cae232f0a36fb0f20479c9680b357016484421c74d9450085bc53772be43a
-SIZE (mod_auth_pubtkt-0.5.tar.gz) = 32257
+MD5 (mod_auth_pubtkt-0.6.tar.gz) = f2a7f68e090f1625809d546cc27678b3
+SHA256 (mod_auth_pubtkt-0.6.tar.gz) = e6856516924adfdf74e2d42296588e65385ce61c9c608424b1be496a6c908c54
+SIZE (mod_auth_pubtkt-0.6.tar.gz) = 33158
Index: files/patch-Makefile
===================================================================
RCS file: files/patch-Makefile
diff -N files/patch-Makefile
--- files/patch-Makefile	18 Jul 2009 16:50:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- src/Makefile.orig	2008-10-28 19:25:44.000000000 +0000
-+++ src/Makefile	2009-03-23 18:39:37.000000000 +0000
-@@ -9,7 +9,7 @@
- 	$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
- 
- install: $(TARGET)
--	$(APXS) -i $(TARGET)
-+	$(APXS) -i -a -n auth_pubtkt $(TARGET)
- 
- clean:
- 	-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
Index: files/patch-src__Makefile
===================================================================
RCS file: files/patch-src__Makefile
diff -N files/patch-src__Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src__Makefile	26 May 2010 22:54:52 -0000
@@ -0,0 +1,11 @@
+--- ./src/Makefile.orig	2010-05-26 18:53:55.551506119 -0400
++++ ./src/Makefile	2010-05-26 18:54:21.855222621 -0400
+@@ -9,7 +9,7 @@
+ 	$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
+ 
+ install: $(TARGET)
+-	$(APXS) -i $(TARGET)
++	$(APXS) -i -a -n auth_pubtkt $(TARGET)
+ 
+ clean:
+ 	-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
--- ap22-mod_auth_pubtkt-0.6.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 26 23:00:34 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147101 
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed May 26 23:07:35 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mk@neon1.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/147101: [PATCH] www/ap22-mod_auth_pubtkt: update to 0.6
Date: Wed, 26 May 2010 23:00:31 UT

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

From: Manuel Kasper <mk@neon1.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147101: [PATCH] www/ap22-mod_auth_pubtkt: update to 0.6
Date: Thu, 27 May 2010 23:23:49 +0200

 Hello,
 
 On 27.05.2010, at 01:00, Edwin Groothuis wrote:
 
 > 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 patch looks OK to me.
 
 - Manuel
Responsible-Changed-From-To: pgollucci->apache 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Fri May 28 01:23:52 UTC 2010 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=147101 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Mon Jun 7 01:55:32 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147101 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Mon Jun 7 01:56:15 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147101: commit references a PR
Date: Mon,  7 Jun 2010 01:57:06 +0000 (UTC)

 pgollucci    2010-06-07 01:56:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_auth_pubtkt  Makefile distinfo 
   Added files:
     www/mod_auth_pubtkt/files patch-src__Makefile 
   Removed files:
     www/mod_auth_pubtkt/files patch-Makefile 
   Log:
   - Update to 0.6
   
   PR:             ports/147101
   Submitted by:   pgollucci@ (myself)
   Approved by:    mk@neon1.net (maintainer)
   
   Revision  Changes    Path
   1.3       +3 -1      ports/www/mod_auth_pubtkt/Makefile
   1.2       +3 -3      ports/www/mod_auth_pubtkt/distinfo
   1.2       +0 -11     ports/www/mod_auth_pubtkt/files/patch-Makefile (dead)
   1.1       +11 -0     ports/www/mod_auth_pubtkt/files/patch-src__Makefile (new)
 _______________________________________________
 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:
