From owner-svn-ports-head@freebsd.org Thu Jul 26 04:30:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5A31103C15E; Thu, 26 Jul 2018 04:30:23 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C1A37C497; Thu, 26 Jul 2018 04:30:23 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E28A2408D; Thu, 26 Jul 2018 04:30:23 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6Q4UNK4044373; Thu, 26 Jul 2018 04:30:23 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6Q4UNvb044372; Thu, 26 Jul 2018 04:30:23 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201807260430.w6Q4UNvb044372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 26 Jul 2018 04:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475346 - head/net-mgmt/dhcdrop X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/net-mgmt/dhcdrop X-SVN-Commit-Revision: 475346 X-SVN-Commit-Repository: ports 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.27 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: Thu, 26 Jul 2018 04:30:23 -0000 Author: fluffy Date: Thu Jul 26 04:30:22 2018 New Revision: 475346 URL: https://svnweb.freebsd.org/changeset/ports/475346 Log: - Unbreak configure/build on FreeBSD-11.2+ by apply auroreconf + libtoolize PR: 229645 Submitted by: fluffy Approved by: maintainer timeout (2 weeks) Modified: head/net-mgmt/dhcdrop/Makefile Modified: head/net-mgmt/dhcdrop/Makefile ============================================================================== --- head/net-mgmt/dhcdrop/Makefile Thu Jul 26 04:21:47 2018 (r475345) +++ head/net-mgmt/dhcdrop/Makefile Thu Jul 26 04:30:22 2018 (r475346) @@ -3,7 +3,7 @@ PORTNAME= dhcdrop PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/ @@ -12,7 +12,7 @@ COMMENT= Tool for searching and suppressing false DHCP LICENSE= GPLv2 -USES= tar:bzip2 +USES= autoreconf libtool tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes