Index: Makefile =================================================================== --- Makefile (revision 427334) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libssh2 -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ @@ -26,18 +26,17 @@ TRACE_DESC= Enable debug packet traces TRACE_CONFIGURE_ENABLE= debug GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt -GCRYPT_CONFIGURE_ON= --with-libgcrypt --without-openssl -GCRYPT_CONFIGURE_OFF= --without-libgcrypt --with-openssl +GCRYPT_CONFIGURE_ON= --with-libgcrypt +GCRYPT_CONFIGURE_OFF= --with-openssl GCRYPT_CPPFLAGS= -I${LOCALBASE}/include GCRYPT_LIBS= -L${LOCALBASE}/lib -GCRYPT_USE_OFF= openssl=yes +GCRYPT_USES_OFF= ssl ZLIB_CONFIGURE_WITH= libz - .include post-patch: - @${REINPLACE_CMD} -e '/Libs:/s/@LDFLAGS@//' -e '/Libs:/s/@LIBS@//' \ + @${REINPLACE_CMD} -e '/Libs:/s/@LIBS@//' \ ${WRKSRC}/libssh2.pc.in .if ! ${PORT_OPTIONS:MGCRYPT} . if ${SSL_DEFAULT} == base Index: distinfo =================================================================== --- distinfo (revision 427334) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (libssh2-1.7.0.tar.gz) = e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584 -SIZE (libssh2-1.7.0.tar.gz) = 811714 +TIMESTAMP = 1479341225 +SHA256 (libssh2-1.8.0.tar.gz) = 39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4 +SIZE (libssh2-1.8.0.tar.gz) = 854916 Index: files/patch-configure =================================================================== --- files/patch-configure (nonexistent) +++ files/patch-configure (working copy) @@ -0,0 +1,15 @@ +--- configure.orig 2016-11-28 18:30:51 UTC ++++ configure +@@ -14250,9 +14250,9 @@ if test "${with_libgcrypt+set}" = set; t + + old_LDFLAGS=$LDFLAGS + old_CFLAGS=$CFLAGS +- if test -n "$use_libgcrypt" && test "$use_libgcrypt" != "no"; then +- LDFLAGS="$LDFLAGS -L$use_libgcrypt/lib" +- CFLAGS="$CFLAGS -I$use_libgcrypt/include" ++ if test -n "$with_libgcrypt_prefix" && test "$with_libgcrypt_prefix" != "no"; then ++ LDFLAGS="$LDFLAGS -L$with_libgcrypt_prefix/lib" ++ CFLAGS="$CFLAGS -I$with_libgcrypt_prefix/include" + fi + + Property changes on: files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property