diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-13 19:54:53 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-13 19:54:53 +0800 |
commit | 22dd6842c1cd3bf1017bc0360d14a801524d0b92 (patch) | |
tree | f6eb1e84a064a2d3edb3c340839f86b9a36d1fde /sysutils | |
parent | 2953471630ac7a912281de7186dbe060d3880496 (diff) | |
download | freebsd-ports-gnome-22dd6842c1cd3bf1017bc0360d14a801524d0b92.tar.gz freebsd-ports-gnome-22dd6842c1cd3bf1017bc0360d14a801524d0b92.tar.zst freebsd-ports-gnome-22dd6842c1cd3bf1017bc0360d14a801524d0b92.zip |
Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]
audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.
Approved by: portmgr (implicit) [1]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mate-control-center/Makefile | 8 | ||||
-rw-r--r-- | sysutils/mate-control-center/pkg-plist | 5 | ||||
-rw-r--r-- | sysutils/mate-power-manager/Makefile | 1 |
6 files changed, 9 insertions, 11 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index a1054f392ae3..15741e858795 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -4,7 +4,7 @@ PORTNAME= brasero PORTVERSION= 2.32.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index cf62d55ffde9..35225439229b 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-control-center PORTVERSION= 2.32.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index e2fbb06b8eb8..3a11e2e71c5a 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-power-manager PORTVERSION= 2.32.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 44de56a04b4c..ade35f4574e4 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-control-center PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -20,15 +20,13 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake pathfix pkgconfig \ +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info tar:xz USE_MATE= desktop docutils libmatekbd marco menus settingsdaemon USE_XORG= x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver -USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 \ - ltverhack pango +USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 pango INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-appindicator=no INSTALLS_ICONS= yes diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist index b6e617ed5cec..2e7ecc7c571e 100644 --- a/sysutils/mate-control-center/pkg-plist +++ b/sysutils/mate-control-center/pkg-plist @@ -38,15 +38,14 @@ include/libslab/tile.h include/mate-window-settings-2.0/mate-window-manager.h include/mate-window-settings-2.0/mate-wm-manager.h lib/libmate-window-settings.a -lib/libmate-window-settings.la lib/libmate-window-settings.so lib/libmate-window-settings.so.1 +lib/libmate-window-settings.so.1.0.0 lib/libslab.a -lib/libslab.la lib/libslab.so lib/libslab.so.0 +lib/libslab.so.0.0.0 lib/window-manager-settings/libmarco.a -lib/window-manager-settings/libmarco.la lib/window-manager-settings/libmarco.so libdata/pkgconfig/libslab.pc libdata/pkgconfig/mate-default-applications.pc diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 172d968bacc3..9d81fde50763 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-power-manager PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate |