Date: Mon, 5 Jun 2006 20:00:44 +0200 From: "Beat Gaetzi" <beat@chruetertee.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98540: [PATCH] german/ding Take maintainership Message-ID: <4461DC3200664519@mail21.bluewin.ch> (added by postmaster@bluewin.ch) Resent-Message-ID: <200606051810.k55IANk4048688@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98540 >Category: ports >Synopsis: [PATCH] german/ding Take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 05 18:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #0: Thu Jun 1 14:17:48 CEST 2006 beat@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386 >Description: - Take maintainership - Replace share/ding with DATADIR in pkg_plist as suggested by portlint(1) >How-To-Repeat: >Fix: --- ding.patch begins here --- diff -Naur dingold/Makefile ding/Makefile --- dingold/Makefile Fri Mar 24 06:44:37 2006 +++ ding/Makefile Mon Jun 5 19:26:25 2006 @@ -10,7 +10,7 @@ CATEGORIES= german tk84 MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beat@chruetertee.ch COMMENT= A German-English dictionary program for X windows/Unix RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ diff -Naur dingold/pkg-plist ding/pkg-plist --- dingold/pkg-plist Thu Jul 14 10:02:35 2005 +++ ding/pkg-plist Mon Jun 5 18:10:58 2006 @@ -1,5 +1,5 @@ bin/ding -share/ding/ding.png -share/ding/ding.desktop -share/ding/de-en.txt +%%DATADIR%%/ding.png +%%DATADIR%%/ding.desktop +%%DATADIR%%/de-en.txt @dirrm share/ding --- ding.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4461DC3200664519>