Date: Fri, 8 Apr 2005 16:08:33 +0200 (CEST) From: Ganael LAPLANCHE <ganael.laplanche@martymac.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79681: [PORT UPDATE] net/amule 1.2.8_2 Message-ID: <20050408140833.AA63A1F9@mail.martymac.com> Resent-Message-ID: <200504081410.j38EAAU6019981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79681 >Category: ports >Synopsis: [PORT UPDATE] net/amule 1.2.8_2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 08 14:10:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ganael LAPLANCHE >Release: FreeBSD 5.3-STABLE i386 >Organization: http://contribs.martymac.com >Environment: System: FreeBSD www.martymac.com 5.3-STABLE FreeBSD 5.3-STABLE >Description: Update to pkg_plist to stick to linimon's mail (see error log : http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.5.2005032801/aMule-1.2.8_2.log). Port has recently been marked as broken due to incomplete pkg-plist. Here is the fix. This PR replaces the PR 77448. >How-To-Repeat: >Fix: --------------- Patch starts here --------------- diff -aur amule.old/pkg-plist amule/pkg-plist --- amule.old/pkg-plist Fri Apr 8 15:59:01 2005 +++ amule/pkg-plist Fri Apr 8 15:58:41 2005 @@ -17,6 +17,7 @@ share/gnome/doc/aMule-1.2.8/eMule-Imports-Status share/gnome/doc/aMule-1.2.8/license.txt @dirrm share/gnome/doc/aMule-1.2.8 +@unexec rmdir %D/share/gnome/doc 2>/dev/null || true share/locale/en/LC_MESSAGES/amule.mo share/locale/es/LC_MESSAGES/amule.mo share/locale/de/LC_MESSAGES/amule.mo @@ -25,6 +26,8 @@ share/locale/ko/LC_MESSAGES/amule.mo share/locale/pl/LC_MESSAGES/amule.mo share/locale/ee/LC_MESSAGES/amule.mo +@unexec rmdir %D/share/locale/ee/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/ee 2>/dev/null || true share/locale/ru/LC_MESSAGES/amule.mo share/locale/bg/LC_MESSAGES/amule.mo share/locale/es_MX/LC_MESSAGES/amule.mo --------------- 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?20050408140833.AA63A1F9>