From owner-svn-ports-all@freebsd.org Mon Jan 23 18:52:17 2017 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 09343CBE6FF; Mon, 23 Jan 2017 18:52:17 +0000 (UTC) (envelope-from sunpoet@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 C5E9012D3; Mon, 23 Jan 2017 18:52:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0NIqFCR068987; Mon, 23 Jan 2017 18:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0NIqF8B068985; Mon, 23 Jan 2017 18:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701231852.v0NIqF8B068985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Jan 2017 18:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432284 - in head/sysutils/dtpstree: . files 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, 23 Jan 2017 18:52:17 -0000 Author: sunpoet Date: Mon Jan 23 18:52:15 2017 New Revision: 432284 URL: https://svnweb.freebsd.org/changeset/ports/432284 Log: Updated MASTER_SITES - Remove outdated MAN1 setting - Pet portlint: fix diff header of patch files - changes: PR: 216395 Submitted by: Douglas Thrift (maintainer) Modified: head/sysutils/dtpstree/Makefile head/sysutils/dtpstree/files/patch-dtpstree.cpp Modified: head/sysutils/dtpstree/Makefile ============================================================================== --- head/sysutils/dtpstree/Makefile Mon Jan 23 18:52:10 2017 (r432283) +++ head/sysutils/dtpstree/Makefile Mon Jan 23 18:52:15 2017 (r432284) @@ -4,19 +4,19 @@ PORTNAME= dtpstree PORTVERSION= 1.0.3 CATEGORIES= sysutils -MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ +MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \ + http://dl2.douglasthrift.net/${PORTNAME}/ MAINTAINER= douglas@douglasthrift.net COMMENT= Display a tree of processes LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes MAKEFILE= GNUmakefile USES= gmake ncurses tar:xz -MAN1= dtpstree.1 PLIST_FILES= bin/dtpstree \ man/man1/dtpstree.1.gz Modified: head/sysutils/dtpstree/files/patch-dtpstree.cpp ============================================================================== --- head/sysutils/dtpstree/files/patch-dtpstree.cpp Mon Jan 23 18:52:10 2017 (r432283) +++ head/sysutils/dtpstree/files/patch-dtpstree.cpp Mon Jan 23 18:52:15 2017 (r432284) @@ -1,5 +1,5 @@ ---- dtpstree.cpp.orig 2010-08-05 16:01:47.000000000 +0800 -+++ dtpstree.cpp 2013-10-19 19:48:34.750149337 +0800 +--- dtpstree.cpp.orig 2010-08-05 08:01:47 UTC ++++ dtpstree.cpp @@ -21,6 +21,7 @@ #include