From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 29 23:30:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 179D616A4CE for ; Wed, 29 Dec 2004 23:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF9D43D62 for ; Wed, 29 Dec 2004 23:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTNUQxr027193 for ; Wed, 29 Dec 2004 23:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBTNUQ8Z027192; Wed, 29 Dec 2004 23:30:26 GMT (envelope-from gnats) Resent-Date: Wed, 29 Dec 2004 23:30:26 GMT Resent-Message-Id: <200412292330.iBTNUQ8Z027192@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Dawson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B558716A4CE for ; Wed, 29 Dec 2004 23:28:25 +0000 (GMT) Received: from central.local.mattsnetwork.co.uk (mattsnetwork.co.uk [82.152.151.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F4E43D39 for ; Wed, 29 Dec 2004 23:28:24 +0000 (GMT) (envelope-from matt@mattsnetwork.co.uk) Received: from workstation1.local.mattsnetwork.co.uk (workstation1.local.mattsnetwork.co.uk [192.168.0.148]) (authenticated bits=0)iBTNS3nj013275 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Dec 2004 23:28:04 GMT (envelope-from matt@mattsnetwork.co.uk) Message-Id: <200412292328.03521.matt@mattsnetwork.co.uk> Date: Wed, 29 Dec 2004 23:28:03 +0000 From: Matt Dawson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75640: [Maintainer-update] comms/xlog not cleaning up after itself X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Dawson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 23:30:27 -0000 >Number: 75640 >Category: ports >Synopsis: [Maintainer-update] comms/xlog not cleaning up after itself >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 23:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matt Dawson >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: N/A >Environment: System: FreeBSD workstation1 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #1: Tue Dec 7 21:23:42 GMT 2004 md001@workstation1:/usr/obj/usr/src/sys/WORKSTATION1 i386 >Description: The xlog port does not clean up the mime database after deinstallation due to a missing dependency. >How-To-Repeat: >Fix: Diff attached --- xlog-1.0_1.diff begins here --- diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile --- /usr/ports/comms/xlog/Makefile Thu Dec 23 15:47:26 2004 +++ ./xlog/Makefile Wed Dec 29 17:46:39 2004 @@ -6,12 +6,15 @@ PORTNAME= xlog PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ http://www.qsl.net/pg4i/download/ MAINTAINER= matt@mattsnetwork.co.uk COMMENT= Amateur Radio logging application + +BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info NOT_FOR_ARCHS= alpha diff -ruN /usr/ports/comms/xlog/pkg-plist ./xlog/pkg-plist --- /usr/ports/comms/xlog/pkg-plist Sat Dec 11 04:37:39 2004 +++ ./xlog/pkg-plist Wed Dec 29 17:29:39 2004 @@ -42,3 +42,4 @@ @dirrm share/pixmaps/xlog @exec update-mime-database %D/share/mime @unexec update-mime-database %D/share/mime + --- xlog-1.0_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: