diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-06 15:48:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-06 15:48:47 +0800 |
commit | 8104460893225650ea52b59d607fdc4c954d3eb1 (patch) | |
tree | c19098cdb80172a0c18b4d40eb5f5000425a9897 | |
parent | 973d9462b7bdd8620ef1e549b85207ddf01659b8 (diff) | |
download | marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.gz marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.tar.zst marcuscom-ports-8104460893225650ea52b59d607fdc4c954d3eb1.zip |
Chase libnotify shlib change, also register if the port doesn't do so already.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15352 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution3/Makefile | 6 | ||||
-rw-r--r-- | sysutils/brasero3/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gnome-power-manager3/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gnome-settings-daemon3/Makefile | 6 | ||||
-rw-r--r-- | x11-fm/nautilus3/Makefile | 4 |
5 files changed, 15 insertions, 11 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 832aefbe2..3a3f6333c 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution3/Makefile,v 1.7 2011/02/24 09:22:14 kwm Exp $ +# $MCom: ports/mail/evolution3/Makefile,v 1.8 2011/02/25 10:48:43 kwm Exp $ # PORTNAME= evolution PORTVERSION= 2.91.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +18,7 @@ COMMENT= An integrated mail, calendar and address book distributed suite LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ unique-3.0.0:${PORTSDIR}/x11-toolkits/libunique3 \ - notify.1:${PORTSDIR}/devel/libnotify + notify.4:${PORTSDIR}/devel/libnotify # gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview #RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell diff --git a/sysutils/brasero3/Makefile b/sysutils/brasero3/Makefile index e5d706b67..40a2f5900 100644 --- a/sysutils/brasero3/Makefile +++ b/sysutils/brasero3/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero3/Makefile,v 1.3 2011/02/06 21:53:44 kwm Exp $ +# $MCom: ports/sysutils/brasero3/Makefile,v 1.4 2011/02/24 10:23:30 kwm Exp $ PORTNAME= brasero PORTVERSION= 2.91.90 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ +LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ diff --git a/sysutils/gnome-power-manager3/Makefile b/sysutils/gnome-power-manager3/Makefile index aa3de20bb..545fb27d6 100644 --- a/sysutils/gnome-power-manager3/Makefile +++ b/sysutils/gnome-power-manager3/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-power-manager3/Makefile,v 1.1 2011/01/23 00:25:09 kwm Exp $ +# $MCom: ports/sysutils/gnome-power-manager3/Makefile,v 1.2 2011/02/24 09:51:14 kwm Exp $ # PORTNAME= gnome-power-manager PORTVERSION= 2.91.90 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +19,7 @@ COMMENT= Power management system for the GNOME Desktop LIB_DEPENDS= upower-glib.1:${PORTSDIR}/sysutils/upower \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ - notify.1:${PORTSDIR}/devel/libnotify \ + notify.4:${PORTSDIR}/devel/libnotify \ execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit diff --git a/sysutils/gnome-settings-daemon3/Makefile b/sysutils/gnome-settings-daemon3/Makefile index 0596a895d..4036dc732 100644 --- a/sysutils/gnome-settings-daemon3/Makefile +++ b/sysutils/gnome-settings-daemon3/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon3/Makefile,v 1.9 2011/02/23 14:02:11 kwm Exp $ +# $MCom: ports/sysutils/gnome-settings-daemon3/Makefile,v 1.10 2011/03/03 11:13:26 kwm Exp $ # PORTNAME= gnome-settings-daemon PORTVERSION= 2.91.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-session-is-accelerated:${PORTSDIR}/x11 ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - notify.1:${PORTSDIR}/devel/libnotify + notify.4:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-session-is-accelerated:${PORTSDIR}/x11/gnome-session3 \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas diff --git a/x11-fm/nautilus3/Makefile b/x11-fm/nautilus3/Makefile index 2d8df4576..c9ec96206 100644 --- a/x11-fm/nautilus3/Makefile +++ b/x11-fm/nautilus3/Makefile @@ -3,11 +3,12 @@ # Whom: ade, archie # # $FreeBSD$ -# $MCom: ports/x11-fm/nautilus3/Makefile,v 1.5 2011/02/04 23:00:50 kwm Exp $ +# $MCom: ports/x11-fm/nautilus3/Makefile,v 1.6 2011/02/24 09:30:01 kwm Exp $ # PORTNAME= nautilus PORTVERSION= 2.91.90.1 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ + notify.4:${PORTSDIR}/devel/libnotify \ exempi.3:${PORTSDIR}/textproc/exempi RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas |