pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/erlang-idna



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May  3 09:08:36 UTC 2022

Modified Files:
        pkgsrc/net/erlang-idna: Makefile

Log Message:
erlang-idna: revbump to build only with rebar3.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/erlang-idna/Makefile

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

Modified files:

Index: pkgsrc/net/erlang-idna/Makefile
diff -u pkgsrc/net/erlang-idna/Makefile:1.5 pkgsrc/net/erlang-idna/Makefile:1.6
--- pkgsrc/net/erlang-idna/Makefile:1.5 Mon Apr 25 12:34:46 2022
+++ pkgsrc/net/erlang-idna/Makefile     Tue May  3 09:08:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/04/25 12:34:46 nikita Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/03 09:08:36 nikita Exp $
 
 DISTNAME=      idna-6.1.1
 PKGREVISION=   3
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/benoitc/erl
 COMMENT=       Pure Erlang IDNA implementation following the RFC5891
 LICENSE=       mit
 
+REBAR3_BUILD=  yes
 BUILD_DEPENDS+=        rebar3-[0-9]*:../../devel/rebar3
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}



Home | Main Index | Thread Index | Old Index