From owner-svn-ports-head@freebsd.org Fri Dec 15 20:13:40 2017 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 6141BE8B6E8; Fri, 15 Dec 2017 20:13:40 +0000 (UTC) (envelope-from se@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 20B2863E50; Fri, 15 Dec 2017 20:13:40 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBFKDdsT065541; Fri, 15 Dec 2017 20:13:39 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBFKDddW065539; Fri, 15 Dec 2017 20:13:39 GMT (envelope-from se@FreeBSD.org) Message-Id: <201712152013.vBFKDddW065539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Fri, 15 Dec 2017 20:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456415 - in head/ports-mgmt/portmaster: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/ports-mgmt/portmaster: . files X-SVN-Commit-Revision: 456415 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.25 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: Fri, 15 Dec 2017 20:13:40 -0000 Author: se Date: Fri Dec 15 20:13:38 2017 New Revision: 456415 URL: https://svnweb.freebsd.org/changeset/ports/456415 Log: Fix patch: The patch had been created from the version used to debug the previous version's problem and I forgot to Fix shbang: Remove the -x that had been added for debugging. Reported by: (Walter Schwarzenfeld) w.schwarzenfeld@utanet.at Approved by: antoine (implicit) Modified: head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portmaster/files/patch-portmaster Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Fri Dec 15 19:26:41 2017 (r456414) +++ head/ports-mgmt/portmaster/Makefile Fri Dec 15 20:13:38 2017 (r456415) @@ -2,7 +2,7 @@ PORTNAME= portmaster PORTVERSION= 3.17.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/portmaster/files/patch-portmaster ============================================================================== --- head/ports-mgmt/portmaster/files/patch-portmaster Fri Dec 15 19:26:41 2017 (r456414) +++ head/ports-mgmt/portmaster/files/patch-portmaster Fri Dec 15 20:13:38 2017 (r456415) @@ -1,11 +1,5 @@ --- portmaster.orig 2017-12-15 12:40:13.818570000 +0100 +++ portmaster 2017-12-15 16:49:11.583821000 +0100 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/bin/sh -x - - # Copyright (c) 2005-2012 Douglas Barton, All rights reserved - # Please see detailed copyright below @@ -1449,6 +1449,24 @@ fi }