From owner-freebsd-apache@FreeBSD.ORG Sat Sep 22 21:40:05 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8644106564A for ; Sat, 22 Sep 2012 21:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B86D8FC17 for ; Sat, 22 Sep 2012 21:40:05 +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 q8MLe5kC091647 for ; Sat, 22 Sep 2012 21:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8MLe5pm091639; Sat, 22 Sep 2012 21:40:05 GMT (envelope-from gnats) Date: Sat, 22 Sep 2012 21:40:05 GMT Message-Id: <201209222140.q8MLe5pm091639@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/171867: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 21:40:05 -0000 The following reply was made to PR ports/171867; it has been noted by GNATS. 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 (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 -# +# Created by: Manuel Kasper # $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 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"