Date: Sat, 12 May 2018 03:26:59 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469705 - head/devel/kronosnet Message-ID: <201805120326.w4C3QxAp059878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Sat May 12 03:26:59 2018 New Revision: 469705 URL: https://svnweb.freebsd.org/changeset/ports/469705 Log: Add libqb.so's version number, and bump version. PR: 227564 Submitted by: maintainer Modified: head/devel/kronosnet/Makefile Modified: head/devel/kronosnet/Makefile ============================================================================== --- head/devel/kronosnet/Makefile Sat May 12 03:25:48 2018 (r469704) +++ head/devel/kronosnet/Makefile Sat May 12 03:26:59 2018 (r469705) @@ -3,6 +3,7 @@ PORTNAME= kronosnet PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://kronosnet.org/releases/ @@ -15,9 +16,9 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ liblz4.so:archivers/liblz4 \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ - libqb.so:devel/libqb + libqb.so.0:devel/libqb -USES= autoreconf gmake libtool localbase pkgconfig ssl # tar:xz +USES= autoreconf gmake libtool localbase pkgconfig ssl USE_BINUTILS= yes USE_GCC= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805120326.w4C3QxAp059878>