pkgsrc-WIP-changes archive

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

radare2-git: Bump the version to 5.1.0 to track upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <kamil%netbsd.org@localhost>
Pushed By:	kamil
Date:		Mon Jan 25 21:11:26 2021 +0100
Changeset:	99a568100a7a6b4eba4a33ef5a910453adab69a6

Modified Files:
	radare2-git/Makefile

Log Message:
radare2-git: Bump the version to 5.1.0 to track upstream

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

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

diffstat:
 radare2-git/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/radare2-git/Makefile b/radare2-git/Makefile
index 326f9f70fc..ee8b3a1a2e 100644
--- a/radare2-git/Makefile
+++ b/radare2-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.27 2020/08/31 18:09:20 wiz Exp $
 
-DISTNAME=		radare2-5.0.1
+DISTNAME=		radare2-5.1.0
 CATEGORIES=		devel
 GIT_REPOSITORIES=	radare2
 GIT_REPO.radare2=	https://github.com/radare/radare2.git
@@ -22,7 +22,8 @@ USE_TOOLS+=		gmake patch pkg-config perl
 # node
 CHECK_INTERPRETER_SKIP+=	share/radare2/${PKGVERSION_NOREV}/www/m/fonts/iconjar-map.js
 
-PLIST_SUBST+=	R2VERSION=${PKGVERSION_NOREV}-git
+#PLIST_SUBST+=	R2VERSION=${PKGVERSION_NOREV}-git # trunk revision
+PLIST_SUBST+=	R2VERSION=${PKGVERSION_NOREV} # release revision
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index