diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-02-28 18:47:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-02-28 18:47:28 +0000 |
commit | f8eead936c09b69171b6fdb83823ed3d9973b5af (patch) | |
tree | 9b08da7580055e3acdd67f8bea64e64fa52b40d9 /sysutils/potnet/Makefile | |
parent | 10464a2cbffe83e5104736e97ab55203d70edfae (diff) | |
download | ports-f8eead936c09b69171b6fdb83823ed3d9973b5af.tar.gz ports-f8eead936c09b69171b6fdb83823ed3d9973b5af.zip |
Notes
Diffstat (limited to 'sysutils/potnet/Makefile')
-rw-r--r-- | sysutils/potnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 849505330445..751a38d128dc 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -2,7 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org @@ -41,7 +41,7 @@ CARGO_CRATES= aho-corasick-0.6.9 \ humantime-1.1.1 \ itoa-0.4.3 \ lazy_static-1.1.0 \ - libc-0.2.43 \ + libc-0.2.49 \ log-0.4.6 \ memchr-2.1.1 \ proc-macro2-0.4.20 \ |