From owner-svn-ports-all@freebsd.org Sun Jan 20 14:27:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1F4314918E6; Sun, 20 Jan 2019 14:27:23 +0000 (UTC) (envelope-from madpilot@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67FD1699A5; Sun, 20 Jan 2019 14:27:23 +0000 (UTC) (envelope-from madpilot@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 558B93839; Sun, 20 Jan 2019 14:27:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0KERNYU029597; Sun, 20 Jan 2019 14:27:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0KERM6K029593; Sun, 20 Jan 2019 14:27:22 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201901201427.x0KERM6K029593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 20 Jan 2019 14:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490794 - in head/x11/libexo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11/libexo: . files X-SVN-Commit-Revision: 490794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67FD1699A5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.928,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 20 Jan 2019 14:27:24 -0000 Author: madpilot Date: Sun Jan 20 14:27:22 2019 New Revision: 490794 URL: https://svnweb.freebsd.org/changeset/ports/490794 Log: - Update libexo to 0.12.4 [1] - Update minimum requirements in dependencies [1] - Sort things [1] - Remove unneeded port-patch [1] - Remove unneeded patch section - Cleanup Makefile a little PR: 235072 [1] Submitted by: Olivier Duchateau Modified: head/x11/libexo/Makefile head/x11/libexo/distinfo head/x11/libexo/files/patch-configure Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Sun Jan 20 14:16:52 2019 (r490793) +++ head/x11/libexo/Makefile Sun Jan 20 14:27:22 2019 (r490794) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libexo -PORTVERSION= 0.12.3 +PORTVERSION= 0.12.4 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R} DISTNAME= exo-${PORTVERSION} @@ -18,31 +18,26 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -BUILD_DEPENDS= p5-URI>=1.60:net/p5-URI -RUN_DEPENDS= p5-URI>=1.60:net/p5-URI +BUILD_DEPENDS= p5-URI>=1.70:net/p5-URI +RUN_DEPENDS= p5-URI>=1.70:net/p5-URI -USES= desktop-file-utils gmake libtool pathfix perl5 \ - pkgconfig gettext-tools xfce:gtk3 tar:bzip2 -USE_GNOME= cairo glib20 gtk20 gtk30 intltool intlhack +USES= desktop-file-utils gettext-tools gmake gnome libtool pathfix \ + perl5 pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= cairo glib20 gtk20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= libmenu USE_XORG= ice sm x11 WRKSRC= ${WRKDIR}/${DISTNAME} - GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --without-html-dir --disable-silent-rules -CONFIGURE_ARGS=--without-html-dir --disable-silent-rules - OPTIONS_DEFINE= NLS -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls OPTIONS_SUB= yes -post-patch: - ${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \ - ${WRKSRC}/exo-open/exo-mail-reader.desktop.in +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime .include Modified: head/x11/libexo/distinfo ============================================================================== --- head/x11/libexo/distinfo Sun Jan 20 14:16:52 2019 (r490793) +++ head/x11/libexo/distinfo Sun Jan 20 14:27:22 2019 (r490794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539668615 -SHA256 (xfce4/exo-0.12.3.tar.bz2) = b96fe86bb504aa9b3332b96105d755f5d9052c903fd6574b512a5ef76c0ad439 -SIZE (xfce4/exo-0.12.3.tar.bz2) = 1233053 +TIMESTAMP = 1547975571 +SHA256 (xfce4/exo-0.12.4.tar.bz2) = b0af60816bdb572ce53f19462fb1f3a5895a04017a878893dc03c166ea2050af +SIZE (xfce4/exo-0.12.4.tar.bz2) = 1235738 Modified: head/x11/libexo/files/patch-configure ============================================================================== --- head/x11/libexo/files/patch-configure Sun Jan 20 14:16:52 2019 (r490793) +++ head/x11/libexo/files/patch-configure Sun Jan 20 14:27:22 2019 (r490794) @@ -1,4 +1,4 @@ ---- configure.orig 2018-02-14 03:55:48 UTC +--- configure.orig 2019-01-20 01:00:30 UTC +++ configure @@ -633,6 +633,9 @@ ac_includes_default="\ #endif @@ -10,12 +10,3 @@ #endif" ac_header_list= -@@ -14496,7 +14499,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h - - fi - fi -- USE_NLS=yes -+# USE_NLS=yes - - - gt_cv_have_gettext=no