diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-20 14:27:22 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-20 14:27:22 +0000 |
commit | 6194e25bc09802e8439c99a8d48b4f125e29af3d (patch) | |
tree | ba43fbbf34dade4130a78d6e4ce854a57238ac96 /x11/libexo | |
parent | d9da69b26d9640990c319e3183ee72ebe6cc1db6 (diff) | |
download | ports-6194e25bc09802e8439c99a8d48b4f125e29af3d.tar.gz ports-6194e25bc09802e8439c99a8d48b4f125e29af3d.zip |
Notes
Diffstat (limited to 'x11/libexo')
-rw-r--r-- | x11/libexo/Makefile | 23 | ||||
-rw-r--r-- | x11/libexo/distinfo | 6 | ||||
-rw-r--r-- | x11/libexo/files/patch-configure | 11 |
3 files changed, 13 insertions, 27 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index a920704619e5..ede8555c69e6 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -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 <bsd.port.mk> diff --git a/x11/libexo/distinfo b/x11/libexo/distinfo index eac041357eff..6cdde3186ff8 100644 --- a/x11/libexo/distinfo +++ b/x11/libexo/distinfo @@ -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 diff --git a/x11/libexo/files/patch-configure b/x11/libexo/files/patch-configure index 21c974be517f..3fc671df5b6d 100644 --- a/x11/libexo/files/patch-configure +++ b/x11/libexo/files/patch-configure @@ -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 |