Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 12:55:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548783 - head/devel/libnotify
Message-ID:  <202009161255.08GCttkH006288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 16 12:55:54 2020
New Revision: 548783
URL: https://svnweb.freebsd.org/changeset/ports/548783

Log:
  Update 0.7.9
  
  While here ensure the manpage is always built

Modified:
  head/devel/libnotify/Makefile
  head/devel/libnotify/distinfo
  head/devel/libnotify/pkg-plist

Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile	Wed Sep 16 12:26:08 2020	(r548782)
+++ head/devel/libnotify/Makefile	Wed Sep 16 12:55:54 2020	(r548783)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libnotify
-PORTVERSION=	0.7.8
+PORTVERSION=	0.7.9
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
@@ -12,10 +12,17 @@ COMMENT=	Library for desktop notifications
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	xsltproc:textproc/libxslt \
+		docbook-xsl>=0:textproc/docbook-xsl
+
 USES=		gmake gnome libtool meson pkgconfig tar:xz
 USE_GNOME=	glib20 gdkpixbuf2 introspection:build
 USE_LDCONFIG=	yes
 
 MESON_ARGS=	-Dtests=false -Ddocbook_docs=disabled -Dgtk_doc=false
+
+post-patch:
+	${REINPLACE_CMD} -e "s#http:.*docbook.xsl#${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl#g" \
+		${WRKSRC}/meson.build
 
 .include <bsd.port.mk>

Modified: head/devel/libnotify/distinfo
==============================================================================
--- head/devel/libnotify/distinfo	Wed Sep 16 12:26:08 2020	(r548782)
+++ head/devel/libnotify/distinfo	Wed Sep 16 12:55:54 2020	(r548783)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576258634
-SHA256 (libnotify-0.7.8.tar.xz) = 69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c
-SIZE (libnotify-0.7.8.tar.xz) = 108436
+TIMESTAMP = 1591951400
+SHA256 (libnotify-0.7.9.tar.xz) = 66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761
+SIZE (libnotify-0.7.9.tar.xz) = 98148

Modified: head/devel/libnotify/pkg-plist
==============================================================================
--- head/devel/libnotify/pkg-plist	Wed Sep 16 12:26:08 2020	(r548782)
+++ head/devel/libnotify/pkg-plist	Wed Sep 16 12:55:54 2020	(r548783)
@@ -8,4 +8,5 @@ lib/libnotify.so
 lib/libnotify.so.4
 lib/libnotify.so.4.0.0
 libdata/pkgconfig/libnotify.pc
+man/man1/notify-send.1.gz
 share/gir-1.0/Notify-0.7.gir



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