Index: head/multimedia/playerctl/Makefile =================================================================== --- head/multimedia/playerctl/Makefile (revision 564889) +++ head/multimedia/playerctl/Makefile (revision 564890) @@ -1,35 +1,35 @@ # Created by: Aaron LI # $FreeBSD$ PORTNAME= playerctl -DISTVERSIONPREFIX= v -DISTVERSION= 2.1.1 +DISTVERSION= 2.3.1 CATEGORIES= multimedia audio +MASTER_SITES= https://github.com/altdesktop/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= aly@aaronly.me COMMENT= MPRIS command-line controller and library LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome meson pkgconfig +USES= gnome meson pkgconfig tar:xz USE_CSTD= c99 USE_GNOME= glib20 - USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= altdesktop +MESON_ARGS+= -Dbash-completions=true -Dzsh-completions=true -OPTIONS_DEFINE= DOC INTROSPECTION -OPTIONS_SUB= yes +PLIST_SUB= VERSION=${DISTVERSION} -DOC_DESC= Build GTK documentation -DOC_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc -DOC_MESON_TRUE= gtk-doc +OPTIONS_DEFINE= DOC INTROSPECTION +OPTIONS_SUB= yes -INTROSPECTION_DESC= Build GObject Introspection -INTROSPECTION_USE= gnome=introspection:build +DOC_DESC= Build GTK documentation +DOC_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc +DOC_MESON_TRUE= gtk-doc + +INTROSPECTION_DESC= Build GObject Introspection +INTROSPECTION_USE= gnome=introspection:build INTROSPECTION_MESON_TRUE= introspection .include Index: head/multimedia/playerctl/distinfo =================================================================== --- head/multimedia/playerctl/distinfo (revision 564889) +++ head/multimedia/playerctl/distinfo (revision 564890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588651281 -SHA256 (altdesktop-playerctl-v2.1.1_GH0.tar.gz) = 9eb810c1fd8e1afa5c76cecd34a2d22cc95e2029afe502025db8a38bce13e68d -SIZE (altdesktop-playerctl-v2.1.1_GH0.tar.gz) = 63956 +TIMESTAMP = 1608451320 +SHA256 (playerctl-2.3.1.tar.xz) = 36fbd2d168e1ba94d538022f358dc08818b90a4e8ea7eb4150eaaa8837630ed9 +SIZE (playerctl-2.3.1.tar.xz) = 60292 Index: head/multimedia/playerctl/pkg-plist =================================================================== --- head/multimedia/playerctl/pkg-plist (revision 564889) +++ head/multimedia/playerctl/pkg-plist (revision 564890) @@ -1,35 +1,37 @@ bin/playerctl bin/playerctld include/playerctl/playerctl-enum-types.h include/playerctl/playerctl-player-manager.h include/playerctl/playerctl-player-name.h include/playerctl/playerctl-player.h include/playerctl/playerctl-version.h include/playerctl/playerctl.h %%INTROSPECTION%%lib/girepository-1.0/Playerctl-2.0.typelib lib/libplayerctl.a lib/libplayerctl.so lib/libplayerctl.so.2 -lib/libplayerctl.so.2.1.1 +lib/libplayerctl.so.%%VERSION%% libdata/pkgconfig/playerctl.pc man/man1/playerctl.1.gz +share/bash-completion/completions/playerctl.bash share/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service %%INTROSPECTION%%share/gir-1.0/Playerctl-2.0.gir %%DOC%%share/gtk-doc/html/playerctl/PlayerctlPlayer.html %%DOC%%share/gtk-doc/html/playerctl/PlayerctlPlayerManager.html %%DOC%%share/gtk-doc/html/playerctl/annotation-glossary.html %%DOC%%share/gtk-doc/html/playerctl/api-index-full.html %%DOC%%share/gtk-doc/html/playerctl/ch01.html %%DOC%%share/gtk-doc/html/playerctl/deprecated-api-index.html %%DOC%%share/gtk-doc/html/playerctl/home.png %%DOC%%share/gtk-doc/html/playerctl/index.html %%DOC%%share/gtk-doc/html/playerctl/left-insensitive.png %%DOC%%share/gtk-doc/html/playerctl/left.png %%DOC%%share/gtk-doc/html/playerctl/object-tree.html %%DOC%%share/gtk-doc/html/playerctl/playerctl-playerctl-player-name.html %%DOC%%share/gtk-doc/html/playerctl/playerctl.devhelp2 %%DOC%%share/gtk-doc/html/playerctl/right-insensitive.png %%DOC%%share/gtk-doc/html/playerctl/right.png %%DOC%%share/gtk-doc/html/playerctl/style.css %%DOC%%share/gtk-doc/html/playerctl/up-insensitive.png %%DOC%%share/gtk-doc/html/playerctl/up.png +share/zsh/site-functions/_playerctl