svn commit: r446580 - in head/deskutils/growl-for-linux: . files

Nicola Vitale nivit at FreeBSD.org
Tue Jul 25 12:44:07 UTC 2017


Author: nivit
Date: Tue Jul 25 12:44:06 2017
New Revision: 446580
URL: https://svnweb.freebsd.org/changeset/ports/446580

Log:
  - Update to 0.8.5
  - Add implicit dependencies to LIB_DEPENDS and USE_GNOME
    (errors reported by qa.sh script)
  - Add USE_LDCONFIG
  - Remove all patches under files/
  
  ChangeLog:	https://github.com/mattn/growl-for-linux/releases/tag/0.8.5

Deleted:
  head/deskutils/growl-for-linux/files/
Modified:
  head/deskutils/growl-for-linux/Makefile
  head/deskutils/growl-for-linux/distinfo
  head/deskutils/growl-for-linux/pkg-plist

Modified: head/deskutils/growl-for-linux/Makefile
==============================================================================
--- head/deskutils/growl-for-linux/Makefile	Tue Jul 25 12:34:10 2017	(r446579)
+++ head/deskutils/growl-for-linux/Makefile	Tue Jul 25 12:44:06 2017	(r446580)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	growl-for-linux
-PORTVERSION=	0.8.1
-PORTREVISION=	2
+PORTVERSION=	0.8.5
+PORTREVISION=	0
 CATEGORIES=	deskutils
 
 MAINTAINER=	nivit at FreeBSD.org
@@ -13,7 +13,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	desktop-file-install:devel/desktop-file-utils
 LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libdbus-glib-1.so:devel/dbus-glib
+		libdbus-1.so:devel/dbus \
+		libdbus-glib-1.so:devel/dbus-glib \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 
 BROKEN_powerpc64=	fails to compile: balloon.c:160: error: nested functions are disabled, use -fnested-functions to re-enable
 
@@ -35,8 +38,9 @@ PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,}
 
 USES=		autoreconf compiler:nestedfct libtool pkgconfig sqlite:3 ssl
 USE_GITHUB=	yes
-USE_GNOME=	gtk20
-
+USE_GNOME=	cairo gdkpixbuf2 gtk20 libxml2
+USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}/display \
+		${PREFIX}/lib/${PORTNAME}/subscribe
 post-patch:
 	@${REINPLACE_CMD} '/^gol_LDADD =/s/$$/ -lgmodule-2.0/' \
 		${WRKSRC}/Makefile.am

Modified: head/deskutils/growl-for-linux/distinfo
==============================================================================
--- head/deskutils/growl-for-linux/distinfo	Tue Jul 25 12:34:10 2017	(r446579)
+++ head/deskutils/growl-for-linux/distinfo	Tue Jul 25 12:44:06 2017	(r446580)
@@ -1,2 +1,3 @@
-SHA256 (mattn-growl-for-linux-0.8.1_GH0.tar.gz) = 4762ca137277c48ba778e4652eb5ee354d726953c515a9fb0527b373fd2d4bf9
-SIZE (mattn-growl-for-linux-0.8.1_GH0.tar.gz) = 746865
+TIMESTAMP = 1500984019
+SHA256 (mattn-growl-for-linux-0.8.5_GH0.tar.gz) = 6af57c763d26e8bf985eb6ede5c2d2be9469c4f9254bdebcb168f0703dfb20fa
+SIZE (mattn-growl-for-linux-0.8.5_GH0.tar.gz) = 842940

Modified: head/deskutils/growl-for-linux/pkg-plist
==============================================================================
--- head/deskutils/growl-for-linux/pkg-plist	Tue Jul 25 12:34:10 2017	(r446579)
+++ head/deskutils/growl-for-linux/pkg-plist	Tue Jul 25 12:44:06 2017	(r446580)
@@ -24,7 +24,7 @@ lib/growl-for-linux/subscribe/libtweets.so
 lib/growl-for-linux/subscribe/libtweets.so.0
 lib/growl-for-linux/subscribe/libtweets.so.0.0.0
 %%DESKTOPDIR%%/gol.desktop
-%%DATADIR%%/data/growl4linux.jpg
 %%DATADIR%%/data/icon.png
+%%DATADIR%%/data/icon256.png
 %%DATADIR%%/data/icon_dnd.png
 %%DATADIR%%/data/mattn.png


More information about the svn-ports-all mailing list