pkgsrc-WIP-changes archive

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

toxic: bump to 0.8.3 and sed the manpath



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Thu Feb 7 22:25:56 2019 +0000
Changeset:	ce32a7b7926c3291ddf2d37bd4e5e7487fd2916d

Modified Files:
	toxic-git/Makefile

Log Message:
toxic: bump to 0.8.3 and sed the manpath

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

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

diffstat:
 toxic-git/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/toxic-git/Makefile b/toxic-git/Makefile
index 260a9a6097..53006fd653 100644
--- a/toxic-git/Makefile
+++ b/toxic-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	toxic-0.8.0
+DISTNAME=	toxic-0.8.3
 CATEGORIES=	chat
 GIT_REPO=	https://github.com/JFreegman/toxic.git
 
@@ -13,6 +13,12 @@ NO_CONFIGURE=	yes
 USE_TOOLS+=	gmake pkg-config
 USE_LANGUAGES+=	c
 
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	post-patch
+SUBST_MESSAGE.makefile= Fixing variable for manpath
+SUBST_SED.makefile=	-e 's|/share/man|/man|g'
+SUBST_FILES.makefile=	${WRKSRC}/cfg/global_vars.mk
+
 .include "options.mk"
 
 .include "../../chat/toxcore/buildlink3.mk"


Home | Main Index | Thread Index | Old Index