svn commit: r432284 - in head/sysutils/dtpstree: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 23 18:52:17 UTC 2017


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


More information about the svn-ports-head mailing list