From owner-svn-ports-head@FreeBSD.ORG Mon Nov 18 02:41:24 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 ESMTPS id 448F04DA; Mon, 18 Nov 2013 02:41:24 +0000 (UTC) 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 33A162695; Mon, 18 Nov 2013 02:41:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAI2fN7Z080965; Mon, 18 Nov 2013 02:41:23 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAI2fN5Q080961; Mon, 18 Nov 2013 02:41:23 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201311180241.rAI2fN5Q080961@svn.freebsd.org> From: Nicola Vitale Date: Mon, 18 Nov 2013 02:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334139 - in head/deskutils/growl-for-linux: . files 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.16 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: Mon, 18 Nov 2013 02:41:24 -0000 Author: nivit Date: Mon Nov 18 02:41:22 2013 New Revision: 334139 URL: http://svnweb.freebsd.org/changeset/ports/334139 Log: - Update to 0.6.9 - Use new syntax in LIB_DEPENDS - Set USE_GCC - Remove desktopfileutils from USE_GNOME - Add files/patch-plugins__Makefile.am (see https://github.com/mattn/growl-for-linux/commit/a74962e5f7cca0b31ef86d3edb273aefa9431dcb) - Enable stage target Added: head/deskutils/growl-for-linux/files/patch-plugins__Makefile.am (contents, props changed) Modified: head/deskutils/growl-for-linux/Makefile head/deskutils/growl-for-linux/distinfo (contents, props changed) head/deskutils/growl-for-linux/pkg-plist (contents, props changed) Modified: head/deskutils/growl-for-linux/Makefile ============================================================================== --- head/deskutils/growl-for-linux/Makefile Mon Nov 18 02:14:56 2013 (r334138) +++ head/deskutils/growl-for-linux/Makefile Mon Nov 18 02:41:22 2013 (r334139) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= growl-for-linux -PORTVERSION= 0.6.8 -PORTREVISION= 2 +PORTVERSION= 0.6.9 +PORTREVISION= 0 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org @@ -10,11 +10,11 @@ COMMENT= Notification system compatible LICENSE= BSD -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GH_ACCOUNT= mattn -GH_COMMIT= cab80f2 +GH_COMMIT= ac7c8cd GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes @@ -23,24 +23,23 @@ OPTIONS_DEFINE= LIBNOTIFY OPTIONS_DEFAULT= LIBNOTIFY LIBNOTIFY_DESC= Use notify-osd for libnotify display plugin -USES= pkgconfig - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MLIBNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify RUN_DEPENDS+= notify-osd>=0.9.29_3:${PORTSDIR}/deskutils/notify-osd .endif -PLIST_SUB= DESKTOPDIR=${_DESKTOPDIR_REL} +PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USE_GITHUB= yes -USE_GNOME= desktopfileutils gtk20 +USE_GCC= any +USE_GNOME= gtk20 USE_LDCONFIG= yes USE_OPENSSL= yes USE_SQLITE= 3 +USES= pkgconfig WITH_OPENSSL_PORT= yes Modified: head/deskutils/growl-for-linux/distinfo ============================================================================== --- head/deskutils/growl-for-linux/distinfo Mon Nov 18 02:14:56 2013 (r334138) +++ head/deskutils/growl-for-linux/distinfo Mon Nov 18 02:41:22 2013 (r334139) @@ -1,2 +1,2 @@ -SHA256 (growl-for-linux-0.6.8.tar.gz) = cd8b1b2dadb57f2beaf5fc6a5d6798b33a11fdf7177b82b0d03c4d331cc8121a -SIZE (growl-for-linux-0.6.8.tar.gz) = 739994 +SHA256 (growl-for-linux-0.6.9.tar.gz) = 483627273764ec1e8d0f16a91492904516910cfbea27966722cfd18ef7e2ba22 +SIZE (growl-for-linux-0.6.9.tar.gz) = 740009 Added: head/deskutils/growl-for-linux/files/patch-plugins__Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/growl-for-linux/files/patch-plugins__Makefile.am Mon Nov 18 02:41:22 2013 (r334139) @@ -0,0 +1,8 @@ +--- ./plugins/Makefile.am.orig 2013-11-18 02:12:05.000000000 +0100 ++++ ./plugins/Makefile.am 2013-11-18 02:12:12.000000000 +0100 +@@ -1,4 +1,4 @@ +-lib_LIBRARIES = libgolplug.a ++noinst_LIBRARIES = libgolplug.a + libgolplug_a_SOURCES = memfile.c memfile.h from_url.c from_url.h + libgolplug_a_CFLAGS = $(GTK2_CFLAGS) $(LIBCURL_CFLAGS) -fPIC -I$(srcdir)/.. + #libgolplug_a_LIBADD = $(GTK2_LIBS) $(LIBCURL_LIBS) Modified: head/deskutils/growl-for-linux/pkg-plist ============================================================================== --- head/deskutils/growl-for-linux/pkg-plist Mon Nov 18 02:14:56 2013 (r334138) +++ head/deskutils/growl-for-linux/pkg-plist Mon Nov 18 02:41:22 2013 (r334139) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/gol lib/growl-for-linux/display/libballoon.a lib/growl-for-linux/display/libballoon.la @@ -24,14 +23,13 @@ lib/growl-for-linux/subscribe/libtweets. lib/growl-for-linux/subscribe/libtweets.la lib/growl-for-linux/subscribe/libtweets.so lib/growl-for-linux/subscribe/libtweets.so.0 -lib/libgolplug.a %%DESKTOPDIR%%/gol.desktop %%DATADIR%%/data/growl4linux.jpg %%DATADIR%%/data/icon.png %%DATADIR%%/data/icon_dnd.png %%DATADIR%%/data/mattn.png -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@dirrm lib/growl-for-linux/subscribe -@dirrm lib/growl-for-linux/display -@dirrm lib/growl-for-linux +@dirrmtry %%DATADIR%%/data +@dirrmtry %%DATADIR%% +@dirrmtry lib/growl-for-linux/subscribe +@dirrmtry lib/growl-for-linux/display +@dirrmtry lib/growl-for-linux