diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-01-30 14:46:37 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-01-30 14:46:37 +0000 |
commit | 3412e9c377ac8b130995fae43bcf55ffc52d10a2 (patch) | |
tree | 82b60ec774c19453b4cc0654df5c9e431b3d25e2 /security | |
parent | af4fef7553769b5fecf3a7b328612df40ce89b23 (diff) | |
download | ports-3412e9c377ac8b130995fae43bcf55ffc52d10a2.tar.gz ports-3412e9c377ac8b130995fae43bcf55ffc52d10a2.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/afterglow/Makefile | 2 | ||||
-rw-r--r-- | security/afterglow/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index 495199961372..84b8325ec358 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -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} diff --git a/security/afterglow/pkg-descr b/security/afterglow/pkg-descr index d6ff76149a31..f897ebfc8ff5 100644 --- a/security/afterglow/pkg-descr +++ b/security/afterglow/pkg-descr @@ -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/ |