Date: Fri, 4 Jan 2013 10:47:28 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309925 - in head/dns: bind96 bind97 bind98 bind99 Message-ID: <201301041047.r04AlSX4009458@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Fri Jan 4 10:47:28 2013 New Revision: 309925 URL: http://svnweb.freebsd.org/changeset/ports/309925 Log: Add LICENSE. Modified: head/dns/bind96/Makefile head/dns/bind97/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Fri Jan 4 10:39:41 2013 (r309924) +++ head/dns/bind96/Makefile Fri Jan 4 10:47:28 2013 (r309925) @@ -10,6 +10,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and threads +LICENSE= ISCL + # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.6-ESV-R8 Modified: head/dns/bind97/Makefile ============================================================================== --- head/dns/bind97/Makefile Fri Jan 4 10:39:41 2013 (r309924) +++ head/dns/bind97/Makefile Fri Jan 4 10:47:28 2013 (r309925) @@ -11,6 +11,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT?= BIND DNS suite with updated DNSSEC and threads +LICENSE= ISCL + # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.7.7 Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Fri Jan 4 10:39:41 2013 (r309924) +++ head/dns/bind98/Makefile Fri Jan 4 10:47:28 2013 (r309925) @@ -10,6 +10,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 +LICENSE= ISCL + # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.8.4-P1 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Jan 4 10:39:41 2013 (r309924) +++ head/dns/bind99/Makefile Fri Jan 4 10:47:28 2013 (r309925) @@ -10,6 +10,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 +LICENSE= ISCL + # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.9.2-P1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301041047.r04AlSX4009458>