Date: Mon, 23 Jan 2017 18:52:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432284 - in head/sysutils/dtpstree: . files Message-ID: <201701231852.v0NIqF8B068985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <douglas@douglasthrift.net> (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 <cerrno>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701231852.v0NIqF8B068985>