Skip to content

Commit d6f03f5

Browse files
committedSep 18, 2017
use library/libevent instead of library/event for pseudo package
1 parent ddf6de4 commit d6f03f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎doc/packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
| file/gnu-coreutils | 8.28 | https://git.savannah.gnu.org/cgit/coreutils.git/refs/tags
3030
| file/gnu-findutils | 4.6.0 | https://ftp.gnu.org/pub/gnu/findutils/
3131
| library/c++/sigcpp | 2.99.9 | https://download.gnome.org/sources/libsigc++/cache.json
32-
| library/event | 2.0.22 | https://github.com/libevent/libevent/releases | Used solely by tmux
32+
| library/libevent | 2.0.22 | https://github.com/libevent/libevent/releases | Used solely by tmux
3333
| library/expat | 2.2.4 | https://sourceforge.net/projects/expat/files/expat
3434
| library/gmp | 6.1.2 | https://gmplib.org/
3535
| library/idnkit | 1.0 | https://jprs.co.jp/idn/index-e.html

‎tools/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ add_target()
8383
terminal/tmux:*)
8484
_ver="`grep '^LIBEVENT_VER=' $build \
8585
| cut -d= -f2`"
86-
targets["library/event"]=$_ver
86+
targets["library/libevent"]=$_ver
8787
;;
8888
# Skip GCC runtime packages.
8989
*gcc-?-runtime:*) return ;;

0 commit comments

Comments
 (0)
Please sign in to comment.