ports/148887: [PATCH] dns/opendnssec: [SUMMARIZE CHANGES]

Jaap Akkerhuis jaap at NLnetLabs.nl
Mon Jul 26 19:30:08 UTC 2010


The following reply was made to PR ports/148887; it has been noted by GNATS.

From: Jaap Akkerhuis <jaap at NLnetLabs.nl>
To: bug-followup at FreeBSD.ORG
Cc:  
Subject: Re: ports/148887: [PATCH] dns/opendnssec: [SUMMARIZE CHANGES] 
Date: Mon, 26 Jul 2010 21:26:00 +0200

     Maintainer of dns/opendnssec,
     
     Please note that PR ports/148887 has just been submitted.
     
     If it contains a patch for an upgrade, an enhancement or a bug fix
     you agree on, reply to this email stating that you approve the patch
     and a committer will take care of it.
     
     The full text of the PR can be found at:
         http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148887
 
 In principle this change is fine (especially since rubygem-dnsruby-1.48
 is comitted today). Note that it is only a new version of the port
 itself. Therefore, we need to use PORTVERSION as is done in the
 patch below. I tested that patch and advise to replace the original
 patch by this one (it is only one line extra).
 
 	jaap
 
 
 diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/opendnssec.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/opendnssec/Makefile
 --- /space/portstrees/AFreeBSD/ports/dns/opendnssec.orig/Makefile        2010-07-26 21:03:40.000000000 +0200
 +++ /space/portstrees/AFreeBSD/ports/dns/opendnssec/Makefile     2010-07-25 11:42:12.000000000 +0200
 @@ -2,11 +2,12 @@
  # Date created:        28 December 2009
  # Whom:                Jaap Akkerhuis <jaap at NLnetLabs.nl>
  #
 -# $FreeBSD: ports/dns/opendnssec/Makefile,v 1.4 2010/07/11 13:34:39 araujo Exp $
 +# $FreeBSD: ports/dns/opendnssec/Makefile,v 1.2 2010/02/11 10:33:58 pav Exp $
  #
  
  PORTNAME=       opendnssec
  PORTVERSION=    1.1.1
 +PORTREVISION=   1
  CATEGORIES=     dns
  MASTER_SITES=   http://www.opendnssec.org/files/source/
  DISTNAME=       ${PORTNAME}-${PORTVERSION}
 @@ -16,7 +17,7 @@
  
  BUILD_DEPENDS=  ldns>=1.6.4:${PORTSDIR}/dns/ldns \
                  ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml \
 -                rubygem-dnsruby>=1.43:${PORTSDIR}/dns/rubygem-dnsruby
 +                rubygem-dnsruby>=1.48:${PORTSDIR}/dns/rubygem-dnsruby
  LIB_DEPENDS=    ldns:${PORTSDIR}/dns/ldns \
                  sqlite3:${PORTSDIR}/databases/sqlite3



More information about the freebsd-ports-bugs mailing list