[Midnightbsd-cvs] mports [24160] trunk/sysutils/lsof: fix sites

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 16:22:38 EDT 2018


Revision: 24160
          http://svnweb.midnightbsd.org/mports/?rev=24160
Author:   laffer1
Date:     2018-09-03 16:22:36 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
fix sites

Modified Paths:
--------------
    trunk/sysutils/lsof/Makefile

Added Paths:
-----------
    trunk/sysutils/lsof/files/
    trunk/sysutils/lsof/files/LICENSE
    trunk/sysutils/lsof/pkg-plist

Modified: trunk/sysutils/lsof/Makefile
===================================================================
--- trunk/sysutils/lsof/Makefile	2018-09-03 20:20:35 UTC (rev 24159)
+++ trunk/sysutils/lsof/Makefile	2018-09-03 20:22:36 UTC (rev 24160)
@@ -3,20 +3,8 @@
 PORTNAME=	lsof
 PORTVERSION=	4.92B
 CATEGORIES=	sysutils
-MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
-		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
+MASTER_SITES=	ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \
-		http://www.lerctr.org/lsof/ \
-		ftp://ftp.ayamura.org/pub/lsof/ \
-		ftp://ftp.ayamura.org/pub/lsof/NEW/ \
-		ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
-		ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/NEW/ \
-		ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \
-		ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/NEW/ \
-		ftp://ftp.sunet.se/pub/unix/admin/lsof/  \
-		ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ \
-		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/  \
-		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \
 		FREEBSD_LOCAL/ler/lsof
 DISTNAME=	${PORTNAME}_${PORTVERSION}${DISTNAME_SUFFIX}
 
@@ -62,12 +50,6 @@
 	@( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 )
 .endif
 
-#pre-patch:
-#	@${ECHO_MSG} "===>  Applying distribution patches for ${PKGNAME}"
-#	@${SED} -e "s|^--- d|--- dialects/freebsd/d|"  \
-#		${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p
-#	${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p
-
 do-install:
 	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin
 	${INSTALL_MAN} ${WRKSRC}/lsof.8 ${MAN8PREFIX}/man/man8/lsof.8

Added: trunk/sysutils/lsof/files/LICENSE
===================================================================
--- trunk/sysutils/lsof/files/LICENSE	                        (rev 0)
+++ trunk/sysutils/lsof/files/LICENSE	2018-09-03 20:22:36 UTC (rev 24160)
@@ -0,0 +1,32 @@
+Lsof has no license.  Its use and distribution are subject to these 
+terms and conditions, found in each lsof source file.  (The copyright 
+year in or format of the notice may vary slightly.) 
+ 
+    /* 
+     * Copyright 2002 Purdue Research Foundation, West Lafayette, 
+     * Indiana 47907.  All rights reserved. 
+     * 
+     * Written by Victor A. Abell 
+     * 
+     * This software is not subject to any license of the American 
+     * Telephone and Telegraph Company or the Regents of the 
+     * University of California. 
+     * 
+     * Permission is granted to anyone to use this software for 
+     * any purpose on any computer system, and to alter it and 
+     * redistribute it freely, subject to the following 
+     * restrictions: 
+     * 
+     * 1. Neither the authors nor Purdue University are responsible 
+     *    for any consequences of the use of this software. 
+     * 
+     * 2. The origin of this software must not be misrepresented, 
+     *    either by explicit claim or by omission.  Credit to the 
+     *    authors and Purdue University must appear in documentation 
+     *    and sources. 
+     * 
+     * 3. Altered versions must be plainly marked as such, and must 
+     *    not be misrepresented as being the original software. 
+     * 
+     * 4. This notice may not be removed or altered. 
+     */


Property changes on: trunk/sysutils/lsof/files/LICENSE
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/lsof/pkg-plist
===================================================================
--- trunk/sysutils/lsof/pkg-plist	                        (rev 0)
+++ trunk/sysutils/lsof/pkg-plist	2018-09-03 20:22:36 UTC (rev 24160)
@@ -0,0 +1,21 @@
+man/man8/lsof.8.gz
+ at group kmem
+ at mode 2755
+sbin/lsof
+ at mode
+ at group wheel
+%%DATADIR%%/00MANIFEST
+%%DATADIR%%/00README
+%%DATADIR%%/big_brother.perl5
+%%DATADIR%%/count_pf.perl
+%%DATADIR%%/count_pf.perl5
+%%DATADIR%%/identd.perl5
+%%DATADIR%%/idrlogin.perl
+%%DATADIR%%/idrlogin.perl5
+%%DATADIR%%/list_NULf.perl5
+%%DATADIR%%/list_fields.awk
+%%DATADIR%%/list_fields.perl
+%%DATADIR%%/shared.perl5
+%%DATADIR%%/sort_res.perl5
+%%DATADIR%%/watch_a_file.perl
+%%DATADIR%%/xusers.awk


Property changes on: trunk/sysutils/lsof/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list