Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Nov 1, 2023
1 parent 9ccba78 commit d0ff3aa
Show file tree
Hide file tree
Showing 1,273 changed files with 16,548 additions and 7,677 deletions.
3 changes: 3 additions & 0 deletions accessibility/kmag/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kmag
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility kde kde-applications

MAINTAINER= [email protected]
Expand All @@ -9,6 +10,8 @@ WWW= https://www.kde.org/applications/utilities/kmag/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libqaccessibilityclient-qt5.so:accessibility/libqaccessibilityclient

USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons \
i18n kio service widgetsaddons xmlgui \
Expand Down
7 changes: 5 additions & 2 deletions archivers/9e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ DISTNAME= 9e

MAINTAINER= [email protected]
COMMENT= Explode Plan9 archives
WWW= http://www.bebik.net/doku.php?id=software:9e
WWW= https://osorio.me/projects/dev/9e/

LICENSE= LPL
LICENSE_GROUPS= OSI
LICENSE_NAME= Lucent Public License
LICENSE_TEXT= http://opensource.org/licenses/LPL-1.02
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

MAKE_ARGS= CC="${CC}" \
CFLAGS="${CFLAGS}" \
HDRS="" \
LIBS=""
PLIST_FILES= bin/9e
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin
Expand Down
1 change: 1 addition & 0 deletions archivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
SUBDIR += lzmalib
SUBDIR += lzo2
SUBDIR += lzop
SUBDIR += lzsa
SUBDIR += makeself
SUBDIR += mar
SUBDIR += maxcso
Expand Down
6 changes: 3 additions & 3 deletions archivers/kf5-karchive/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1694025505
SHA256 (KDE/frameworks/5.110.0/karchive-5.110.0.tar.xz) = fcc6583c0be5abbb9744bfad8d3e673a5b0907bd0787f7da338cc3d989040cdf
SIZE (KDE/frameworks/5.110.0/karchive-5.110.0.tar.xz) = 1022448
TIMESTAMP = 1697220918
SHA256 (KDE/frameworks/5.111.0/karchive-5.111.0.tar.xz) = e00e3d492882788e4289d62c6bde25e56178197de92f232a5850864ff6c2cd2d
SIZE (KDE/frameworks/5.111.0/karchive-5.111.0.tar.xz) = 1023832
1 change: 1 addition & 0 deletions archivers/kf5-karchive/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ share/locale/ca@valencia/LC_MESSAGES/karchive5_qt.qm
share/locale/cs/LC_MESSAGES/karchive5_qt.qm
share/locale/de/LC_MESSAGES/karchive5_qt.qm
share/locale/en_GB/LC_MESSAGES/karchive5_qt.qm
share/locale/eo/LC_MESSAGES/karchive5_qt.qm
share/locale/es/LC_MESSAGES/karchive5_qt.qm
share/locale/fi/LC_MESSAGES/karchive5_qt.qm
share/locale/fr/LC_MESSAGES/karchive5_qt.qm
Expand Down
33 changes: 33 additions & 0 deletions archivers/lzsa/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
PORTNAME= lzsa
DISTVERSION= 1.4.1
CATEGORIES= archivers emulators

MAINTAINER= [email protected]
COMMENT= LZSA compression utility

WWW= https://github.com/emmanuel-marty/lzsa

LICENSE= CC0-1.0 ZLIB
LICENSE_COMB= multi
LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE.cc0.md
LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE.zlib.md

USES= gmake

USE_GITHUB= yes
GH_ACCOUNT= emmanuel-marty

PLIST_FILES= bin/lzsa
PORTDOCS= BlockFormat_LZSA1.md BlockFormat_LZSA2.md README.md \
StreamFormat.md pareto_graph.png

OPTIONS_DEFINE= DOCS

do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/lzsa ${STAGEDIR}/${PREFIX}/bin

