svn commit: r334139 - in head/deskutils/growl-for-linux: . files
Nicola Vitale
nivit at FreeBSD.org
Mon Nov 18 02:41:24 UTC 2013
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 at 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 <bsd.port.options.mk>
.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 @@
- at 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
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%
- at dirrm lib/growl-for-linux/subscribe
- at dirrm lib/growl-for-linux/display
- at dirrm lib/growl-for-linux
+ at dirrmtry %%DATADIR%%/data
+ at dirrmtry %%DATADIR%%
+ at dirrmtry lib/growl-for-linux/subscribe
+ at dirrmtry lib/growl-for-linux/display
+ at dirrmtry lib/growl-for-linux
More information about the svn-ports-head
mailing list