diff options
author | daichi <daichi@FreeBSD.org> | 2003-09-26 14:35:23 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-09-26 14:35:23 +0800 |
commit | 6daf8fe50d2a2ae2f251d977fdced3a76ece2271 (patch) | |
tree | a8ecc4c2e8933c7820f08765e61ad51e1dfb07d1 /dns | |
parent | 592f0e713c1bfe28a0ff3cdfc90c0b31b3379b63 (diff) | |
download | freebsd-ports-gnome-6daf8fe50d2a2ae2f251d977fdced3a76ece2271.tar.gz freebsd-ports-gnome-6daf8fe50d2a2ae2f251d977fdced3a76ece2271.tar.zst freebsd-ports-gnome-6daf8fe50d2a2ae2f251d977fdced3a76ece2271.zip |
update: dns/bind9-sdb-mysql
- Use bind 9.2.2-P3 to support delegation-only
PR: 57166
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-sdb-mysql/Makefile | 3 | ||||
-rw-r--r-- | dns/bind9-sdb-mysql/distinfo | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind9-sdb-mysql/Makefile b/dns/bind9-sdb-mysql/Makefile index 8021941bdcd9..c973326a05f5 100644 --- a/dns/bind9-sdb-mysql/Makefile +++ b/dns/bind9-sdb-mysql/Makefile @@ -7,6 +7,7 @@ PORTNAME= bind9 PORTVERSION= 9.2.2 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -23,7 +24,7 @@ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= BIND DNS 9 server which supports a MySQL backend # ISC releases things like 9.2.2rc1, which our versioning doesn't like -ISCVERSION= 9.2.2 +ISCVERSION= 9.2.2-P3 USE_MYSQL= YES USE_REINPLACE= YES diff --git a/dns/bind9-sdb-mysql/distinfo b/dns/bind9-sdb-mysql/distinfo index e567a08bd730..e1dcb7032134 100644 --- a/dns/bind9-sdb-mysql/distinfo +++ b/dns/bind9-sdb-mysql/distinfo @@ -1,2 +1 @@ -MD5 (bind-9.2.2.tar.gz) = 6ea7d64a0856893ab3eb541ab7bbc725 -MD5 (bind-9.2.2-mysql.patch) = dca1f666d891ce36c77564bbf7eaeeb4 +MD5 (bind-9.2.2-P3.tar.gz) = bb2097d4632991d2cc6d8db8aaf8e5d3 |