From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 19:40:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C60C75D0; Thu, 24 Oct 2013 19:40:42 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A46F225FF; Thu, 24 Oct 2013 19:40:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJegcX008989; Thu, 24 Oct 2013 19:40:42 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OJefOF008985; Thu, 24 Oct 2013 19:40:41 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201310241940.r9OJefOF008985@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 24 Oct 2013 19:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331522 - head/mail/xfce4-mailwatch-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:40:42 -0000 Author: olivierd Date: Thu Oct 24 19:40:41 2013 New Revision: 331522 URL: http://svnweb.freebsd.org/changeset/ports/331522 Log: - Update to 1.2.0 - Update MASTER_SITES - Rewrite COMMENT entry and pkg-descr - Convert to new LIB_DEPENDS format - Support STAGEDIR Modified: head/mail/xfce4-mailwatch-plugin/Makefile head/mail/xfce4-mailwatch-plugin/distinfo (contents, props changed) head/mail/xfce4-mailwatch-plugin/pkg-descr (contents, props changed) head/mail/xfce4-mailwatch-plugin/pkg-plist (contents, props changed) Modified: head/mail/xfce4-mailwatch-plugin/Makefile ============================================================================== --- head/mail/xfce4-mailwatch-plugin/Makefile Thu Oct 24 19:40:02 2013 (r331521) +++ head/mail/xfce4-mailwatch-plugin/Makefile Thu Oct 24 19:40:41 2013 (r331522) @@ -2,34 +2,26 @@ # $FreeBSD$ PORTNAME= xfce4-mailwatch-plugin -PORTVERSION= 1.1.0 -PORTREVISION= 18 +PORTVERSION= 1.2.0 CATEGORIES= mail xfce -MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= A mailwatch plugin for Xfce +COMMENT= Mail notification applet for the Xfce panel -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes INSTALLS_ICONS= yes -USES= gettext pathfix gmake pkgconfig +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack -USE_XFCE= configenv libgui libutil panel -USE_XORG= x11 xt xaw - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \ - s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \ - ${WRKSRC}/configure -post-configure: - @${REINPLACE_CMD} -e 's|-lgnutls|-lgnutls -lgcrypt|g' \ - ${WRKSRC}/panel-plugin/Makefile +USE_GNOME= glib20 gtk20 intltool intlhack +USE_XFCE= configenv libexo libmenu libutil panel +USE_XORG= x11 + +CONFIGURE_ARGS=--enable-ipv6 .include Modified: head/mail/xfce4-mailwatch-plugin/distinfo ============================================================================== --- head/mail/xfce4-mailwatch-plugin/distinfo Thu Oct 24 19:40:02 2013 (r331521) +++ head/mail/xfce4-mailwatch-plugin/distinfo Thu Oct 24 19:40:41 2013 (r331522) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-mailwatch-plugin-1.1.0.tar.bz2) = ba6fe9fc8d20f317b968369bbc2802c91c4c7838823faee9304767db9f1a3799 -SIZE (xfce4/xfce4-mailwatch-plugin-1.1.0.tar.bz2) = 662624 +SHA256 (xfce4/xfce4-mailwatch-plugin-1.2.0.tar.bz2) = 624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad +SIZE (xfce4/xfce4-mailwatch-plugin-1.2.0.tar.bz2) = 509649 Modified: head/mail/xfce4-mailwatch-plugin/pkg-descr ============================================================================== --- head/mail/xfce4-mailwatch-plugin/pkg-descr Thu Oct 24 19:40:02 2013 (r331521) +++ head/mail/xfce4-mailwatch-plugin/pkg-descr Thu Oct 24 19:40:41 2013 (r331522) @@ -1,4 +1,5 @@ -Mailwatch is a plugin for the Xfce 4 panel. +Xfce4 Mailwatch Plugin is a multi-protocol, multi-mailbox mail watcher for +the Xfce4 panel. Features @@ -13,4 +14,4 @@ Features * Ability to run program on new messages or button click * Informative logger to help track down mail connection problems -WWW: http://spuriousinterrupt.org/projects/mailwatch +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin Modified: head/mail/xfce4-mailwatch-plugin/pkg-plist ============================================================================== --- head/mail/xfce4-mailwatch-plugin/pkg-plist Thu Oct 24 19:40:02 2013 (r331521) +++ head/mail/xfce4-mailwatch-plugin/pkg-plist Thu Oct 24 19:40:41 2013 (r331522) @@ -1,54 +1,64 @@ -libexec/xfce4/panel-plugins/xfce4-mailwatch-plugin +lib/xfce4/panel/plugins/libmailwatch.la +lib/xfce4/panel/plugins/libmailwatch.so share/icons/hicolor/48x48/apps/xfce-newmail.png share/icons/hicolor/48x48/apps/xfce-nomail.png share/icons/hicolor/scalable/apps/xfce-newmail.svg share/icons/hicolor/scalable/apps/xfce-nomail.svg share/locale/ar/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/ast/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/bg/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/ca/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/da/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/de/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/el/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/en_AU/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/en_GB/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/es/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/eu/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/fi/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/gl/LC_MESSAGES/xfce4-mailwatch-plugin.mo -share/locale/gu/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/he/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/hr/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/id/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/is/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/it/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-mailwatch-plugin.mo -share/locale/nb_NO/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/ko/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/lt/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/lv/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/nb/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/nl/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/pl/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/pt/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-mailwatch-plugin.mo -share/locale/pt_PT/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/sk/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/sq/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/sr/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/sv/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/tr/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/ug/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/uk/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/ur/LC_MESSAGES/xfce4-mailwatch-plugin.mo +share/locale/ur_PK/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/vi/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/zh_CN/LC_MESSAGES/xfce4-mailwatch-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-mailwatch-plugin.mo -share/xfce4/doc/C/images/mailwatch-gmail-settings.png -share/xfce4/doc/C/images/mailwatch-imap-advanced.png -share/xfce4/doc/C/images/mailwatch-imap-new-folders.png -share/xfce4/doc/C/images/mailwatch-imap-settings.png -share/xfce4/doc/C/images/mailwatch-log-window.png -share/xfce4/doc/C/images/mailwatch-mailbox-type.png -share/xfce4/doc/C/images/mailwatch-maildir-settings.png -share/xfce4/doc/C/images/mailwatch-mbox-settings.png -share/xfce4/doc/C/images/mailwatch-mh-settings.png -share/xfce4/doc/C/images/mailwatch-panel-indicator.png -share/xfce4/doc/C/images/mailwatch-pop3-advanced.png -share/xfce4/doc/C/images/mailwatch-pop3-settings.png -share/xfce4/doc/C/images/mailwatch-properties.png -share/xfce4/doc/C/xfce4-mailwatch-plugin.html -share/xfce4/panel-plugins/mailwatch.desktop -@dirrmtry share/xfce4/panel-plugins -@dirrmtry share/xfce4/doc/C/images -@dirrmtry share/xfce4/doc/C -@dirrmtry share/xfce4/doc +share/xfce4/panel/plugins/mailwatch.desktop +@dirrmtry share/xfce4/panel/plugins +@dirrmtry share/xfce4/panel @dirrmtry share/xfce4 -@dirrmtry share/locale/nb_NO/LC_MESSAGES -@dirrmtry share/locale/nb_NO -@dirrmtry libexec/xfce4/panel-plugins -@dirrmtry libexec/xfce4 +@dirrmtry share/locale/ur_PK/LC_MESSAGES +@dirrmtry share/locale/ur_PK +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry lib/xfce4/panel/plugins +@dirrmtry lib/xfce4/panel +@dirrmtry lib/xfce4