From root@fb90.neon1.net  Sat Sep 22 12:06:17 2012
Return-Path: <root@fb90.neon1.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 21DAA106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Sep 2012 12:06:17 +0000 (UTC)
	(envelope-from root@fb90.neon1.net)
Received: from fb90.neon1.net (unknown [IPv6:2a02:200:3:1001:20c:29ff:fed7:2df6])
	by mx1.freebsd.org (Postfix) with ESMTP id AAEC08FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Sep 2012 12:06:16 +0000 (UTC)
Received: from fb90.neon1.net (localhost [127.0.0.1])
	by fb90.neon1.net (8.14.5/8.14.5) with ESMTP id q8MArD8A001655
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Sep 2012 12:53:13 +0200 (CEST)
	(envelope-from root@fb90.neon1.net)
Received: (from root@localhost)
	by fb90.neon1.net (8.14.5/8.14.5/Submit) id q8MArD87001654;
	Sat, 22 Sep 2012 12:53:13 +0200 (CEST)
	(envelope-from root)
Message-Id: <201209221053.q8MArD87001654@fb90.neon1.net>
Date: Sat, 22 Sep 2012 12:53:13 +0200 (CEST)
From: Manuel Kasper <mk@neon1.net>
Reply-To: Manuel Kasper <mk@neon1.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] www/mod_auth_pubtkt: update to 0.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171867
>Category:       ports
>Synopsis:       [maintainer update] www/mod_auth_pubtkt: update to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 12:10:04 UTC 2012
>Closed-Date:    Sat Sep 22 21:38:52 UTC 2012
>Last-Modified:  Sat Sep 22 21:40:02 UTC 2012
>Originator:     Manuel Kasper
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD fb90.neon1.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Update www/mod_auth_pubtkt to version 0.8.
>How-To-Repeat:
>Fix:

--- mod_auth_pubtkt-0.8.diff begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 304668)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mod_auth_pubtkt-0.6.tar.gz) = e6856516924adfdf74e2d42296588e65385ce61c9c608424b1be496a6c908c54
-SIZE (mod_auth_pubtkt-0.6.tar.gz) = 33158
+SHA256 (mod_auth_pubtkt-0.8.tar.gz) = 6243e220a650147a49269970cfc1491e6c727f6e9ef4eb34673909783bc258b2
+SIZE (mod_auth_pubtkt-0.8.tar.gz) = 54579
Index: Makefile
===================================================================
--- Makefile	(revision 304668)
+++ Makefile	(working copy)
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	mod_auth_pubtkt
-PORTVERSION=	0.6
+PORTVERSION=	0.8
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
-DISTNAME=	mod_auth_pubtkt-${PORTVERSION}
 
 MAINTAINER=	mk@neon1.net
 COMMENT=	An Apache module to provide public key ticket based authentication
@@ -22,6 +21,4 @@
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--apxs=${APXS}
 
-WRKSRC=	${WRKDIR}/${PORTNAME}
-
 .include <bsd.port.mk>
--- mod_auth_pubtkt-0.8.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 22 12:10:15 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=171867 
State-Changed-From-To: open->closed 
State-Changed-By: ohauer 
State-Changed-When: Sat Sep 22 21:37:15 UTC 2012 
State-Changed-Why:  
Committed, 
Thanks! 

Minor change: 
I try to keep apache module distfiles out from / to a subdir 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171867: commit references a PR
Date: Sat, 22 Sep 2012 21:37:02 +0000 (UTC)

 Author: ohauer
 Date: Sat Sep 22 21:36:48 2012
 New Revision: 304725
 URL: http://svn.freebsd.org/changeset/ports/304725
 
 Log:
   - update to version 0.8
    ( local exp-run with apache24 done, build OK )
   
   PR:		ports/171867
   Submitted by:	Manuel Kasper <mk@neon1.net> (maintainer)
 
 Modified:
   head/www/mod_auth_pubtkt/Makefile
   head/www/mod_auth_pubtkt/distinfo
 
 Modified: head/www/mod_auth_pubtkt/Makefile
 ==============================================================================
 --- head/www/mod_auth_pubtkt/Makefile	Sat Sep 22 21:26:45 2012	(r304724)
 +++ head/www/mod_auth_pubtkt/Makefile	Sat Sep 22 21:36:48 2012	(r304725)
 @@ -1,17 +1,12 @@
 -# New ports collection makefile for:	mod_auth_pubtkt
 -# Date created:				24 Mar 2009
 -# Whom:					Manuel Kasper <mk@neon1.net>
 -#
 +# Created by: Manuel Kasper <mk@neon1.net>
  # $FreeBSD$
 -#
  
  PORTNAME=	mod_auth_pubtkt
 -PORTVERSION=	0.6
 -PORTREVISION=	1
 +PORTVERSION=	0.8
  CATEGORIES=	www
  MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
  PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 -DISTNAME=	mod_auth_pubtkt-${PORTVERSION}
 +DIST_SUBDIR=	apache2
  
  MAINTAINER=	mk@neon1.net
  COMMENT=	An Apache module to provide public key ticket based authentication
 @@ -22,6 +17,4 @@ USE_APACHE=	22+
  HAS_CONFIGURE=	yes
  CONFIGURE_ARGS=	--apxs=${APXS}
  
 -WRKSRC=	${WRKDIR}/${PORTNAME}
 -
  .include <bsd.port.mk>
 
 Modified: head/www/mod_auth_pubtkt/distinfo
 ==============================================================================
 --- head/www/mod_auth_pubtkt/distinfo	Sat Sep 22 21:26:45 2012	(r304724)
 +++ head/www/mod_auth_pubtkt/distinfo	Sat Sep 22 21:36:48 2012	(r304725)
 @@ -1,2 +1,2 @@
 -SHA256 (mod_auth_pubtkt-0.6.tar.gz) = e6856516924adfdf74e2d42296588e65385ce61c9c608424b1be496a6c908c54
 -SIZE (mod_auth_pubtkt-0.6.tar.gz) = 33158
 +SHA256 (apache2/mod_auth_pubtkt-0.8.tar.gz) = 6243e220a650147a49269970cfc1491e6c727f6e9ef4eb34673909783bc258b2
 +SIZE (apache2/mod_auth_pubtkt-0.8.tar.gz) = 54579
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
