From owner-svn-ports-head@freebsd.org Wed May 25 19:42:41 2016 Return-Path: Delivered-To: svn-ports-head@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 E2E89B49087; Wed, 25 May 2016 19:42:41 +0000 (UTC) (envelope-from matthew@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 B45831CDE; Wed, 25 May 2016 19:42:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PJgeqZ054256; Wed, 25 May 2016 19:42:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PJge8q054254; Wed, 25 May 2016 19:42:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605251942.u4PJge8q054254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 25 May 2016 19:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415859 - head/databases/pgreplay X-SVN-Group: ports-head 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.22 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: Wed, 25 May 2016 19:42:42 -0000 Author: matthew Date: Wed May 25 19:42:40 2016 New Revision: 415859 URL: https://svnweb.freebsd.org/changeset/ports/415859 Log: Use DISTVERSION and DISTVERSIONPREFIX rather than GH_TAGNAME Reported by: mat Modified: head/databases/pgreplay/Makefile head/databases/pgreplay/distinfo (contents, props changed) Modified: head/databases/pgreplay/Makefile ============================================================================== --- head/databases/pgreplay/Makefile Wed May 25 19:30:59 2016 (r415858) +++ head/databases/pgreplay/Makefile Wed May 25 19:42:40 2016 (r415859) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pgreplay -PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= ${PORTNAME:tu}_ +DISTVERSION= 1_2_0 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org @@ -12,7 +13,6 @@ LICENSE= PostgreSQL USE_GITHUB= yes GH_ACCOUNT= laurenz -GH_TAGNAME= PGREPLAY_1_2_0 USES= pgsql autoreconf GNU_CONFIGURE= yes Modified: head/databases/pgreplay/distinfo ============================================================================== --- head/databases/pgreplay/distinfo Wed May 25 19:30:59 2016 (r415858) +++ head/databases/pgreplay/distinfo Wed May 25 19:42:40 2016 (r415859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464166606 -SHA256 (laurenz-pgreplay-1.2.0-PGREPLAY_1_2_0_GH0.tar.gz) = b2443d1ccf0c0c1da2ce9d98035e42c8f6846146b804cb3bf5a8819ca6c4123d -SIZE (laurenz-pgreplay-1.2.0-PGREPLAY_1_2_0_GH0.tar.gz) = 118585 +TIMESTAMP = 1464205286 +SHA256 (laurenz-pgreplay-PGREPLAY_1_2_0_GH0.tar.gz) = b2443d1ccf0c0c1da2ce9d98035e42c8f6846146b804cb3bf5a8819ca6c4123d +SIZE (laurenz-pgreplay-PGREPLAY_1_2_0_GH0.tar.gz) = 118585