svn commit: r564933 - in head/ftp/weex: . files

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 11 09:41:46 UTC 2021


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


More information about the svn-ports-all mailing list