Index: head/sysutils/dtpstree/Makefile =================================================================== --- head/sysutils/dtpstree/Makefile (revision 432283) +++ head/sysutils/dtpstree/Makefile (revision 432284) @@ -1,23 +1,23 @@ # Created by: Douglas Thrift # $FreeBSD$ 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 .include Index: head/sysutils/dtpstree/files/patch-dtpstree.cpp =================================================================== --- head/sysutils/dtpstree/files/patch-dtpstree.cpp (revision 432283) +++ head/sysutils/dtpstree/files/patch-dtpstree.cpp (revision 432284) @@ -1,10 +1,10 @@ ---- 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 #include +#include #include #include #include