Date: Wed, 26 Sep 2012 02:25:49 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172045: net-mgmt/echolot: Update MASTER_SITES Message-ID: <20120926022549.4f303f4a22c0ccfa7692962c@yahoo.com> Resent-Message-ID: <201209251820.q8PIKB8d034240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172045 >Category: ports >Synopsis: net-mgmt/echolot: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 25 18:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/net-mgmt/echolot/Makefile net-mgmt/echolot/Makefile --- /usr/ports/net-mgmt/echolot/Makefile 2009-08-28 03:31:07.000000000 +0900 +++ net-mgmt/echolot/Makefile 2012-09-25 03:39:24.000000000 +0900 @@ -1,28 +1,33 @@ -# ex:ts=8 -# Ports collection makefile for: echolot -# Date created: Jun 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: ports/net-mgmt/echolot/Makefile,v 1.10 2009/08/27 18:31:07 amdmi3 Exp $ -# PORTNAME= echolot PORTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://echolot.sourceforge.net/download/ \ +MASTER_SITES= http://benjamin-schweizer.de/files/echolot/ \ SF MAINTAINER= ports@FreeBSD.org COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices -GNU_CONFIGURE= yes +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS + USE_GMAKE= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +MAN1= echolot.1 +PORTDOCS= * +PLIST_FILES= bin/echolot -MAN1= echolot.1 +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif diff -urN /usr/ports/net-mgmt/echolot/pkg-descr net-mgmt/echolot/pkg-descr --- /usr/ports/net-mgmt/echolot/pkg-descr 2002-06-23 04:02:09.000000000 +0900 +++ net-mgmt/echolot/pkg-descr 2012-07-10 23:01:30.000000000 +0900 @@ -3,4 +3,4 @@ * to detect intruders (new mac in lan) * to find your boxes on foreign lans (known mac in lan) -WWW: http://sourceforge.net/projects/echolot +WWW: http://benjamin-schweizer.de/echolot.html diff -urN /usr/ports/net-mgmt/echolot/pkg-plist net-mgmt/echolot/pkg-plist --- /usr/ports/net-mgmt/echolot/pkg-plist 2003-01-07 16:04:51.000000000 +0900 +++ net-mgmt/echolot/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ -bin/echolot -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/HISTORY -%%PORTDOCS%%%%DOCSDIR%%/HOWTO -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/PLATFORMS -%%PORTDOCS%%%%DOCSDIR%%/rfc826.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022549.4f303f4a22c0ccfa7692962c>