From owner-cvs-all@FreeBSD.ORG Mon Sep 12 03:18:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBE316A41F; Mon, 12 Sep 2005 03:18:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FD043D53; Mon, 12 Sep 2005 03:18:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C3IGgH099838; Mon, 12 Sep 2005 03:18:16 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C3IGHV099837; Mon, 12 Sep 2005 03:18:16 GMT (envelope-from dougb) Message-Id: <200509120318.j8C3IGHV099837@repoman.freebsd.org> From: Doug Barton Date: Mon, 12 Sep 2005 03:18:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/fpdns Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 03:18:17 -0000 dougb 2005-09-12 03:18:16 UTC FreeBSD ports repository Modified files: dns/fpdns Makefile distinfo Added files: dns/fpdns pkg-plist Log: Take over maintainership, approved by edwin (old maintainer). Update to the latest, 0.9.3. This version moves to a more typical Perl-style Makefile.PL structure, and splits the functionality into a library and a binary. This necessitates changes to the port structure, including re-adding the pkg-plist file. While I'm here, make portlint happy with the IGNORE statement. Revision Changes Path 1.4 +13 -18 ports/dns/fpdns/Makefile 1.3 +4 -4 ports/dns/fpdns/distinfo 1.3 +4 -0 ports/dns/fpdns/pkg-plist (new)