Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 11:47:12 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
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
Message-ID:  <201509271147.t8RBlCv0050947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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))
              {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509271147.t8RBlCv0050947>