From owner-cvs-ports@FreeBSD.ORG Mon Nov 10 20:29:35 2003 Return-Path: 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 155EC16A4CE for ; Mon, 10 Nov 2003 20:29:35 -0800 (PST) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409DC43F93 for ; Mon, 10 Nov 2003 20:29:30 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200.101.111.208 (200-101-111-208.bsace705.dsl.brasiltelecom.net.br [200.101.111.208]) by vette.gigo.com (Postfix) with ESMTP id 0956554B4 for ; Mon, 10 Nov 2003 20:28:23 -0800 (PST) Received: (qmail 32055 invoked by uid 1001); 11 Nov 2003 04:14:43 -0000 Message-ID: <20031111041443.32054.qmail@exxodus.fedaykin.here> Received: (qmail 48968 invoked from network); 9 Nov 2003 15:47:34 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 9 Nov 2003 15:47:34 -0000 Received: from pop3.uol.com.br by localhost with POP3 (fetchmail-6.2.5) for lioux-freebsd@localhost (single-drop); Sun, 09 Nov 2003 13:47:12 -0200 (BRST) Received: from peart.uol.com.br (172.26.5.199) by mtauol7.mail.sys.intranet (5.1.071) id 3EDB5C0C02081CC3 for lioux-freebsd@uol.com.br; Sun, 9 Nov 2003 12:47:24 -0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by storm9.uol.com.br (Postfix) with ESMTP id 867F36F7B for ; Sun, 9 Nov 2003 13:47:23 -0200 (BRST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id A046756E2D for ; Sun, 9 Nov 2003 07:47:20 -0800 (PST) (envelope-from owner-ports-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id E8E3616A504; Sun, 9 Nov 2003 07:47:17 -0800 (PST) Delivered-To: lioux@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 34BEB16A4D0; Sun, 9 Nov 2003 07:47:17 -0800 (PST) Delivered-To: ports-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2434D16A4CE; Sun, 9 Nov 2003 07:46:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE0E43FE3; Sun, 9 Nov 2003 07:46:44 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA9FkiXJ002296; Sun, 9 Nov 2003 07:46:44 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA9FkiDt002295; Sun, 9 Nov 2003 07:46:44 -0800 (PST) (envelope-from jeh) From: "James E. Housley" Date: Sun, 9 Nov 2003 07:46:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Sender: owner-ports-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG Subject: cvs commit: ports/misc/pointless Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 04:29:35 -0000 jeh 2003/11/09 07:46:44 PST FreeBSD ports repository Modified files: misc/pointless Makefile pkg-plist Log: Both latex and dvips are included in the print/teTeX port, but are installed from print/latex and print/dvips with the old list of dependencies, thus resulting in the installation of conflicting ports. This update removes those dependencies. Spotted by: Arjan van Leeuwen While doing the update, I noticed a file missing in the plist, so I added that as well and bumped the PORTREVISION. PR: 58863 Submitted By: MAINTAINER Revision Changes Path 1.4 +1 -2 ports/misc/pointless/Makefile 1.3 +1 -0 ports/misc/pointless/pkg-plist