From owner-svn-ports-head@freebsd.org Sun Sep 27 11:47:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 163379D09BF; Sun, 27 Sep 2015 11:47:13 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.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 E146725D; Sun, 27 Sep 2015 11:47:12 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8RBlC2U050949; Sun, 27 Sep 2015 11:47:12 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8RBlCv0050947; Sun, 27 Sep 2015 11:47:12 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201509271147.t8RBlCv0050947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 27 Sep 2015 11:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398039 - in head/mail/postfix-policyd-weight: . 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: Sun, 27 Sep 2015 11:47:13 -0000 Author: ohauer Date: Sun Sep 27 11:47:11 2015 New Revision: 398039 URL: https://svnweb.freebsd.org/changeset/ports/398039 Log: - fix with latest NET::DNS - re-assign Maintainer to ports@ (I do no longer use this port) PR: 201753 Submitted by: Patrik Hildingsson, pi@ Modified: head/mail/postfix-policyd-weight/Makefile head/mail/postfix-policyd-weight/files/patch-policyd-weight Modified: head/mail/postfix-policyd-weight/Makefile ============================================================================== --- head/mail/postfix-policyd-weight/Makefile Sun Sep 27 11:38:08 2015 (r398038) +++ head/mail/postfix-policyd-weight/Makefile Sun Sep 27 11:47:11 2015 (r398039) @@ -3,13 +3,13 @@ PORTNAME= policyd-weight PORTVERSION= 0.1.15.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://www.policyd-weight.org/releases/ \ LOCAL/ohauer PKGNAMEPREFIX= postfix- -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Weighted policy daemon for postfix LICENSE= GPLv2 Modified: head/mail/postfix-policyd-weight/files/patch-policyd-weight ============================================================================== --- head/mail/postfix-policyd-weight/files/patch-policyd-weight Sun Sep 27 11:38:08 2015 (r398038) +++ head/mail/postfix-policyd-weight/files/patch-policyd-weight Sun Sep 27 11:47:11 2015 (r398039) @@ -1,4 +1,4 @@ ---- policyd-weight.orig 2011-09-03 13:55:02 UTC +--- policyd-weight.orig 2015-09-27 11:41:56 UTC +++ policyd-weight @@ -320,7 +320,7 @@ $SIG{__DIE__} = sub { @@ -139,7 +139,7 @@ unpack('n n n n n n a*', $buf); - my ($dn, $offset) = dn_expand(\$qb, 0); -+ my ($dn, $offset) = Net::DNS::Packet::dn_expand(\$qb, 0); ++ my ($dn, $offset) = decode Net::DNS::DomainName(\$qb, 0); if(($id && $anc) && ($id == $oid) && ($query eq $dn)) {