From owner-svn-ports-head@FreeBSD.ORG Sat Jun 13 20:00:36 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F6667C6; Sat, 13 Jun 2015 20:00:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D660A22; Sat, 13 Jun 2015 20:00:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DK0acI054603; Sat, 13 Jun 2015 20:00:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DK0abw054601; Sat, 13 Jun 2015 20:00:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506132000.t5DK0abw054601@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jun 2015 20:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389485 - in head/net/p5-Net-ARP: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 20:00:36 -0000 Author: sunpoet Date: Sat Jun 13 20:00:35 2015 New Revision: 389485 URL: https://svnweb.freebsd.org/changeset/ports/389485 Log: - Update to 1.0.9 Changes: http://search.cpan.org/dist/Net-ARP/Changes Deleted: head/net/p5-Net-ARP/files/patch-arp_lookup_bsd.c Modified: head/net/p5-Net-ARP/Makefile head/net/p5-Net-ARP/distinfo Modified: head/net/p5-Net-ARP/Makefile ============================================================================== --- head/net/p5-Net-ARP/Makefile Sat Jun 13 20:00:29 2015 (r389484) +++ head/net/p5-Net-ARP/Makefile Sat Jun 13 20:00:35 2015 (r389485) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-ARP -PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTVERSION= 1.0.9 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +16,7 @@ BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR USES= perl5 tar:tgz USE_PERL5= configure +WRKSRC= ${WRKDIR}/${PORTNAME} post-install: ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so Modified: head/net/p5-Net-ARP/distinfo ============================================================================== --- head/net/p5-Net-ARP/distinfo Sat Jun 13 20:00:29 2015 (r389484) +++ head/net/p5-Net-ARP/distinfo Sat Jun 13 20:00:35 2015 (r389485) @@ -1,2 +1,2 @@ -SHA256 (Net-ARP-1.0.8.tgz) = cf169185bca00f2adb1443c4d00078c4fc3fd8cb185c22244b5f890a655e4146 -SIZE (Net-ARP-1.0.8.tgz) = 70721 +SHA256 (Net-ARP-1.0.9.tgz) = 53fc3883755d75bed1671f9844f131ad364bdfb18313ed1ea78dc67b6901b18e +SIZE (Net-ARP-1.0.9.tgz) = 71377