Date: Wed, 2 Oct 2019 09:38:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513563 - head/net/libcapn Message-ID: <201910020938.x929cU35010821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Oct 2 09:38:29 2019 New Revision: 513563 URL: https://svnweb.freebsd.org/changeset/ports/513563 Log: - Add missing USES=ssl - Update WWW Approved by: portmgr blanket Modified: head/net/libcapn/Makefile head/net/libcapn/pkg-descr Modified: head/net/libcapn/Makefile ============================================================================== --- head/net/libcapn/Makefile Wed Oct 2 09:02:05 2019 (r513562) +++ head/net/libcapn/Makefile Wed Oct 2 09:38:29 2019 (r513563) @@ -16,7 +16,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson USE_GITHUB= yes GH_ACCOUNT= adobkin -USES= cmake +USES= cmake ssl USE_LDCONFIG= yes CMAKE_ARGS= -DOS_FREEBSD=yes \ -DCAPN_INSTALL_PATH_PKGCONFIG=${PREFIX}/libdata/pkgconfig Modified: head/net/libcapn/pkg-descr ============================================================================== --- head/net/libcapn/pkg-descr Wed Oct 2 09:02:05 2019 (r513562) +++ head/net/libcapn/pkg-descr Wed Oct 2 09:38:29 2019 (r513563) @@ -2,4 +2,4 @@ libcapn is a C Library to interact with the Apple Push using simple and intuitive API. With the library you can easily send push notifications to iOS and Mac OS X devices. -WWW: http://libcapn.org/ +WWW: https://github.com/adobkin/libcapn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910020938.x929cU35010821>