svn commit: r456415 - in head/ports-mgmt/portmaster: . files

Stefan Esser se at FreeBSD.org
Fri Dec 15 20:13:40 UTC 2017


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 at 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
  }


More information about the svn-ports-all mailing list