Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 20:33:07 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 723b9b77fca6 - main - misc/shared-mime-info: Unbreak this port after e497a16a286972bfcab908209b11ee6a13d99dc9
Message-ID:  <202107242033.16OKX7Kq008998@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=723b9b77fca6ff3f4f3413c902eec00cd0be36f7

commit 723b9b77fca6ff3f4f3413c902eec00cd0be36f7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-24 20:23:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-24 20:23:59 +0000

    misc/shared-mime-info: Unbreak this port after e497a16a286972bfcab908209b11ee6a13d99dc9
    
    ===>  Building package for shared-mime-info-2.0
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    pkg-static: Use of '@unexec' is deprecated: Use @preunexec/@postunexec instead
    *** Error code 1
    
    Stop.
    make: stopped in /usr/ports/misc/shared-mime-info
    
    Approved by:    portmgr (blanket)
---
 misc/shared-mime-info/pkg-plist | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/misc/shared-mime-info/pkg-plist b/misc/shared-mime-info/pkg-plist
index efe52724b289..0026c0d3c9d8 100644
--- a/misc/shared-mime-info/pkg-plist
+++ b/misc/shared-mime-info/pkg-plist
@@ -91,15 +91,15 @@ share/mime/packages/freedesktop.org.xml
 @rmtry share/mime/treemagic
 @rmtry share/mime/types
 @rmtry share/mime/version
-@unexec rm -fr %D/share/mime/x-epoc 2>/dev/null || true
-@unexec rm -fr %D/share/mime/x-content 2>/dev/null || true
-@unexec rm -fr %D/share/mime/video 2>/dev/null || true
-@unexec rm -fr %D/share/mime/text 2>/dev/null || true
-@unexec rm -fr %D/share/mime/multipart 2>/dev/null || true
-@unexec rm -fr %D/share/mime/model 2>/dev/null || true
-@unexec rm -fr %D/share/mime/message 2>/dev/null || true
-@unexec rm -fr %D/share/mime/inode 2>/dev/null || true
-@unexec rm -fr %D/share/mime/image 2>/dev/null || true
-@unexec rm -fr %D/share/mime/font 2>/dev/null || true
-@unexec rm -fr %D/share/mime/audio 2>/dev/null || true
-@unexec rm -fr %D/share/mime/application 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/x-epoc 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/x-content 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/video 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/text 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/multipart 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/model 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/message 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/inode 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/image 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/font 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/audio 2>/dev/null || true
+@postunexec rm -fr %D/share/mime/application 2>/dev/null || true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107242033.16OKX7Kq008998>