do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR} && \
${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions archivers/lzsa/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1698576531
SHA256 (emmanuel-marty-lzsa-1.4.1_GH0.tar.gz) = c65ca1e6a43696f4ca5edc2c98229fba1044806bd21bc2a8ce4b867dc9cfc45c
SIZE (emmanuel-marty-lzsa-1.4.1_GH0.tar.gz) = 152571
10 changes: 10 additions & 0 deletions archivers/lzsa/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- Makefile.orig 2023-02-27 17:23:00 UTC
+++ Makefile
@@ -1,5 +1,5 @@
-CC=clang
-CFLAGS=-O3 -g -fomit-frame-pointer -Isrc/libdivsufsort/include -Isrc
+CC?= clang
+CFLAGS+= -Isrc/libdivsufsort/include -Isrc
OBJDIR=obj
LDFLAGS=

2 changes: 2 additions & 0 deletions archivers/lzsa/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LZSA is a collection of byte-aligned compression formats that are specifically
engineered for very fast decompression on 8-bit systems.
3 changes: 1 addition & 2 deletions archivers/nfpm/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= nfpm
DISTVERSIONPREFIX= v
DISTVERSION= 2.32.0
PORTREVISION= 2
DISTVERSION= 2.34.0
CATEGORIES= archivers

MAINTAINER= [email protected]
Expand Down
10 changes: 5 additions & 5 deletions archivers/nfpm/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1689658781
SHA256 (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.mod) = 3fb37a1d725558882383c02c9806d50f3a78dd541098da453abc67e4c5282ff2
SIZE (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.mod) = 3077
SHA256 (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.zip) = a5a66c2a92045805eaa342458e8bd962de7bef0fe771be6282700f6a5a7322b2
SIZE (go/archivers_nfpm/nfpm-v2.32.0/v2.32.0.zip) = 527460
TIMESTAMP = 1698566028
SHA256 (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.mod) = 6e49b7aaf59f6d56934d691fe9086b28021e9488e4f11a710ae53e2f0ff98675
SIZE (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.mod) = 3237
SHA256 (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.zip) = cf318cb6b66390c701f2c2f102d43f21add0fd1c1b00bb7748bf5f4a619c86b0
SIZE (go/archivers_nfpm/nfpm-v2.34.0/v2.34.0.zip) = 529453
9 changes: 7 additions & 2 deletions archivers/p5-IO-Compress-Brotli/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
PORTNAME= IO-Compress-Brotli
PORTVERSION= 0.004001
PORTVERSION= 0.007000
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= IO-Compress-Brotli-${PORTVERSION:C|000$||}

MAINTAINER= [email protected]
COMMENT= Perl implementation of Brotli
Expand All @@ -11,9 +12,13 @@ WWW= https://metacpan.org/release/IO-Compress-Brotli
LICENSE= MIT

BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libbrotlicommon.so:archivers/brotli
RUN_DEPENDS= p5-File-Slurper>0:devel/p5-File-Slurper

USES= gmake perl5
USES= gmake localbase:ldflags perl5
USE_PERL5= configure

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/Compress/Brotli/Brotli.so

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions archivers/p5-IO-Compress-Brotli/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1567172299
SHA256 (IO-Compress-Brotli-0.004001.tar.gz) = 8ba5c0167e966f487bde159c18bc1b3486528013b3235d39f2fcb375ca4bf410
SIZE (IO-Compress-Brotli-0.004001.tar.gz) = 7674244
TIMESTAMP = 1698341291
SHA256 (IO-Compress-Brotli-0.007.tar.gz) = 195fd7987e7074d8f9c324eea7599c316ccd9eeb1bc7ca13f7a951b78f9f35e0
SIZE (IO-Compress-Brotli-0.007.tar.gz) = 7746650
37 changes: 37 additions & 0 deletions archivers/p5-IO-Compress-Brotli/files/patch-Makefile.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
--- Makefile.PL.orig 2023-10-25 00:42:06 UTC
+++ Makefile.PL
@@ -1,6 +1,5 @@
use 5.014000;
use ExtUtils::MakeMaker;
-use Alien::cmake3;
use File::Spec::Functions qw/catfile/;

WriteMakefile(
@@ -17,14 +16,6 @@ WriteMakefile(
'Getopt::Long' => '0',
'Time::HiRes' => '0',
},
- CONFIGURE_REQUIRES => {
- 'Alien::cmake3' => '0',
- },
- BUILD_REQUIRES => {
- 'Alien::cmake3' => '0',
- },
- INC => '-Ibrotli/c/include',
- MYEXTLIB => 'brotli/libbrotlienc.so.1.1.0 brotli/libbrotlidec.so.1.1.0 brotli/libbrotlicommon.so.1.1.0',
clean => { FILES => 'brotli/Makefile brotli/libbrotlienc.so* brotli/libbrotlidec.so* brotli/libbrotlicommon.so* brotli/CMakeCache.txt brotli/CMakeFiles/* brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc brotli/libbrotlienc.pc' },
META_ADD => {
dynamic_config => 0,
@@ -33,12 +24,3 @@ WriteMakefile(
},
}
);
-
-sub MY::postamble {
- my @dirs = Alien::cmake3->bin_dir;
- my $cmake = defined $dirs[0] ? catfile($dirs[0] , Alien::cmake3->exe) : Alien::cmake3->exe;
-'
-$(MYEXTLIB): brotli/CMakeLists.txt
- cd brotli && ' . $cmake . ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed . && make
-'
-}
3 changes: 1 addition & 2 deletions archivers/thunar-archive-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= thunar-archive-plugin
PORTVERSION= 0.5.1
PORTREVISION= 1
PORTVERSION= 0.5.2
CATEGORIES= archivers xfce
MASTER_SITES= XFCE/thunar-plugins
DIST_SUBDIR= xfce4
Expand Down
6 changes: 3 additions & 3 deletions archivers/thunar-archive-plugin/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1680298853
SHA256 (xfce4/thunar-archive-plugin-0.5.1.tar.bz2) = a81b3ab1d3cd77c7b3d6db15b37a3c12d65b06e373edc3c21083f02d605d8bed
SIZE (xfce4/thunar-archive-plugin-0.5.1.tar.bz2) = 369808
TIMESTAMP = 1698655303
SHA256 (xfce4/thunar-archive-plugin-0.5.2.tar.bz2) = 6379f877bcfc0ea85db9f43723b6fb317893050c712bd03c2ae3232fb9d5ade3
SIZE (xfce4/thunar-archive-plugin-0.5.2.tar.bz2) = 371599
2 changes: 1 addition & 1 deletion astro/p5-Astro-App-Satpass2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= Astro-App-Satpass2
PORTVERSION= 0.051
PORTVERSION= 0.052
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
6 changes: 3 additions & 3 deletions astro/p5-Astro-App-Satpass2/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1695469743
SHA256 (Astro-App-Satpass2-0.051.tar.gz) = e054c7a821446b9432558f4e1e11aab1f1a7f5e9cde9c4d1aedf26f08342c3c6
SIZE (Astro-App-Satpass2-0.051.tar.gz) = 341018
TIMESTAMP = 1698320337
SHA256 (Astro-App-Satpass2-0.052.tar.gz) = af780da44789a2df64833564e2fa7a3a67dd8570e93484dabf07e573883ba256
SIZE (Astro-App-Satpass2-0.052.tar.gz) = 341207
2 changes: 1 addition & 1 deletion astro/p5-Astro-SpaceTrack/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= Astro-SpaceTrack
PORTVERSION= 0.162
PORTVERSION= 0.163
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
6 changes: 3 additions & 3 deletions astro/p5-Astro-SpaceTrack/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1685834278
SHA256 (Astro-SpaceTrack-0.162.tar.gz) = bfd826a9162ff526c502a5599177c915cd20a186a6a7f1f4fe44b4883292e907
SIZE (Astro-SpaceTrack-0.162.tar.gz) = 197455
TIMESTAMP = 1698341293
SHA256 (Astro-SpaceTrack-0.163.tar.gz) = 77f7513b93417598074a60f5ea083635cca6c8be6646b2c8340998aeaf58518d
SIZE (Astro-SpaceTrack-0.163.tar.gz) = 197611
11 changes: 5 additions & 6 deletions astro/py-astlib/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= astlib
PORTVERSION= 0.11.9
PORTVERSION= 0.11.10
CATEGORIES= astro python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,11 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0.1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=3.2,2:astro/py-astropy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=3.0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517
Expand Down
6 changes: 3 additions & 3 deletions astro/py-astlib/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1697463070
SHA256 (astLib-0.11.9.tar.gz) = b2f9b7be58ffa96fc7876732038694d0faba026a0bf53003ccb0010c0e54feb7
SIZE (astLib-0.11.9.tar.gz) = 9917509
TIMESTAMP = 1698340975
SHA256 (astLib-0.11.10.tar.gz) = c7a7edf73202e35a07d363cd60fa1ee77faef9f605f29b69e91b1654138ba72e
SIZE (astLib-0.11.10.tar.gz) = 10022928
20 changes: 4 additions & 16 deletions astro/py-astlib/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
Reference: https://github.com/mattyowl/astLib/pull/9
https://github.com/mattyowl/astLib/commit/6844b308fb9ff1a71486dff98793bfec1ed13349

--- setup.py.orig 2023-10-12 15:29:16 UTC
--- setup.py.orig 2023-10-19 08:41:05 UTC
+++ setup.py
@@ -36,7 +36,7 @@ class build_PyWCSTools_ext(build_ext):

os.chdir(sourceDir)
cc=setuptools._distutils.ccompiler.new_compiler(setuptools._distutils.ccompiler.get_default_compiler())
- cc.compiler_so=[sysconfig.get_config_var('CC')]+sysconfig.get_config_var('CFLAGS').split()+sysconfig.get_config_var('CFLAGSFORSHARED').split()
+ cc.compiler_so=sysconfig.get_config_var('CC').split()+sysconfig.get_config_var('CFLAGS').split()+sysconfig.get_config_var('CFLAGSFORSHARED').split()

# Suppress warnings from compiling WCSTools wcssubs-3.9.5
if "-Wstrict-prototypes" in cc.compiler_so:
@@ -55,7 +55,7 @@ class build_PyWCSTools_ext(build_ext):

build_ext.build_extensions(self)

-setup(name='astLib',
+setup(name='astlib',
version='0.11.9',
url='https://astlib.readthedocs.io',
author='Matt Hilton & Steven Boada',
version='0.11.10',
packages=['astLib', 'PyWCSTools'],
package_data={'astLib': ['data/*']},
3 changes: 2 additions & 1 deletion audio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
SUBDIR += p5-CDDB-File
SUBDIR += p5-CDDB_get
SUBDIR += p5-Filesys-Virtual-DAAP
SUBDIR += p5-MIDI
SUBDIR += p5-MIDI-Perl
SUBDIR += p5-MP3-Find
SUBDIR += p5-MP3-ID3v1Tag
SUBDIR += p5-MP3-Info
Expand All @@ -579,6 +579,7 @@
SUBDIR += p5-Test-Corpus-Audio-MPD
SUBDIR += p5-libvorbis
SUBDIR += p5-tagged
SUBDIR += pa-applet
SUBDIR += pacpl
SUBDIR += padthv1-lv2
SUBDIR += paman
Expand Down
3 changes: 0 additions & 3 deletions audio/cadence/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ WWW= https://kxstudio.linuxaudio.org/Applications:Cadence
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

DEPRECATED= Depends on deprecated devel/py-qt5-pyqt
EXPIRATION_DATE= 2023-11-26

RUN_DEPENDS= jackit>0:audio/jack \
jack_capture:audio/jack-capture

Expand Down
2 changes: 1 addition & 1 deletion audio/fasttracker2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= fasttracker2
DISTVERSIONPREFIX= v
DISTVERSION= 1.72.1
DISTVERSION= 1.73
CATEGORIES= audio

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions audio/fasttracker2/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1696752540
SHA256 (8bitbubsy-ft2-clone-v1.72.1_GH0.tar.gz) = f7b71bc261d11c190d06ce5343564f1481e958d80cd06815aea3dbdd05340fbf
SIZE (8bitbubsy-ft2-clone-v1.72.1_GH0.tar.gz) = 6034721
TIMESTAMP = 1698672654
SHA256 (8bitbubsy-ft2-clone-v1.73_GH0.tar.gz) = 099804b6f02f79b163e83725a30ce1037d4fab1bc5c19b35230810e3ace1ce3b
SIZE (8bitbubsy-ft2-clone-v1.73_GH0.tar.gz) = 6035099
9 changes: 5 additions & 4 deletions audio/gradio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ WWW= https://github.com/haecker-felix/gradio
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md

DEPRECATED= BROKEN for more than a year
EXPIRATION_DATE= 2023-11-30
BROKEN= Does not build against current vala

LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libjson-glib-1.0.so:devel/json-glib

Expand All @@ -19,11 +23,8 @@ USE_GITHUB= yes
GH_ACCOUNT= haecker-felix
GH_PROJECT= Gradio
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_GSTREAMER= mpg123 soup

GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml

BROKEN= Does not build against current vala
USE_GSTREAMER= mpg123 soup

post-patch:
${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
Expand Down
2 changes: 2 additions & 0 deletions audio/guitarix-lv2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_USE= GNOME=intltool

BROKEN= fails to find faust version, see https://github.com/brummer10/guitarix/issues/135

post-install:
# strip, see https://sourceforge.net/p/guitarix/bugs/60/
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/guitarix
Expand Down
2 changes: 1 addition & 1 deletion audio/libremidi/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= libremidi
DISTVERSIONPREFIX= v
DISTVERSION= 4.2.3
DISTVERSION= 4.2.4
CATEGORIES= audio

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions audio/libremidi/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1696890835
SHA256 (jcelerier-libremidi-v4.2.3_GH0.tar.gz) = e0b6f1fc9b9f4f625c55371db140f9c91e4dcd4747b3672f5ee4d68a1294cb85
SIZE (jcelerier-libremidi-v4.2.3_GH0.tar.gz) = 15518519
TIMESTAMP = 1698784876
SHA256 (jcelerier-libremidi-v4.2.4_GH0.tar.gz) = bd56228d472c82b4a7262c88bc311336c39c25becd095606a678945215e5441e
SIZE (jcelerier-libremidi-v4.2.4_GH0.tar.gz) = 15517585
Loading

0 comments on commit d0ff3aa

Please sign in to comment.