From owner-svn-ports-all@freebsd.org Mon Sep 5 19:12:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49BEDB96C8E; Mon, 5 Sep 2016 19:12:17 +0000 (UTC) (envelope-from thierry@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 mx1.freebsd.org (Postfix) with ESMTPS id 171B4278; Mon, 5 Sep 2016 19:12:17 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u85JCG73032904; Mon, 5 Sep 2016 19:12:16 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u85JCGfZ032903; Mon, 5 Sep 2016 19:12:16 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201609051912.u85JCGfZ032903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 5 Sep 2016 19:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421385 - head/www/tt-rss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2016 19:12:17 -0000 Author: thierry Date: Mon Sep 5 19:12:16 2016 New Revision: 421385 URL: https://svnweb.freebsd.org/changeset/ports/421385 Log: Add commit id to version. Submitted by: Derek Schrock Modified: head/www/tt-rss/Makefile Modified: head/www/tt-rss/Makefile ============================================================================== --- head/www/tt-rss/Makefile Mon Sep 5 18:20:23 2016 (r421384) +++ head/www/tt-rss/Makefile Mon Sep 5 19:12:16 2016 (r421385) @@ -3,6 +3,7 @@ PORTNAME= tt-rss PORTVERSION= 16.8.2016.08.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ @@ -65,6 +66,7 @@ PHP2FIX= config.php-dist update.php upda SCRIPTS= update.php update_daemon2.php pre-configure: + ${REINPLACE_CMD} -E "1,/define.*VERSION_STATIC/s/([0-9]+\.[0-9]+)/\1 (${GL_TAGNAME})/" ${WRKSRC}/include/version.php .for script in ${PHP2FIX} ${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|' \ -e 's|/usr/bin/env php| ${LOCALBASE}/bin/php|' \