From owner-svn-ports-all@freebsd.org Thu Feb 11 09:41:46 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD84E5417EB; Thu, 11 Feb 2021 09:41:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dbs8p4bmhz3Ftn; Thu, 11 Feb 2021 09:41:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90D5B6B38; Thu, 11 Feb 2021 09:41:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11B9fkJT041751; Thu, 11 Feb 2021 09:41:46 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11B9fjpc041748; Thu, 11 Feb 2021 09:41:45 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202102110941.11B9fjpc041748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 11 Feb 2021 09:41:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564933 - in head/ftp/weex: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/ftp/weex: . files X-SVN-Commit-Revision: 564933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2021 09:41:46 -0000 Author: ehaupt Date: Thu Feb 11 09:41:45 2021 New Revision: 564933 URL: https://svnweb.freebsd.org/changeset/ports/564933 Log: Update to 2.8.3 Modified: head/ftp/weex/Makefile head/ftp/weex/distinfo head/ftp/weex/files/patch-Makefile.am head/ftp/weex/files/patch-configure.in Modified: head/ftp/weex/Makefile ============================================================================== --- head/ftp/weex/Makefile Thu Feb 11 08:07:33 2021 (r564932) +++ head/ftp/weex/Makefile Thu Feb 11 09:41:45 2021 (r564933) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= weex -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= ftp MASTER_SITES= SF/weex/weex DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +13,7 @@ COMMENT= Non-interactive FTP client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING -USES= autoreconf gmake ssl gettext-tools +USES= autoreconf gettext-tools gmake ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -25,8 +24,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= EXAMPLES NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls post-patch: @${RM} -r ${WRKSRC}/intl Modified: head/ftp/weex/distinfo ============================================================================== --- head/ftp/weex/distinfo Thu Feb 11 08:07:33 2021 (r564932) +++ head/ftp/weex/distinfo Thu Feb 11 09:41:45 2021 (r564933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481118411 -SHA256 (weex_2.8.2.tar.gz) = ed06ae375060e0c5fb1a428cae64d223f653fa918933acaa5a21332b613027c7 -SIZE (weex_2.8.2.tar.gz) = 319263 +TIMESTAMP = 1613031911 +SHA256 (weex_2.8.3.tar.gz) = 72a586ab471ad9c82f7529ae17684e257539f219a75c198a12aa832870e11603 +SIZE (weex_2.8.3.tar.gz) = 319900 Modified: head/ftp/weex/files/patch-Makefile.am ============================================================================== --- head/ftp/weex/files/patch-Makefile.am Thu Feb 11 08:07:33 2021 (r564932) +++ head/ftp/weex/files/patch-Makefile.am Thu Feb 11 09:41:45 2021 (r564933) @@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS=foreign -SUBDIRS=po intl src doc man debian -+SUBDIRS=po src doc man debian ++SUBDIRS=po src doc man EXTRA_DIST=weex-2.6.1.spec Modified: head/ftp/weex/files/patch-configure.in ============================================================================== --- head/ftp/weex/files/patch-configure.in Thu Feb 11 08:07:33 2021 (r564932) +++ head/ftp/weex/files/patch-configure.in Thu Feb 11 09:41:45 2021 (r564933) @@ -1,4 +1,4 @@ ---- configure.in.orig 2014-09-19 21:34:27 UTC +--- configure.in.orig 2017-02-08 14:01:12 UTC +++ configure.in @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. @@ -22,9 +22,9 @@ AC_CHECK_LIB(socket,socket) AC_CHECK_LIB(nsl,gethostbyname) AC_CHECK_LIB([crypto],[CRYPTO_new_ex_data], -- AC_CHECK_LIB([ssl],[SSL_library_init], -+ AC_CHECK_LIB([ssl],[SSL_new], - [LIBS="$LIBS -lssl -lcrypto"; CFLAGS="$CFLAGS -DUSE_SSL=1"], []) +- AC_CHECK_LIB([ssl],[OPENSSL_init_ssl], ++ AC_CHECK_LIB([ssl],[SSL_new], + [LIBS="$LIBS -lssl -lcrypto"; CFLAGS="$CFLAGS -DUSE_SSL=1"], AC_MSG_ERROR([OpenSSL is not installed])) ) @@ -79,5 +80,5 @@ if test x$CC = xgcc; then