Index: head/devel/cjose/Makefile =================================================================== --- head/devel/cjose/Makefile (revision 480087) +++ head/devel/cjose/Makefile (revision 480088) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= cjose -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= devel MAINTAINER= jamie@chair6.net COMMENT= C library implementing Javascript Object Signing & Encryption (JOSE) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:devel/jansson USES= libtool pathfix pkgconfig ssl USE_LDCONFIG= yes INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= cisco GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${OPENSSLBASE} .include Index: head/devel/cjose/distinfo =================================================================== --- head/devel/cjose/distinfo (revision 480087) +++ head/devel/cjose/distinfo (revision 480088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472803526 -SHA256 (cisco-cjose-0.4.1_GH0.tar.gz) = b8077070672d730b2fe638abb9559dea2560297fd9b3fb76018100b1c115015b -SIZE (cisco-cjose-0.4.1_GH0.tar.gz) = 458026 +TIMESTAMP = 1537319052 +SHA256 (cisco-cjose-0.6.1_GH0.tar.gz) = 208eaa0fa616b44a71d8aa155c40b14c7c9d0fa2bb91d1408824520d2fc1b4dd +SIZE (cisco-cjose-0.6.1_GH0.tar.gz) = 1586963 Index: head/devel/cjose/files/patch-include_cjose_util.h =================================================================== --- head/devel/cjose/files/patch-include_cjose_util.h (revision 480087) +++ head/devel/cjose/files/patch-include_cjose_util.h (nonexistent) @@ -1,12 +0,0 @@ ---- include/cjose/util.h.orig 2016-08-04 17:08:47 UTC -+++ include/cjose/util.h -@@ -25,7 +25,9 @@ extern "C" - { - #endif - -+#ifndef LIBRESSL_VERSION_NUMBER - #define CJOSE_OPENSSL_11X OPENSSL_VERSION_NUMBER >= 0x10100005L -+#endif - - /** - * Macro to explicitly mark a parameter unused, and usable across multiple Property changes on: head/devel/cjose/files/patch-include_cjose_util.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property