From owner-cvs-all@FreeBSD.ORG Mon Jun 18 05:47:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5816E16A400; Mon, 18 Jun 2007 05:47:27 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2FA13C447; Mon, 18 Jun 2007 05:47:27 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5I5lRsP054734; Mon, 18 Jun 2007 05:47:27 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5I5lRnZ054724; Mon, 18 Jun 2007 05:47:27 GMT (envelope-from mezz) Message-Id: <200706180547.l5I5lRnZ054724@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 18 Jun 2007 05:47:27 +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/multimedia/tovid Makefile pkg-descr 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, 18 Jun 2007 05:47:27 -0000 mezz 2007-06-18 05:47:26 UTC FreeBSD ports repository Modified files: multimedia/tovid Makefile pkg-descr pkg-plist Log: - Fix complete on [BUILD|RUN]_DEPENDS by follow tovid-init and http://tovid.wikia.com/wiki/Tovid_dependencies . I am following the order of dependencies in tovid-init to make it easier to be follow in the next update. - Add INSTALLS_ICONS=yes. - Fix the MAN1. - Remove post-build and post-install, these are not need. - Update the WWW. - Fix the plist. [1] - A bit misc of clean up in pkg-descr and Makefile to make readable. - Bump the PORTREVISION. Reported by: krismail [1] Revision Changes Path 1.17 +19 -55 ports/multimedia/tovid/Makefile 1.2 +1 -5 ports/multimedia/tovid/pkg-descr 1.4 +91 -83 ports/multimedia/tovid/pkg-plist