diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-11 09:41:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-11 09:41:45 +0000 |
commit | ea8386247fe9cc331a431a6db8c1aaeceb55b0de (patch) | |
tree | e1c35a385dd4d021b31389ae63d6c1cd5bf0c55e /ftp | |
parent | 9947827b44d891e56ff0d2b02835d37e4077ef7c (diff) | |
download | ports-ea8386247fe9cc331a431a6db8c1aaeceb55b0de.tar.gz ports-ea8386247fe9cc331a431a6db8c1aaeceb55b0de.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/weex/Makefile | 7 | ||||
-rw-r--r-- | ftp/weex/distinfo | 6 | ||||
-rw-r--r-- | ftp/weex/files/patch-Makefile.am | 2 | ||||
-rw-r--r-- | ftp/weex/files/patch-configure.in | 8 |
4 files changed, 11 insertions, 12 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile index db3b21cae311..4275ed47655d 100644 --- a/ftp/weex/Makefile +++ b/ftp/weex/Makefile @@ -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 diff --git a/ftp/weex/distinfo b/ftp/weex/distinfo index 63f6088f6754..9719cab5841f 100644 --- a/ftp/weex/distinfo +++ b/ftp/weex/distinfo @@ -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 diff --git a/ftp/weex/files/patch-Makefile.am b/ftp/weex/files/patch-Makefile.am index 1fe744f94c4e..72cd8ae4815b 100644 --- a/ftp/weex/files/patch-Makefile.am +++ b/ftp/weex/files/patch-Makefile.am @@ -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 diff --git a/ftp/weex/files/patch-configure.in b/ftp/weex/files/patch-configure.in index 0c9c08eb9032..776a7b448222 100644 --- a/ftp/weex/files/patch-configure.in +++ b/ftp/weex/files/patch-configure.in @@ -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 |