From owner-svn-ports-head@freebsd.org Thu Aug 6 14:17:25 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BCC453A3BA1; Thu, 6 Aug 2020 14:17:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BMrD52HHHz4BB5; Thu, 6 Aug 2020 14:17:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 049CA27E7E; Thu, 6 Aug 2020 14:17:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 076EHOjR073473; Thu, 6 Aug 2020 14:17:24 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 076EHOmQ073470; Thu, 6 Aug 2020 14:17:24 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202008061417.076EHOmQ073470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 6 Aug 2020 14:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544276 - in head/www: . mod_proctitle X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/www: . mod_proctitle X-SVN-Commit-Revision: 544276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2020 14:17:25 -0000 Author: brnrd Date: Thu Aug 6 14:17:23 2020 New Revision: 544276 URL: https://svnweb.freebsd.org/changeset/ports/544276 Log: www/mod_proctitle: Resurrect mod_proctitle port 0.4.1 PR: 248435 Submitted by: Miroslav Lachman <000.fbsd quip cz> Added: head/www/mod_proctitle/ - copied from r464189, head/www/mod_proctitle/ Modified: head/www/Makefile head/www/mod_proctitle/Makefile head/www/mod_proctitle/distinfo head/www/mod_proctitle/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 6 12:54:18 2020 (r544275) +++ head/www/Makefile Thu Aug 6 14:17:23 2020 (r544276) @@ -389,6 +389,7 @@ SUBDIR += mod_php72 SUBDIR += mod_php73 SUBDIR += mod_php74 + SUBDIR += mod_proctitle SUBDIR += mod_proxy_xml SUBDIR += mod_python35 SUBDIR += mod_qos Modified: head/www/mod_proctitle/Makefile ============================================================================== --- head/www/mod_proctitle/Makefile Sun Mar 11 17:38:45 2018 (r464189) +++ head/www/mod_proctitle/Makefile Thu Aug 6 14:17:23 2020 (r544276) @@ -5,16 +5,18 @@ PORTNAME= mod_proctitle PORTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.springdaemons.com/soft/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= apache@FreeBSD.org +MAINTAINER= 000.fbsd@quip.cz COMMENT= Set httpd process titles to reflect currently processed request LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= apache:2.2+ tar:bzip2 +USES= apache autoreconf libtool + +USE_GITHUB= yes +GH_ACCOUNT= MirLach CFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/apr-1 Modified: head/www/mod_proctitle/distinfo ============================================================================== --- head/www/mod_proctitle/distinfo Sun Mar 11 17:38:45 2018 (r464189) +++ head/www/mod_proctitle/distinfo Thu Aug 6 14:17:23 2020 (r544276) @@ -1,2 +1,3 @@ -SHA256 (mod_proctitle-0.4.1.tar.bz2) = 874c3cdb00de53764287c4db3abe858712c2ccac61eb08736ba277e6890fb7b0 -SIZE (mod_proctitle-0.4.1.tar.bz2) = 225694 +TIMESTAMP = 1596383682 +SHA256 (MirLach-mod_proctitle-0.4.1_GH0.tar.gz) = 4e76441becafb684ae8b83b47006b8e9d6aec25a45d3abd7ef6a6d36fb2c4106 +SIZE (MirLach-mod_proctitle-0.4.1_GH0.tar.gz) = 7264 Modified: head/www/mod_proctitle/pkg-descr ============================================================================== --- head/www/mod_proctitle/pkg-descr Sun Mar 11 17:38:45 2018 (r464189) +++ head/www/mod_proctitle/pkg-descr Thu Aug 6 14:17:23 2020 (r544276) @@ -2,4 +2,4 @@ This module sets httpd process titles to reflect the r processed, so they will be visible in top(1) or ps(1). Useful for debugging purposes. -WWW: https://github.com/stass/mod_proctitle +WWW: https://github.com/MirLach/mod_proctitle