Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 12:28:09 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307648 - in head/dns: . ldns py-ldns
Message-ID:  <201211221228.qAMCS9Cx075604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Nov 22 12:28:09 2012
New Revision: 307648
URL: http://svnweb.freebsd.org/changeset/ports/307648

Log:
  - Add dns/py-ldns, a stub port of dns/ldns with python bindings enabled. This
    is required for the upcoming dns/sshfp update
  - Register CONFLICTS and PKGNAMEPREFIX in dns/ldns
  
  Feature safe:	yes

Added:
  head/dns/py-ldns/
  head/dns/py-ldns/Makefile   (contents, props changed)
Modified:
  head/dns/Makefile
  head/dns/ldns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Thu Nov 22 12:27:50 2012	(r307647)
+++ head/dns/Makefile	Thu Nov 22 12:28:09 2012	(r307648)
@@ -137,6 +137,7 @@
     SUBDIR += py-dnspython
     SUBDIR += py-easyzone
     SUBDIR += py-idnkit2
+    SUBDIR += py-ldns
     SUBDIR += py-namebench
     SUBDIR += py-publicsuffix
     SUBDIR += py-twistedNames

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Thu Nov 22 12:27:50 2012	(r307647)
+++ head/dns/ldns/Makefile	Thu Nov 22 12:28:09 2012	(r307648)
@@ -29,6 +29,10 @@ PYLDNS_DESC=	${PYTHON_DESC}
 
 .if ${PORT_OPTIONS:MPYLDNS}
 USE_PYTHON=	yes
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+CONFLICTS=	ldns-[0-9]*
+.else
+CONFLICTS=	py*-ldns-[0-9]*
 .endif
 
 ALL_TARGET=	all

Added: head/dns/py-ldns/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py-ldns/Makefile	Thu Nov 22 12:28:09 2012	(r307648)
@@ -0,0 +1,8 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../../dns/ldns
+
+WITH_PYLDNS=	yes
+
+.include "${MASTERDIR}/Makefile"



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