svn commit: r446513 - in head/sysutils/topless: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 24 09:01:06 UTC 2017


Author: amdmi3
Date: Mon Jul 24 09:01:04 2017
New Revision: 446513
URL: https://svnweb.freebsd.org/changeset/ports/446513

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW
  - Regenerate patch
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/topless/Makefile
  head/sysutils/topless/files/patch-Makefile
  head/sysutils/topless/pkg-descr

Modified: head/sysutils/topless/Makefile
==============================================================================
--- head/sysutils/topless/Makefile	Mon Jul 24 09:01:04 2017	(r446512)
+++ head/sysutils/topless/Makefile	Mon Jul 24 09:01:04 2017	(r446513)
@@ -4,13 +4,16 @@
 PORTNAME=	topless
 PORTVERSION=	1.52
 CATEGORIES=	sysutils
-MASTER_SITES=	http://people.freebsd.org/~daichi/src/
+MASTER_SITES=	https://people.freebsd.org/~daichi/src/
 
 MAINTAINER=	koma2 at lovepeers.org
 COMMENT=	Display command output on the whole screen like "top"
 
+LICENSE=	BSD2CLAUSE
+
 USES=		perl5
 USE_PERL5=	build
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/topless man/man1/topless.1.gz
 

Modified: head/sysutils/topless/files/patch-Makefile
==============================================================================
--- head/sysutils/topless/files/patch-Makefile	Mon Jul 24 09:01:04 2017	(r446512)
+++ head/sysutils/topless/files/patch-Makefile	Mon Jul 24 09:01:04 2017	(r446513)
@@ -1,5 +1,5 @@
---- Makefile.orig	2014-06-29 23:25:53.573437041 +0800
-+++ Makefile	2014-06-29 23:26:20.982465783 +0800
+--- Makefile.orig	2005-12-21 00:46:49 UTC
++++ Makefile
 @@ -33,12 +33,12 @@ ${MAN1}: ${POD}
  	${POD2MAN} -c "${POD_CENTER}" -r "${POD_RELEASE}" ${POD} > ${MAN1} 
  

Modified: head/sysutils/topless/pkg-descr
==============================================================================
--- head/sysutils/topless/pkg-descr	Mon Jul 24 09:01:04 2017	(r446512)
+++ head/sysutils/topless/pkg-descr	Mon Jul 24 09:01:04 2017	(r446513)
@@ -5,4 +5,4 @@ TOPLESS can be used with almost every sort of command,
 but is particularly useful when used with the command
 to monitor the system, such as "ps", "netstat" or "fstat".
 
-WWW: http://people.freebsd.org/~daichi/
+WWW: https://people.freebsd.org/~daichi/


More information about the svn-ports-all mailing list