From owner-svn-ports-head@freebsd.org Fri Oct 20 22:22:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52316E41AB2; Fri, 20 Oct 2017 22:22:02 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BF036829A; Fri, 20 Oct 2017 22:22:02 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9KMM1dn089391; Fri, 20 Oct 2017 22:22:01 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9KMM1ST089390; Fri, 20 Oct 2017 22:22:01 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201710202222.v9KMM1ST089390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 20 Oct 2017 22:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452565 - head/dns/dualserver X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/dns/dualserver X-SVN-Commit-Revision: 452565 X-SVN-Commit-Repository: ports 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.23 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: Fri, 20 Oct 2017 22:22:02 -0000 Author: rodrigo Date: Fri Oct 20 22:22:01 2017 New Revision: 452565 URL: https://svnweb.freebsd.org/changeset/ports/452565 Log: Deprecate this port with an expiration date the 01/01/2018 Dualserver is a badly done piece of software hard to patch and maintain, offering less features than its competitors (eg. dnsmasq), and suffering from design flaws. Since upgrading to the latest version is a useless task I thik we should consider its deprecation. Please consider to move to dns/dnsmasq. Modified: head/dns/dualserver/Makefile Modified: head/dns/dualserver/Makefile ============================================================================== --- head/dns/dualserver/Makefile Fri Oct 20 21:34:54 2017 (r452564) +++ head/dns/dualserver/Makefile Fri Oct 20 22:22:01 2017 (r452565) @@ -14,6 +14,9 @@ COMMENT= Combined DHCP/DNS server for small LANs LICENSE= GPLv2 +DEPRECATED= Please migrate to dns/dnsmasq. Over the years dualserver becomes unmaintenaible. +EXPIRATION_DATE= 2018-01-01 + USES= dos2unix USE_RC_SUBR= dualserver PLIST_FILES= sbin/dualserver etc/dualserver.conf.sample