svn commit: r505007 - head/security/afl

Tobias Kortkamp tobik at FreeBSD.org
Mon Jun 24 06:50:21 UTC 2019


Author: tobik
Date: Mon Jun 24 06:50:19 2019
New Revision: 505007
URL: https://svnweb.freebsd.org/changeset/ports/505007

Log:
  security/afl: Fix plist order too

Modified:
  head/security/afl/pkg-plist

Modified: head/security/afl/pkg-plist
==============================================================================
--- head/security/afl/pkg-plist	Mon Jun 24 06:42:10 2019	(r505006)
+++ head/security/afl/pkg-plist	Mon Jun 24 06:50:19 2019	(r505007)
@@ -3,10 +3,6 @@ bin/afl-clang
 bin/afl-clang++
 %%LLVM%%bin/afl-clang-fast
 %%LLVM%%bin/afl-clang-fast++
-%%LLVM%%lib/afl/afl-llvm-pass.so
-%%LLVM%%lib/afl/afl-llvm-rt.o
-%%LLVM%%lib/afl/afl-llvm-rt-32.o
-%%LLVM%%lib/afl/afl-llvm-rt-64.o
 bin/afl-cmin
 bin/afl-fuzz
 bin/afl-g++
@@ -17,21 +13,14 @@ bin/afl-showmap
 bin/afl-tmin
 bin/afl-whatsup
 lib/afl/afl-as
+%%LLVM%%lib/afl/afl-llvm-pass.so
+%%LLVM%%lib/afl/afl-llvm-rt-32.o
+%%LLVM%%lib/afl/afl-llvm-rt-64.o
+%%LLVM%%lib/afl/afl-llvm-rt.o
 lib/afl/as
 lib/afl/libdislocator.so
 %%DATADIR%%/README.dictionaries
 %%DATADIR%%/README.testcases
-%%DATADIR%%/gif.dict
-%%DATADIR%%/html_tags.dict
-%%DATADIR%%/jpeg.dict
-%%DATADIR%%/js.dict
-%%DATADIR%%/json.dict
-%%DATADIR%%/pdf.dict
-%%DATADIR%%/png.dict
-%%DATADIR%%/sql.dict
-%%DATADIR%%/tiff.dict
-%%DATADIR%%/webp.dict
-%%DATADIR%%/xml.dict
 %%DATADIR%%/archives/common/ar/small_archive.a
 %%DATADIR%%/archives/common/bzip2/small_archive.bz2
 %%DATADIR%%/archives/common/cab/small_archive.cab
@@ -50,6 +39,8 @@ lib/afl/libdislocator.so
 %%DATADIR%%/archives/exotic/lzma/small_archive.lzma
 %%DATADIR%%/archives/exotic/rzip/small_archive.rz
 %%DATADIR%%/archives/exotic/zoo/small_archive.zoo
+%%DATADIR%%/gif.dict
+%%DATADIR%%/html_tags.dict
 %%DATADIR%%/images/bmp/not_kitty.bmp
 %%DATADIR%%/images/gif/not_kitty.gif
 %%DATADIR%%/images/ico/not_kitty.ico
@@ -62,6 +53,9 @@ lib/afl/libdislocator.so
 %%DATADIR%%/images/png/not_kitty_icc.png
 %%DATADIR%%/images/tiff/not_kitty.tiff
 %%DATADIR%%/images/webp/not_kitty.webp
+%%DATADIR%%/jpeg.dict
+%%DATADIR%%/js.dict
+%%DATADIR%%/json.dict
 %%DATADIR%%/multimedia/h264/small_movie.mp4
 %%DATADIR%%/others/elf/small_exec.elf
 %%DATADIR%%/others/js/small_script.js
@@ -71,7 +65,14 @@ lib/afl/libdislocator.so
 %%DATADIR%%/others/sql/simple_queries.sql
 %%DATADIR%%/others/text/hello_world.txt
 %%DATADIR%%/others/xml/small_document.xml
+%%DATADIR%%/pdf.dict
+%%DATADIR%%/png.dict
+%%DATADIR%%/sql.dict
+%%DATADIR%%/tiff.dict
+%%DATADIR%%/webp.dict
+%%DATADIR%%/xml.dict
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/QuickStartGuide.txt
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/README.dislocator
 %%LLVM%%%%PORTDOCS%%%%DOCSDIR%%/README.llvm
@@ -84,4 +85,3 @@ lib/afl/libdislocator.so
 %%PORTDOCS%%%%DOCSDIR%%/sister_projects.txt
 %%PORTDOCS%%%%DOCSDIR%%/status_screen.txt
 %%PORTDOCS%%%%DOCSDIR%%/technical_details.txt
-%%PORTDOCS%%%%DOCSDIR%%/QuickStartGuide.txt


More information about the svn-ports-all mailing list