svn commit: r469705 - head/devel/kronosnet
Vanilla I. Shu
vanilla at FreeBSD.org
Sat May 12 03:27:00 UTC 2018
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
More information about the svn-ports-all
mailing list