1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 2.8.3

This commit is contained in:
Emanuel Haupt 2021-02-11 09:41:45 +00:00
parent 9947827b44
commit ea8386247f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564933
4 changed files with 11 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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