From: John Marino Date: Wed, 27 Nov 2013 18:14:15 +0000 (+0100) Subject: /usr/Makefile: Switch to DragonFlyBSD repo on GitHub X-Git-Tag: v3.9.0~1098 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/898339da04a0bbc95bca7e039aa7585c4b80c886 /usr/Makefile: Switch to DragonFlyBSD repo on GitHub I transferred the ownership of both the DPorts and the DeltaPorts repositories from the jrmarino account to the DragonFlyBSD account. All references to the jrmarino account still work, but updating the makefile to reflect the DragonFlyBSD account looks more official. --- diff --git a/etc/Makefile.usr b/etc/Makefile.usr index 64fb742233..8db0409762 100644 --- a/etc/Makefile.usr +++ b/etc/Makefile.usr @@ -7,7 +7,7 @@ GITHOST?=git.dragonflybsd.org THISGIT!= which git 2>/dev/null; echo DPTBALL=/tmp/dports.tar.gz PKGBALL=/tmp/pkgboot.tar.xz -DPDLURL=https://api.github.com/repos/jrmarino/DPorts/tarball/ +DPDLURL=https://api.github.com/repos/DragonFlyBSD/DPorts/tarball/ PKGBOOT_VERSION=01 PKGBOOT_i386=bootstrap_pkg_${PKGBOOT_VERSION}_x86-32.tar.xz PKGBOOT_x86_64=bootstrap_pkg_${PKGBOOT_VERSION}_x86-64.tar.xz @@ -174,7 +174,7 @@ dports-download: rm -f ${DPTBALL} fetch -o ${DPTBALL} ${DPDLURL} tar -xf ${DPTBALL} -C ${.CURDIR} - mv /usr/jrmarino-DPorts-* ${.CURDIR}/dports + mv /usr/DragonFlyBSD-DPorts-* ${.CURDIR}/dports rm -f ${DPTBALL} .if exists(${.CURDIR}/pkg) @echo ${WSTARS} @@ -195,7 +195,7 @@ dports-replace: fetch -o ${DPTBALL} ${DPDLURL} rm -rf ${.CURDIR}/dports tar -xf ${DPTBALL} -C ${.CURDIR} - mv /usr/jrmarino-DPorts-* ${.CURDIR}/dports + mv /usr/DragonFlyBSD-DPorts-* ${.CURDIR}/dports rm -f ${DPTBALL} .endif