From owner-svn-ports-head@freebsd.org Wed Sep 16 12:55:56 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EFB63E4CD3; Wed, 16 Sep 2020 12:55:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bs0T76TzLz3TZV; Wed, 16 Sep 2020 12:55:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C355C196CD; Wed, 16 Sep 2020 12:55:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08GCttTW006292; Wed, 16 Sep 2020 12:55:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08GCttkH006288; Wed, 16 Sep 2020 12:55:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009161255.08GCttkH006288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 16 Sep 2020 12:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548783 - head/devel/libnotify X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/devel/libnotify X-SVN-Commit-Revision: 548783 X-SVN-Commit-Repository: ports 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.33 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: Wed, 16 Sep 2020 12:55:56 -0000 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 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