From owner-svn-ports-head@FreeBSD.ORG Thu Nov 22 12:42:28 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A24DD95A; Thu, 22 Nov 2012 12:42:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 871CF8FC13; Thu, 22 Nov 2012 12:42:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAMCgSXr078287; Thu, 22 Nov 2012 12:42:28 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAMCgSbD078286; Thu, 22 Nov 2012 12:42:28 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211221242.qAMCgSbD078286@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 22 Nov 2012 12:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307650 - head/dns/ldns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 12:42:28 -0000 Author: ehaupt Date: Thu Nov 22 12:42:28 2012 New Revision: 307650 URL: http://svnweb.freebsd.org/changeset/ports/307650 Log: Bump PORTREVISION in order to make the registration of CONFLICTS work. Feature safe: yes Modified: head/dns/ldns/Makefile Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Thu Nov 22 12:30:39 2012 (r307649) +++ head/dns/ldns/Makefile Thu Nov 22 12:42:28 2012 (r307650) @@ -3,7 +3,7 @@ PORTNAME= ldns PORTVERSION= 1.6.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL