svn commit: r520246 - head/devel/libnotify
Baptiste Daroussin
bapt at FreeBSD.org
Mon Dec 16 10:57:35 UTC 2019
Author: bapt
Date: Mon Dec 16 10:57:34 2019
New Revision: 520246
URL: https://svnweb.freebsd.org/changeset/ports/520246
Log:
Update to 0.7.8
Switch to the meson build system
Modified:
head/devel/libnotify/Makefile
head/devel/libnotify/distinfo
head/devel/libnotify/pkg-plist
Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile Mon Dec 16 10:36:03 2019 (r520245)
+++ head/devel/libnotify/Makefile Mon Dec 16 10:57:34 2019 (r520246)
@@ -1,10 +1,8 @@
# Created by: Andreas Kohn <andreas at syndrom23.de>
# $FreeBSD$
-# $MCom: ports/trunk/devel/libnotify/Makefile 19813 2014-08-15 19:44:33Z gusi $
PORTNAME= libnotify
-PORTVERSION= 0.7.7
-PORTREVISION= 1
+PORTVERSION= 0.7.8
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -14,12 +12,10 @@ COMMENT= Library for desktop notifications
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake gnome libtool pkgconfig tar:xz
+USES= gmake gnome libtool meson pkgconfig tar:xz
USE_GNOME= glib20 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-CONFIGURE_ARGS= --disable-tests
+MESON_ARGS= -Dtests=false -Ddocbook_docs=disabled -Dgtk_doc=false
.include <bsd.port.mk>
Modified: head/devel/libnotify/distinfo
==============================================================================
--- head/devel/libnotify/distinfo Mon Dec 16 10:36:03 2019 (r520245)
+++ head/devel/libnotify/distinfo Mon Dec 16 10:57:34 2019 (r520246)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491082336
-SHA256 (libnotify-0.7.7.tar.xz) = 9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04
-SIZE (libnotify-0.7.7.tar.xz) = 285356
+TIMESTAMP = 1576258634
+SHA256 (libnotify-0.7.8.tar.xz) = 69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c
+SIZE (libnotify-0.7.8.tar.xz) = 108436
Modified: head/devel/libnotify/pkg-plist
==============================================================================
--- head/devel/libnotify/pkg-plist Mon Dec 16 10:36:03 2019 (r520245)
+++ head/devel/libnotify/pkg-plist Mon Dec 16 10:57:34 2019 (r520246)
@@ -4,25 +4,8 @@ include/libnotify/notify-enum-types.h
include/libnotify/notify-features.h
include/libnotify/notify.h
lib/girepository-1.0/Notify-0.7.typelib
-lib/libnotify.a
lib/libnotify.so
lib/libnotify.so.4
lib/libnotify.so.4.0.0
libdata/pkgconfig/libnotify.pc
share/gir-1.0/Notify-0.7.gir
-share/gtk-doc/html/libnotify/NotifyNotification.html
-share/gtk-doc/html/libnotify/annotation-glossary.html
-share/gtk-doc/html/libnotify/api-index-deprecated.html
-share/gtk-doc/html/libnotify/api-index-full.html
-share/gtk-doc/html/libnotify/ch01.html
-share/gtk-doc/html/libnotify/home.png
-share/gtk-doc/html/libnotify/index.html
-share/gtk-doc/html/libnotify/left-insensitive.png
-share/gtk-doc/html/libnotify/left.png
-share/gtk-doc/html/libnotify/libnotify-notify.html
-share/gtk-doc/html/libnotify/libnotify.devhelp2
-share/gtk-doc/html/libnotify/right-insensitive.png
-share/gtk-doc/html/libnotify/right.png
-share/gtk-doc/html/libnotify/style.css
-share/gtk-doc/html/libnotify/up-insensitive.png
-share/gtk-doc/html/libnotify/up.png
More information about the svn-ports-head
mailing list