From owner-freebsd-apache@FreeBSD.ORG Sun Mar 16 21:40:02 2014 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49AAD7AF for ; Sun, 16 Mar 2014 21:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37AB683C for ; Sun, 16 Mar 2014 21:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GLe2Uw090682 for ; Sun, 16 Mar 2014 21:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2GLe1gS090681; Sun, 16 Mar 2014 21:40:01 GMT (envelope-from gnats) Date: Sun, 16 Mar 2014 21:40:01 GMT Message-Id: <201403162140.s2GLe1gS090681@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187270: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 16 Mar 2014 21:40:02 -0000 The following reply was made to PR ports/187270; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187270: commit references a PR Date: Sun, 16 Mar 2014 21:30:52 +0000 (UTC) Author: ohauer Date: Sun Mar 16 21:30:48 2014 New Revision: 348432 URL: http://svnweb.freebsd.org/changeset/ports/348432 QAT: https://qat.redports.org/buildarchive/r348432/ Log: - fix buid on FreeBSD 10 - bump PORTREVISION - change MAINTAINER to PR submitter PR: ports/187270 (followup) Submitted by: Jeff Lawson (new maintainer) Approved by: Peter Lai (former maintainer) Modified: head/www/mod_rivet/Makefile Modified: head/www/mod_rivet/Makefile ============================================================================== --- head/www/mod_rivet/Makefile Sun Mar 16 21:30:18 2014 (r348431) +++ head/www/mod_rivet/Makefile Sun Mar 16 21:30:48 2014 (r348432) @@ -3,12 +3,13 @@ PORTNAME= mod_rivet PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet DISTNAME= rivet-${PORTVERSION} -MAINTAINER= cowbert@gmail.com +MAINTAINER= jeff.lawson@flightaware.com COMMENT= Embeds a Tcl interpreter in the Apache server LICENSE= APACHE20 @@ -17,6 +18,7 @@ LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang USE_APACHE= 22+ USE_AUTOTOOLS= aclocal automake libtool libtoolize +USE_AUTOTOOLS= aclocal libtool libtoolize autoheader automake autoconf USE_LDCONFIG= ${PREFIX}/lib/rivet USES+= gmake tcl:85+ _______________________________________________ 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"