pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/erlang-fast_tls



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri May 21 10:48:56 UTC 2021

Modified Files:
        pkgsrc/security/erlang-fast_tls: Makefile

Log Message:
erlang-fast_tls: Remove useless variable from MAKE_ENV

pkgsrc changes:
---------------
  * Actually REBAR is already defined in MAKE_FLAGS of lang/erlang/modules.
  * Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/erlang-fast_tls/Makefile

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

Modified files:

Index: pkgsrc/security/erlang-fast_tls/Makefile
diff -u pkgsrc/security/erlang-fast_tls/Makefile:1.19 pkgsrc/security/erlang-fast_tls/Makefile:1.20
--- pkgsrc/security/erlang-fast_tls/Makefile:1.19       Fri May 21 07:49:52 2021
+++ pkgsrc/security/erlang-fast_tls/Makefile    Fri May 21 10:48:55 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2021/05/21 07:49:52 triaxx Exp $
+# $NetBSD: Makefile,v 1.20 2021/05/21 10:48:55 triaxx Exp $
 
 DISTNAME=      fast_tls-1.1.12
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -15,8 +16,6 @@ DEPENDS+=     erlang-p1_utils>=1.0.22:../../
 
 GNU_CONFIGURE= yes
 
-MAKE_ENV+=     REBAR=${REBAR}
-
 .include "../../security/openssl/buildlink3.mk"
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index