From owner-svn-ports-all@freebsd.org Sat Sep 14 16:04:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 625A2F89CE; Sat, 14 Sep 2019 16:04:41 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Vy4n1vSLz48W3; Sat, 14 Sep 2019 16:04:41 +0000 (UTC) (envelope-from jgh@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 2475E2225E; Sat, 14 Sep 2019 16:04:41 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8EG4fa5030552; Sat, 14 Sep 2019 16:04:41 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8EG4eoD030550; Sat, 14 Sep 2019 16:04:40 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201909141604.x8EG4eoD030550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Sat, 14 Sep 2019 16:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512032 - head/security/passivedns X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: head/security/passivedns X-SVN-Commit-Revision: 512032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2019 16:04:41 -0000 Author: jgh Date: Sat Sep 14 16:04:40 2019 New Revision: 512032 URL: https://svnweb.freebsd.org/changeset/ports/512032 Log: - update to 1.2.1.10 - pet portlint on USES PR: 240034 (based on) Submitted by: lytboris@gmail.com Approved by: shadowbq@gmail.com (maintainer timeout) Modified: head/security/passivedns/Makefile head/security/passivedns/distinfo Modified: head/security/passivedns/Makefile ============================================================================== --- head/security/passivedns/Makefile Sat Sep 14 16:02:32 2019 (r512031) +++ head/security/passivedns/Makefile Sat Sep 14 16:04:40 2019 (r512032) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= passivedns -DISTVERSION= 1.1.3-60 -PORTREVISION= 2 -DISTVERSIONSUFFIX= -ga6c7e26 +DISTVERSION= 1.2.1-10 +DISTVERSIONSUFFIX= -ge126cbb CATEGORIES= security MAINTAINER= shadowbq@gmail.com @@ -13,12 +12,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libldns.so:dns/ldns +USES= autoreconf gmake libtool + USE_GITHUB= yes GH_ACCOUNT= gamelinux SUB_FILES= pkg-message -USES= autoreconf gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \ --with-ldns-libraries=${LOCALBASE}/lib Modified: head/security/passivedns/distinfo ============================================================================== --- head/security/passivedns/distinfo Sat Sep 14 16:02:32 2019 (r512031) +++ head/security/passivedns/distinfo Sat Sep 14 16:04:40 2019 (r512032) @@ -1,2 +1,3 @@ -SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26_GH0.tar.gz) = 5750fdcab31494ba3bede9a7c08a0b6c87f82d62bc3ae8fe4ddb708d83e38da2 -SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26_GH0.tar.gz) = 51332 +TIMESTAMP = 1568131956 +SHA256 (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 2c10ea343d460162f484cc3e1bdcbe42a18a6319c76e586e2c385bd01b0499a2 +SIZE (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 55118