Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 01:42:54 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306047 - in head/net-mgmt/arpscan: . files
Message-ID:  <201210180142.q9I1gsfl012566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Oct 18 01:42:54 2012
New Revision: 306047
URL: http://svn.freebsd.org/changeset/ports/306047

Log:
  - Update to 0.5
  - Add LICENSE (BSD)
  
  While here:
  - Drop ABI version number from LIB_DEPENDS
  - Trim Makefile header
  
  PR:		ports/170161
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Approved by:	makc, avilla (mentors, implicit)
  Feature safe:	yes

Deleted:
  head/net-mgmt/arpscan/files/
Modified:
  head/net-mgmt/arpscan/Makefile   (contents, props changed)
  head/net-mgmt/arpscan/distinfo   (contents, props changed)

Modified: head/net-mgmt/arpscan/Makefile
==============================================================================
--- head/net-mgmt/arpscan/Makefile	Thu Oct 18 01:29:21 2012	(r306046)
+++ head/net-mgmt/arpscan/Makefile	Thu Oct 18 01:42:54 2012	(r306047)
@@ -1,19 +1,18 @@
-# New ports collection makefile for:	arpscan
-# Date created:				22 Mar 2004
-# Whom:					David Yeske <dyeske@gmail.com>
-#
+# Created by: David Yeske <dyeske@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	arpscan
-PORTVERSION=	0.3
+PORTVERSION=	0.5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple arp scanner
 
-LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	dnet:${PORTSDIR}/net/libdnet
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}

Modified: head/net-mgmt/arpscan/distinfo
==============================================================================
--- head/net-mgmt/arpscan/distinfo	Thu Oct 18 01:29:21 2012	(r306046)
+++ head/net-mgmt/arpscan/distinfo	Thu Oct 18 01:42:54 2012	(r306047)
@@ -1,2 +1,2 @@
-SHA256 (arpscan-0.3.tar.gz) = 27a2bf1e3b4bf28b976b7e7da26d01ce99d9dc227fd174989dbfa6f164a573f4
-SIZE (arpscan-0.3.tar.gz) = 58052
+SHA256 (arpscan-0.5.tar.gz) = d2561c82a07d88a20aac38e228cf7965e296dcfc3f82d60d9e7f23940255c187
+SIZE (arpscan-0.5.tar.gz) = 75501



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210180142.q9I1gsfl012566>