svn commit: r307648 - in head/dns: . ldns py-ldns
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Nov 22 12:28:09 UTC 2012
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 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../../dns/ldns
+
+WITH_PYLDNS= yes
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list