svn commit: r306047 - in head/net-mgmt/arpscan: . files

Jason E. Hale jhale at FreeBSD.org
Thu Oct 18 01:42:55 UTC 2012


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 at 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 at gmail.com>
-#
+# Created by: David Yeske <dyeske at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	arpscan
-PORTVERSION=	0.3
+PORTVERSION=	0.5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list