diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-07 21:54:23 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-07 21:54:23 +0800 |
commit | 22672eaa821a58baa7207e3eb19bb96f26364d3b (patch) | |
tree | 16cef08e75eddc4fbf457dd23d786ae9cc8faa36 /net | |
parent | d6c213f3750cfe6039c4ed4ad6fcf8bcb3d41779 (diff) | |
download | freebsd-ports-gnome-22672eaa821a58baa7207e3eb19bb96f26364d3b.tar.gz freebsd-ports-gnome-22672eaa821a58baa7207e3eb19bb96f26364d3b.tar.zst freebsd-ports-gnome-22672eaa821a58baa7207e3eb19bb96f26364d3b.zip |
- Convert security/libsodium to USES=libtool and bump dependent ports
- Run "make check" from regression-test target
- dns/curvedns: white space fixes
Diffstat (limited to 'net')
-rw-r--r-- | net/libzmq4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libzmq4/Makefile b/net/libzmq4/Makefile index bb0f5741c653..6d417d484537 100644 --- a/net/libzmq4/Makefile +++ b/net/libzmq4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libzmq4 PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} |