From owner-svn-ports-branches@freebsd.org Sat Aug 5 10:31:02 2017 Return-Path: Delivered-To: svn-ports-branches@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 EC93DDCC8BD; Sat, 5 Aug 2017 10:31:02 +0000 (UTC) (envelope-from rakuco@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 B97FF6F995; Sat, 5 Aug 2017 10:31:02 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v75AV1Zk063458; Sat, 5 Aug 2017 10:31:01 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v75AV1rj063457; Sat, 5 Aug 2017 10:31:01 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201708051031.v75AV1rj063457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 5 Aug 2017 10:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447396 - branches/2017Q3/graphics/pfstmo X-SVN-Group: ports-branches X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: branches/2017Q3/graphics/pfstmo X-SVN-Commit-Revision: 447396 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2017 10:31:03 -0000 Author: rakuco Date: Sat Aug 5 10:31:01 2017 New Revision: 447396 URL: https://svnweb.freebsd.org/changeset/ports/447396 Log: MFH: r447395 Point MASTER_SITES to a working location. The directory where the tarball resides has changed upstream. PR: 219299 Approved by: ports-secteam (blanket approval) Modified: branches/2017Q3/graphics/pfstmo/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/graphics/pfstmo/Makefile ============================================================================== --- branches/2017Q3/graphics/pfstmo/Makefile Sat Aug 5 10:29:55 2017 (r447395) +++ branches/2017Q3/graphics/pfstmo/Makefile Sat Aug 5 10:31:01 2017 (r447396) @@ -5,7 +5,7 @@ PORTNAME= pfstmo PORTVERSION= 1.5 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pfstools/${PORTNAME}_depreciated/${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Tone mapping operators