pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Towards a stable version 0.3.1



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Fri Nov 24 11:36:16 2023 +0000
Changeset:	f658bd2dcbbf7de4113fc79b39219b055cc88682

Modified Files:
	nessoundstudio/DESCR
	nessoundstudio/Makefile

Log Message:
Towards a stable version 0.3.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f658bd2dcbbf7de4113fc79b39219b055cc88682

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nessoundstudio/DESCR    | 4 ++--
 nessoundstudio/Makefile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/nessoundstudio/DESCR b/nessoundstudio/DESCR
index a094901372..cde0b8781a 100644
--- a/nessoundstudio/DESCR
+++ b/nessoundstudio/DESCR
@@ -1,3 +1,3 @@
 NES sound studio is a music player and composing system which lets
-you write music files and play them back on its own internal
-emulator.
+you write music files and play them back on a NES emulator using cc65
+to compile the music file.
diff --git a/nessoundstudio/Makefile b/nessoundstudio/Makefile
index 39c223be6a..0f37021d56 100644
--- a/nessoundstudio/Makefile
+++ b/nessoundstudio/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	nessoundstudio-0.2.2
+DISTNAME=	nessoundstudio-0.3.1
 CATEGORIES=	audio
 MASTER_SITES=	https://sourceforge.net/projects/nessoundstudio/files/
 
@@ -9,7 +9,7 @@ HOMEPAGE=	https://sourceforge.net/projects/nessoundstudio/
 COMMENT=	NES music player and composing system
 LICENSE=	modified-bsd
 
-WRKSRC=		${WRKDIR}/nessoundstudio-0.2
+WRKSRC=		${WRKDIR}/nessoundstudio-0.3
 USE_LANGUAGES=	c++
 
 INSTALLATION_DIRS=	bin


Home | Main Index | Thread Index | Old Index