Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 13:53:28 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6af579044f08 - main - audio/ft2-clone: Update to 1.82
Message-ID:  <202404121353.43CDrSkA035762@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6af579044f08b36a59c058156d1ed28b1453f6a1

commit 6af579044f08b36a59c058156d1ed28b1453f6a1
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-04-12 13:53:24 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-04-12 13:53:24 +0000

    audio/ft2-clone: Update to 1.82
    
    * Update to 1.82
    * Install the binary using the cmake toolchain while here, and then
      switch to the post-install target for the icons that cmake does not
      install.
    
    Upstream issue: https://github.com/8bitbubsy/ft2-clone/issues/51
---
 audio/ft2-clone/Makefile | 9 ++-------
 audio/ft2-clone/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/audio/ft2-clone/Makefile b/audio/ft2-clone/Makefile
index 687d4e3892c2..181366dffac4 100644
--- a/audio/ft2-clone/Makefile
+++ b/audio/ft2-clone/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ft2-clone
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.80
+DISTVERSION=	1.82
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -28,9 +28,6 @@ DESKTOP_ENTRIES=	"FastTracker II Clone" \
 			"" \
 			false
 
-# segfaults
-PORTSCOUT=	skipv:v1.81
-
 PLIST_FILES=	bin/ft2-clone \
 		share/pixmaps/ft2-clone.ico
 
@@ -52,10 +49,8 @@ PULSEAUDIO_LDFLAGS+=	-lpulse
 USE_CSTD=	c99
 .endif
 
-do-install:
+post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
-	${INSTALL_PROGRAM} ${WRKSRC}/release/other/ft2-clone \
-		${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/src/gfxdata/icon/ft2-clone.ico \
 		${STAGEDIR}${PREFIX}/share/pixmaps
 
diff --git a/audio/ft2-clone/distinfo b/audio/ft2-clone/distinfo
index c64f74484658..ad0e1334f04f 100644
--- a/audio/ft2-clone/distinfo
+++ b/audio/ft2-clone/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712728483
-SHA256 (8bitbubsy-ft2-clone-v1.80_GH0.tar.gz) = 805e21bd7fafde255deb117e22f2ee4a7ade1a9b500de3580a2e25bd48479701
-SIZE (8bitbubsy-ft2-clone-v1.80_GH0.tar.gz) = 6084971
+TIMESTAMP = 1712929812
+SHA256 (8bitbubsy-ft2-clone-v1.82_GH0.tar.gz) = 4aa821a7a6f83025bec15448d7f671b695381bdcb0424530718ab8d9c8d33a4d
+SIZE (8bitbubsy-ft2-clone-v1.82_GH0.tar.gz) = 6085641



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404121353.43CDrSkA035762>