diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-11-18 09:39:53 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-11-18 09:40:00 +0000 |
commit | 018df382e2e61b94ce1a614417f719f2246369ec (patch) | |
tree | dd0875369af4ac71be2ba8b559a6faf726dcd758 /audio | |
parent | 91828ddfe49ca5c8de4636c1d30b048f63bae405 (diff) | |
download | ports-018df382e2e61b94ce1a614417f719f2246369ec.tar.gz ports-018df382e2e61b94ce1a614417f719f2246369ec.zip |
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pamixer/Makefile | 14 | ||||
-rw-r--r-- | audio/pamixer/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/audio/pamixer/Makefile b/audio/pamixer/Makefile index e60859ff5c57..91c01ddb1c39 100644 --- a/audio/pamixer/Makefile +++ b/audio/pamixer/Makefile @@ -1,8 +1,5 @@ PORTNAME= pamixer -DISTVERSIONPREFIX= v -DISTVERSION= 1.4-15 -PORTREVISION= 8 -DISTVERSIONSUFFIX= -g4ea2594 +DISTVERSION= 1.6 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -11,13 +8,14 @@ WWW= https://github.com/cdemoulins/pamixer LICENSE= GPLv3 -LIB_DEPENDS+= libpulse.so:audio/pulseaudio \ - libboost_program_options.so:devel/boost-libs +BUILD_DEPENDS= cxxopts>0:devel/cxxopts +LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= compiler:gcc-c++11-lib gmake localbase +USES= compiler:c++11-lang meson USE_GITHUB= yes GH_ACCOUNT= cdemoulins -PLIST_FILES= bin/pamixer man/man1/pamixer.1.gz +PLIST_FILES= bin/pamixer \ + man/man1/pamixer.1.gz .include <bsd.port.mk> diff --git a/audio/pamixer/distinfo b/audio/pamixer/distinfo index 83d99ee9a88a..c73fc9a6f745 100644 --- a/audio/pamixer/distinfo +++ b/audio/pamixer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620727132 -SHA256 (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = eaf1d04e9369b59ae14663ee4cb0c4186b199e8ac35ccbe361a01ff2be15c32d -SIZE (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = 18374 +TIMESTAMP = 1696200964 +SHA256 (cdemoulins-pamixer-1.6_GH0.tar.gz) = 8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71 +SIZE (cdemoulins-pamixer-1.6_GH0.tar.gz) = 18574 |