Date: Tue, 7 Aug 2012 22:22:11 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302262 - in head/dns: . dnsmasq dnsmasq-devel Message-ID: <201208072222.q77MMBUN011972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Tue Aug 7 22:22:11 2012 New Revision: 302262 URL: http://svn.freebsd.org/changeset/ports/302262 Log: Add new dnsmasq-devel version, for development/test/release candidate versions. This port is based on dns/dnsmasq 2.62_1,1 and has been updated to 2.63rc2. Description (by Simon Kelley, the upstream maintainer): Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines. Added: head/dns/dnsmasq-devel/ - copied from r302261, head/dns/dnsmasq/ Modified: head/dns/Makefile head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo head/dns/dnsmasq/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Aug 7 20:37:11 2012 (r302261) +++ head/dns/Makefile Tue Aug 7 22:22:11 2012 (r302262) @@ -36,6 +36,7 @@ SUBDIR += dnshijacker SUBDIR += dnsjava SUBDIR += dnsmasq + SUBDIR += dnsmasq-devel SUBDIR += dnsmax-perl SUBDIR += dnsperf SUBDIR += dnsproxy Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Tue Aug 7 20:37:11 2012 (r302261) +++ head/dns/dnsmasq-devel/Makefile Tue Aug 7 22:22:11 2012 (r302262) @@ -1,19 +1,15 @@ # New ports collection makefile for: dnsmasq -# Date created: 1 June 2003 -# Whom: Steven Honson +# Date created: 2012-08-07 +# Whom: Matthias Andree # # $FreeBSD$ # PORTNAME= dnsmasq -DISTVERSION= 2.62 -PORTREVISION= 1 -PORTEPOCH= 1 +DISTVERSION= 2.63rc2 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ - ${MASTER_SITE_LOCAL}/ -#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ -MASTER_SITE_SUBDIR= mandree +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ +PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tar.lzma MAINTAINER= mandree@FreeBSD.org @@ -21,6 +17,10 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 +NO_PACKAGE= Package stable version instead + +CONFLICTS_INSTALL=dnsmasq-2* + MAN8= dnsmasq.8 PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Tue Aug 7 20:37:11 2012 (r302261) +++ head/dns/dnsmasq-devel/distinfo Tue Aug 7 22:22:11 2012 (r302262) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.62.tar.lzma) = c9902bfa2fb3ee32bf782a03f6cd74608e634c19400ed18d169fc73ea386b012 -SIZE (dnsmasq-2.62.tar.lzma) = 375990 +SHA256 (dnsmasq-2.63rc2.tar.lzma) = 2902af6dae6a3a40ae32ddce267f4a5703e68a81d6b62f6339e3430ec6089fb5 +SIZE (dnsmasq-2.63rc2.tar.lzma) = 390770 Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Tue Aug 7 20:37:11 2012 (r302261) +++ head/dns/dnsmasq/Makefile Tue Aug 7 22:22:11 2012 (r302262) @@ -21,6 +21,8 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 +CONFLICTS_INSTALL=dnsmasq-devel-* + MAN8= dnsmasq.8 PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208072222.q77MMBUN011972>