From owner-svn-ports-all@freebsd.org Thu Oct 1 03:55:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6CA33F1058; Thu, 1 Oct 2020 03:55:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1zmT5Ywcz4CZq; Thu, 1 Oct 2020 03:55:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3C61AC96; Thu, 1 Oct 2020 03:55:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0913tLLs052701; Thu, 1 Oct 2020 03:55:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0913tLHm052698; Thu, 1 Oct 2020 03:55:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202010010355.0913tLHm052698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 1 Oct 2020 03:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550760 - in head: mail/mailagent net-mgmt/arpwatch X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: mail/mailagent net-mgmt/arpwatch X-SVN-Commit-Revision: 550760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2020 03:55:22 -0000 Author: bapt Date: Thu Oct 1 03:55:21 2020 New Revision: 550760 URL: https://svnweb.freebsd.org/changeset/ports/550760 Log: Backout changes in WIP those crept in in the middle of the gnome update Reported by: leres Modified: head/mail/mailagent/pkg-plist head/net-mgmt/arpwatch/pkg-plist Modified: head/mail/mailagent/pkg-plist ============================================================================== --- head/mail/mailagent/pkg-plist Thu Oct 1 00:44:27 2020 (r550759) +++ head/mail/mailagent/pkg-plist Thu Oct 1 03:55:21 2020 (r550760) @@ -34,8 +34,8 @@ man/man1/edusers.1.gz man/man1/mailagent.1.gz man/man1/mailhelp.1.gz man/man1/package.1.gz -@touch %%ORGFILE%% -@rmempty %%ORGFILE%% +@exec [ -f %%ORGFILE%% ] || touch %%ORGFILE%% || true +@unexec [ -s %%ORGFILE%% ] || rm -f %%ORGFILE%% || true %%EXAMPLESDIR%%/agent/README %%EXAMPLESDIR%%/agent/daemon %%EXAMPLESDIR%%/agent/mailfolders Modified: head/net-mgmt/arpwatch/pkg-plist ============================================================================== --- head/net-mgmt/arpwatch/pkg-plist Thu Oct 1 00:44:27 2020 (r550759) +++ head/net-mgmt/arpwatch/pkg-plist Thu Oct 1 03:55:21 2020 (r550760) @@ -11,6 +11,6 @@ man/man8/arpsnmp.8.gz man/man8/arpwatch.8.gz sbin/arpsnmp sbin/arpwatch -@touch arpwatch/arp.dat -@rmempty arpwatch/arp.dat +@postexec test -f %D/arpwatch/arp.dat || touch %D/arpwatch/arp.dat +@preunexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat @dir(,operator,0755) arpwatch