Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 14:46:37 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563412 - head/security/afterglow
Message-ID:  <202101301446.10UEkbsP090387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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