Index: Makefile =================================================================== --- Makefile (revision 486500) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= efl -DISTVERSION= 1.20.7 -PORTREVISION= 3 +DISTVERSION= 1.21.1 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Index: distinfo =================================================================== --- distinfo (revision 486500) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520808862 -SHA256 (enlightenment/efl-1.20.7.tar.xz) = b0a9b765bcd7b012f1072da1d491fc8671aa089473f746901d93f5807a2c76fe -SIZE (enlightenment/efl-1.20.7.tar.xz) = 65509444 +TIMESTAMP = 1543823369 +SHA256 (enlightenment/efl-1.21.1.tar.xz) = 44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928 +SIZE (enlightenment/efl-1.21.1.tar.xz) = 71168368 Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (revision 486500) +++ files/patch-configure.ac (working copy) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2017-08-16 09:52:10 UTC +--- configure.ac.orig 2018-12-03 08:06:47 UTC +++ configure.ac -@@ -397,7 +397,8 @@ case "$build_crypto" in +@@ -402,7 +402,8 @@ case "$build_crypto" in ;; openssl) @@ -10,19 +10,3 @@ ;; esac AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"]) -@@ -466,7 +467,6 @@ AC_HEADER_TIME - AC_CHECK_HEADERS([ \ - execinfo.h \ - mcheck.h \ --sys/inotify.h \ - sys/signalfd.h \ - sys/types.h \ - sys/param.h \ -@@ -4605,6 +4605,7 @@ EFL_ADD_LIBS([EIO], [-lm]) - ### Checks for linker characteristics - - ### Checks for library functions -+ac_cv_header_sys_inotify_h="no" - have_inotify="${ac_cv_header_sys_inotify_h}" - AM_CONDITIONAL([HAVE_INOTIFY], [test "x${have_inotify}" = "xyes"]) - Index: files/patch-m4_efl.m4 =================================================================== --- files/patch-m4_efl.m4 (revision 486500) +++ files/patch-m4_efl.m4 (working copy) @@ -1,11 +1,11 @@ ---- m4/efl.m4.orig 2016-09-13 07:23:52 UTC +--- m4/efl.m4.orig 2018-12-03 08:17:47 UTC +++ m4/efl.m4 -@@ -219,7 +219,7 @@ AC_DEFUN([EFL_CRYPTO_DEPEND], +@@ -222,7 +222,7 @@ AC_DEFUN([EFL_CRYPTO_DEPEND], [dnl m4_pushdef([DOWNEFL], m4_translit([$1], [-A-Z], [_a-z]))dnl - requirements_pc_[]m4_defn([DOWNEFL])="${requirements_pc_crypto} ${requirements_pc_[][]m4_defn([DOWNEFL])}" --requirements_pc_deps_[]m4_defn([DOWNEFL])="${requirements_pc_deps_crypto} ${requirements_pc_deps_[][]m4_defn([DOWNEFL])}" + requirements_pc_[]m4_defn([DOWNEFL])="${requirements_pc_[][]m4_defn([DOWNEFL])} ${requirements_pc_crypto}" +-requirements_pc_deps_[]m4_defn([DOWNEFL])="${requirements_pc_deps_[][]m4_defn([DOWNEFL])} ${requirements_pc_deps_crypto}" +requirements_pc_deps_[]m4_defn([DOWNEFL])="${requirements_pc_deps_crypto}${requirements_pc_deps_crypto:+ }${requirements_pc_deps_[][]m4_defn([DOWNEFL])}" - requirements_libs_[]m4_defn([DOWNEFL])="${requirements_libs_crypto} ${requirements_libs_[][]m4_defn([DOWNEFL])}" - requirements_cflags_[]m4_defn([DOWNEFL])="${requirements_cflags_crypto} ${requirements_cflags_[][]m4_defn([DOWNEFL])}" + requirements_libs_[]m4_defn([DOWNEFL])="${requirements_libs_[][]m4_defn([DOWNEFL])} ${requirements_libs_crypto}" + requirements_cflags_[]m4_defn([DOWNEFL])="${requirements_cflags_[][]m4_defn([DOWNEFL])} ${requirements_cflags_crypto}" m4_popdef([DOWNEFL])dnl Index: files/patch-src_Makefile.am =================================================================== --- files/patch-src_Makefile.am (revision 486500) +++ files/patch-src_Makefile.am (working copy) @@ -1,6 +1,6 @@ ---- src/Makefile.am.orig 2018-03-11 23:21:21 UTC +--- src/Makefile.am.orig 2018-12-03 08:22:10 UTC +++ src/Makefile.am -@@ -207,7 +207,7 @@ $(if $(findstring unstable,$1),unstable,stable) +@@ -196,7 +196,7 @@ $(if $(findstring unstable,$1),unstable, endef define protoname