svn commit: r482235 - head/x11/libexo

Guido Falsi madpilot at FreeBSD.org
Tue Oct 16 16:56:34 UTC 2018


Author: madpilot
Date: Tue Oct 16 16:56:33 2018
New Revision: 482235
URL: https://svnweb.freebsd.org/changeset/ports/482235

Log:
  - Update libexo to 0.12.3
  - Silence some portlint warnings

Modified:
  head/x11/libexo/Makefile
  head/x11/libexo/distinfo

Modified: head/x11/libexo/Makefile
==============================================================================
--- head/x11/libexo/Makefile	Tue Oct 16 15:23:40 2018	(r482234)
+++ head/x11/libexo/Makefile	Tue Oct 16 16:56:33 2018	(r482235)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libexo
-PORTVERSION=	0.12.2
+PORTVERSION=	0.12.3
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R}
 DISTNAME=	exo-${PORTVERSION}
@@ -21,17 +21,18 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 BUILD_DEPENDS=	p5-URI>=1.60:net/p5-URI
 RUN_DEPENDS=	p5-URI>=1.60:net/p5-URI
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
-
-GNU_CONFIGURE=	yes
-INSTALLS_ICONS=	yes
-INSTALL_TARGET=	install-strip
 USES=		desktop-file-utils gmake libtool pathfix perl5 \
 		pkgconfig gettext-tools xfce:gtk3 tar:bzip2
 USE_GNOME=	cairo glib20 gtk20 gtk30 intltool intlhack
 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
 

Modified: head/x11/libexo/distinfo
==============================================================================
--- head/x11/libexo/distinfo	Tue Oct 16 15:23:40 2018	(r482234)
+++ head/x11/libexo/distinfo	Tue Oct 16 16:56:33 2018	(r482235)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529574956
-SHA256 (xfce4/exo-0.12.2.tar.bz2) = 6d4b0a88c1e1d3d5ed612cbf012c7511ef67b1636f4f85caa9dc68649b7e6350
-SIZE (xfce4/exo-0.12.2.tar.bz2) = 1321379
+TIMESTAMP = 1539668615
+SHA256 (xfce4/exo-0.12.3.tar.bz2) = b96fe86bb504aa9b3332b96105d755f5d9052c903fd6574b512a5ef76c0ad439
+SIZE (xfce4/exo-0.12.3.tar.bz2) = 1233053


More information about the svn-ports-head mailing list