diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-10-25 00:43:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-10-25 00:43:16 +0800 |
commit | 3b955dfe0bc8190c9d1874e265e5eeb23e1be83d (patch) | |
tree | 224a63ef48772f017c09aebaae5404f487568dfc /x11 | |
parent | db06013da6a563e29d7303937dde6bb9f3ab93e2 (diff) | |
download | freebsd-ports-gnome-3b955dfe0bc8190c9d1874e265e5eeb23e1be83d.tar.gz freebsd-ports-gnome-3b955dfe0bc8190c9d1874e265e5eeb23e1be83d.tar.zst freebsd-ports-gnome-3b955dfe0bc8190c9d1874e265e5eeb23e1be83d.zip |
Update to 4.12.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-conf/Makefile | 14 | ||||
-rw-r--r-- | x11/xfce4-conf/distinfo | 5 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile index b48579e6d62d..9b74074f56a5 100644 --- a/x11/xfce4-conf/Makefile +++ b/x11/xfce4-conf/Makefile @@ -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 storage system 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 diff --git a/x11/xfce4-conf/distinfo b/x11/xfce4-conf/distinfo index ce33d3146696..0861cb6ab6c9 100644 --- a/x11/xfce4-conf/distinfo +++ b/x11/xfce4-conf/distinfo @@ -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 |