Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2024 10:37:54 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f14b2b57b73a - main - audio/gtkguitune: Refactor
Message-ID:  <202412271037.4BRAbsFw006130@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit f14b2b57b73a3d347175fb1291d0c4ea0b354969
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-27 07:48:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-27 10:37:14 +0000

    audio/gtkguitune: Refactor
    
    - Remove GENTOO MASTER_SITES as it no longer provides flat layout
    - Pet portclippy
---
 audio/gtkguitune/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile
index 121ab9670654..a800ddea048b 100644
--- a/audio/gtkguitune/Makefile
+++ b/audio/gtkguitune/Makefile
@@ -3,8 +3,7 @@ PORTVERSION=	0.8
 DISTVERSIONPREFIX=	gtk2-
 PORTREVISION=	13
 CATEGORIES=	audio
-MASTER_SITES=	GENTOO \
-		http://www.oocities.org/harpin_floh/mysoft/
+MASTER_SITES=	http://www.oocities.org/harpin_floh/mysoft/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Guitar (and other instruments) tuner for GTK 2
@@ -12,18 +11,19 @@ WWW=		http://www.oocities.com/harpin_floh/kguitune_page.html
 
 LICENSE=	GPLv2+
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 USES=		compiler:c++11-lang gnome pkgconfig
 USE_CXXSTD=	c++11
 USE_GNOME=	gtkmm24
+
 GNU_CONFIGURE=	yes
 
+DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" ""
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 PLIST_FILES=	bin/${PORTNAME} \
 		share/icons/hicolor/scalable/apps/guitune_logo.svg
 
-DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" ""
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure


home | help

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