Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 09:51:12 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379889 - head/deskutils/growl-for-linux
Message-ID:  <201502250951.t1P9pCD2003739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Wed Feb 25 09:51:11 2015
New Revision: 379889
URL: https://svnweb.freebsd.org/changeset/ports/379889
QAT: https://qat.redports.org/buildarchive/r379889/

Log:
  - Update to 0.8.1
  - Strip installed libraries
  - Sort variables and their values

Modified:
  head/deskutils/growl-for-linux/Makefile
  head/deskutils/growl-for-linux/distinfo

Modified: head/deskutils/growl-for-linux/Makefile
==============================================================================
--- head/deskutils/growl-for-linux/Makefile	Wed Feb 25 09:18:28 2015	(r379888)
+++ head/deskutils/growl-for-linux/Makefile	Wed Feb 25 09:51:11 2015	(r379889)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	growl-for-linux
-PORTVERSION=	0.6.9
-PORTREVISION=	4
+PORTVERSION=	0.8.1
+PORTREVISION=	0
 CATEGORIES=	deskutils
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -15,29 +15,33 @@ BUILD_DEPENDS=	desktop-file-install:${PO
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
+AUTOMAKE_ARGS=	-a -c -f
+
+CONFIGURE_ARGS=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
+
 GH_ACCOUNT=	mattn
 GH_COMMIT=	ac7c8cd
 GH_TAGNAME=	${GH_COMMIT}
-
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
-USES=		compiler:nestedfct libtool pkgconfig
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	-a -c -f
-USE_GITHUB=	yes
-USE_GNOME=	gtk20
-USE_OPENSSL=	yes
-USE_SQLITE=	3
 
-PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,}
-
-OPTIONS_DEFINE=	LIBNOTIFY
-OPTIONS_DEFAULT=LIBNOTIFY
+INSTALL_TARGET=	install-strip
 
 LIBNOTIFY_DESC=		Use notify-osd for libnotify display plugin
 LIBNOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
 LIBNOTIFY_RUN_DEPENDS=	notify-osd>=0.9.29_3:${PORTSDIR}/deskutils/notify-osd
 
+OPTIONS_DEFAULT=LIBNOTIFY
+OPTIONS_DEFINE=	LIBNOTIFY
+
+PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,}
+
+USES=		compiler:nestedfct libtool pkgconfig
+USE_AUTOTOOLS=	aclocal autoconf automake libtoolize
+USE_GITHUB=	yes
+USE_GNOME=	gtk20
+USE_OPENSSL=	yes
+USE_SQLITE=	3
+
 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	Wed Feb 25 09:18:28 2015	(r379888)
+++ head/deskutils/growl-for-linux/distinfo	Wed Feb 25 09:51:11 2015	(r379889)
@@ -1,2 +1,2 @@
-SHA256 (growl-for-linux-0.6.9.tar.gz) = 483627273764ec1e8d0f16a91492904516910cfbea27966722cfd18ef7e2ba22
-SIZE (growl-for-linux-0.6.9.tar.gz) = 740009
+SHA256 (growl-for-linux-0.8.1.tar.gz) = 483627273764ec1e8d0f16a91492904516910cfbea27966722cfd18ef7e2ba22
+SIZE (growl-for-linux-0.8.1.tar.gz) = 740009



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502250951.t1P9pCD2003739>