From owner-cvs-all@FreeBSD.ORG Wed Jun 22 18:48:39 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 7D42916A41C; Wed, 22 Jun 2005 18:48:39 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A95543D53; Wed, 22 Jun 2005 18:48:39 +0000 (GMT) (envelope-from flz@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 j5MImd5P062896; Wed, 22 Jun 2005 18:48:39 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5MImdau062895; Wed, 22 Jun 2005 18:48:39 GMT (envelope-from flz) Message-Id: <200506221848.j5MImdau062895@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 22 Jun 2005 18:48:39 +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/ftp/proftpd Makefile pkg-plist ports/ftp/proftpd/files patch-aa patch-sample-configurations_basic.conf proftpd.sh proftpd.sh.in 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: Wed, 22 Jun 2005 18:48:39 -0000 flz 2005-06-22 18:48:39 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile pkg-plist Added files: ftp/proftpd/files patch-sample-configurations_basic.conf proftpd.sh.in Removed files: ftp/proftpd/files patch-aa proftpd.sh Log: - Use USE_RC_SUBR's true force. - Use default do-install target. - Install ftpdctl. - Fix scoreboard issue. - Move proftpd binary from ${PREFIX}/libexec/ to ${PREFIX}/sbin. Approved by: mharo Revision Changes Path 1.75 +12 -52 ports/ftp/proftpd/Makefile 1.6 +0 -60 ports/ftp/proftpd/files/patch-aa (dead) 1.1 +68 -0 ports/ftp/proftpd/files/patch-sample-configurations_basic.conf (new) 1.2 +0 -41 ports/ftp/proftpd/files/proftpd.sh (dead) 1.1 +41 -0 ports/ftp/proftpd/files/proftpd.sh.in (new) 1.13 +7 -4 ports/ftp/proftpd/pkg-plist