pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rebar3



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 15 13:56:15 UTC 2018

Modified Files:
        pkgsrc/devel/rebar3: Makefile

Log Message:
rebar3: remove ':' port separator from url. Also ftp -> https


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/rebar3/Makefile

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

Modified files:

Index: pkgsrc/devel/rebar3/Makefile
diff -u pkgsrc/devel/rebar3/Makefile:1.1 pkgsrc/devel/rebar3/Makefile:1.2
--- pkgsrc/devel/rebar3/Makefile:1.1    Thu Sep 13 14:56:43 2018
+++ pkgsrc/devel/rebar3/Makefile        Sat Sep 15 13:56:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/09/13 14:56:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/15 13:56:15 tnn Exp $
 
 DISTNAME=      rebar3-3.6.1
 CATEGORIES=    devel
@@ -32,7 +32,7 @@ EXTRACT_DIR.${dep}.tar=       ${WRKSRC}/_build
 .endfor
 
 DISTFILES+=                            ${DISTNAME:S/-/-cache-/}.tar.gz
-SITES.${DISTNAME:S/-/-cache-/}.tar.gz= ftp://ftp.netbsd.org:/pub/NetBSD/misc/fhajny/
+SITES.${DISTNAME:S/-/-cache-/}.tar.gz= https://ftp.netbsd.org/pub/NetBSD/misc/fhajny/
 
 SUBST_CLASSES+=                escript
 SUBST_STAGE.escript=   pre-configure



Home | Main Index | Thread Index | Old Index