From owner-svn-ports-all@FreeBSD.ORG Tue Aug 7 22:22:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 207B11065674; Tue, 7 Aug 2012 22:22:12 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0AFE58FC0C; Tue, 7 Aug 2012 22:22:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q77MMBAM011977; Tue, 7 Aug 2012 22:22:11 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q77MMBUN011972; Tue, 7 Aug 2012 22:22:11 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201208072222.q77MMBUN011972@svn.freebsd.org> From: Matthias Andree Date: Tue, 7 Aug 2012 22:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302262 - in head/dns: . dnsmasq dnsmasq-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 22:22:12 -0000 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