diff options
author | marino <marino@FreeBSD.org> | 2014-11-29 01:50:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-29 01:50:40 +0800 |
commit | 821bcb0f375fe7caaae29cb799eafbe370439207 (patch) | |
tree | da8558d051dfaa27ab0aefba0c7e62daaf256981 /mail | |
parent | 0de5d809eeebada4b54820a78909a4405c5bcb12 (diff) | |
download | freebsd-ports-gnome-821bcb0f375fe7caaae29cb799eafbe370439207.tar.gz freebsd-ports-gnome-821bcb0f375fe7caaae29cb799eafbe370439207.tar.zst freebsd-ports-gnome-821bcb0f375fe7caaae29cb799eafbe370439207.zip |
mail/mail-notification: Fallout of Gnome 3, release maintainer
This port builds, but it will not run since Gnome 3 came in. The
maintainer does not have the expertise to fix the port and thus needs
to release it. Additionally the port has been marked broken.
PR: 195430
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-notification/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 6254e487c984..84624d2bc026 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -8,9 +8,11 @@ CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify-orig -MAINTAINER= jonc@chen.org.nz +MAINTAINER= ports@FreeBSD.org COMMENT= Mail notification for freedesktop.org-compliant system trays +BROKEN= Run-time failure with Gnome 3 + LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring \ libnotify.so:${PORTSDIR}/devel/libnotify |