Date: Mon, 24 Oct 2016 16:43:16 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424577 - head/x11/xfce4-conf Message-ID: <201610241643.u9OGhGDi012980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Oct 24 16:43:16 2016 New Revision: 424577 URL: https://svnweb.freebsd.org/changeset/ports/424577 Log: Update to 4.12.1 Modified: head/x11/xfce4-conf/Makefile head/x11/xfce4-conf/distinfo Modified: head/x11/xfce4-conf/Makefile ============================================================================== --- head/x11/xfce4-conf/Makefile Mon Oct 24 15:45:30 2016 (r424576) +++ head/x11/xfce4-conf/Makefile Mon Oct 24 16:43:16 2016 (r424577) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= xfce4-conf -PORTVERSION= 4.12.0 +PORTVERSION= 4.12.1 CATEGORIES= x11 xfce -MASTER_SITES= XFCE +MASTER_SITES= XFCE/src/xfce/xfconf/${PORTVERSION:R} DISTNAME= xfconf-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -13,8 +13,9 @@ COMMENT= D-Bus-based configuration stora LICENSE= GPLv2 -BUILD_DEPENDS= p5-XML-Parser>=2.41:textproc/p5-XML-Parser -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib +BUILD_DEPENDS= p5-XML-Parser>=2.44:textproc/p5-XML-Parser +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool intlhack @@ -24,15 +25,16 @@ USE_XFCE= libutil USE_XORG= x11 USES= gmake libtool pathfix pkgconfig perl5 gettext-tools \ xfce tar:bzip2 +INSTALL_TARGET= install-strip CONFIGURE_ARGS=--without-html-dir OPTIONS_DEFINE= PERL NLS NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -PERL_BUILD_DEPENDS= p5-ExtUtils-Depends>=0.304:devel/p5-ExtUtils-Depends \ +PERL_BUILD_DEPENDS= p5-ExtUtils-Depends>=0.405:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1.15:devel/p5-ExtUtils-PkgConfig \ - p5-Glib2>=1.280:devel/p5-Glib2 + p5-Glib2>=1.321:devel/p5-Glib2 PERL_USE= perl5=run PERL_CONFIGURE_ENABLE= perl-bindings OPTIONS_SUB= yes Modified: head/x11/xfce4-conf/distinfo ============================================================================== --- head/x11/xfce4-conf/distinfo Mon Oct 24 15:45:30 2016 (r424576) +++ head/x11/xfce4-conf/distinfo Mon Oct 24 16:43:16 2016 (r424577) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfconf-4.12.0.tar.bz2) = 9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 -SIZE (xfce4/xfconf-4.12.0.tar.bz2) = 542544 +TIMESTAMP = 1477326649 +SHA256 (xfce4/xfconf-4.12.1.tar.bz2) = 35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 +SIZE (xfce4/xfconf-4.12.1.tar.bz2) = 564131
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610241643.u9OGhGDi012980>