From owner-cvs-ports@FreeBSD.ORG Sun Jun 25 13:17:29 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B8416A400; Sun, 25 Jun 2006 13:17:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1AE343D67; Sun, 25 Jun 2006 13:17:25 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5PDHPp4022246; Sun, 25 Jun 2006 13:17:25 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5PDHPeM022245; Sun, 25 Jun 2006 13:17:25 GMT (envelope-from itetcu) Message-Id: <200606251317.k5PDHPeM022245@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 25 Jun 2006 13:17:25 +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/audio/mt-daapd Makefile pkg-deinstall pkg-install pkg-plist ports/audio/mt-daapd/files mt-daapd.conf mt-daapd.conf.in mt-daapd.sh mt-daapd.sh.in pkg-deinstall.in pkg-install.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 13:17:29 -0000 itetcu 2006-06-25 13:17:25 UTC FreeBSD ports repository Modified files: audio/mt-daapd Makefile pkg-plist Added files: audio/mt-daapd/files mt-daapd.conf.in mt-daapd.sh.in pkg-deinstall.in pkg-install.in Removed files: audio/mt-daapd pkg-deinstall pkg-install audio/mt-daapd/files mt-daapd.conf mt-daapd.sh Log: - Update to 0.2.4 - convert to USE_RC_SUBR - make sure thread libs are detected/used correctly on all OSVERSIONs - change default database directory to /var/db/mt-daapd. - change default mp3 dir to ${PREFIX}/share/mt-daap - tell users whatvariables to they can set to customize their installation - move pkg-deinstall, pkg-install and files/mt-daapd.conf in FILESDIR to be able to respect user choices. - portlint PR: ports/95190 reworked extensively by me Submitted by: Alexander Botero-Lowry (now maintianer) Revision Changes Path 1.8 +29 -26 ports/audio/mt-daapd/Makefile 1.3 +0 -141 ports/audio/mt-daapd/files/mt-daapd.conf (dead) 1.1 +141 -0 ports/audio/mt-daapd/files/mt-daapd.conf.in (new) 1.2 +0 -24 ports/audio/mt-daapd/files/mt-daapd.sh (dead) 1.1 +21 -0 ports/audio/mt-daapd/files/mt-daapd.sh.in (new) 1.1 +28 -0 ports/audio/mt-daapd/files/pkg-deinstall.in (new) 1.1 +33 -0 ports/audio/mt-daapd/files/pkg-install.in (new) 1.2 +0 -27 ports/audio/mt-daapd/pkg-deinstall (dead) 1.2 +0 -32 ports/audio/mt-daapd/pkg-install (dead) 1.4 +7 -6 ports/audio/mt-daapd/pkg-plist