From owner-svn-ports-all@freebsd.org Sat Jan 30 14:46:37 2021 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 EF01C4EEDDC; Sat, 30 Jan 2021 14:46:37 +0000 (UTC) (envelope-from 0mp@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DScV56TWxz4dCH; Sat, 30 Jan 2021 14:46:37 +0000 (UTC) (envelope-from 0mp@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 D15F517710; Sat, 30 Jan 2021 14:46:37 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10UEkbWR090389; Sat, 30 Jan 2021 14:46:37 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10UEkbsP090387; Sat, 30 Jan 2021 14:46:37 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202101301446.10UEkbsP090387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 30 Jan 2021 14:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563412 - head/security/afterglow X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/security/afterglow X-SVN-Commit-Revision: 563412 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.34 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: Sat, 30 Jan 2021 14:46:38 -0000 Author: 0mp Date: Sat Jan 30 14:46:37 2021 New Revision: 563412 URL: https://svnweb.freebsd.org/changeset/ports/563412 Log: Remove unnecessary information from pkg-descr Also, it does not make sense to use placeholders like %%DATADIR%% in pkg-descr. This is the only port with such placeholders in pkg-descr I found in the tree, however. Approved by: portmgr blanket Modified: head/security/afterglow/Makefile head/security/afterglow/pkg-descr Modified: head/security/afterglow/Makefile ============================================================================== --- head/security/afterglow/Makefile Sat Jan 30 14:22:00 2021 (r563411) +++ head/security/afterglow/Makefile Sat Jan 30 14:46:37 2021 (r563412) @@ -3,7 +3,7 @@ PORTNAME= afterglow PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security graphics net-mgmt MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION} Modified: head/security/afterglow/pkg-descr ============================================================================== --- head/security/afterglow/pkg-descr Sat Jan 30 14:22:00 2021 (r563411) +++ head/security/afterglow/pkg-descr Sat Jan 30 14:46:37 2021 (r563412) @@ -1,7 +1,5 @@ AfterGlow is a collection of scripts which facilitate the process of generating event graphs and treemaps. AfterGlow 1.x is written in Perl and generates output that can be read by GraphViz or LGL. -All the scripts and other files for afterglow are installed in -%%DATADIR%% WWW: https://sourceforge.net/projects/afterglow/