Date: Sun, 28 Oct 2018 12:24:02 +0000 (UTC) From: Stefan Esser <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483288 - head/misc/ctm Message-ID: <201810281224.w9SCO2id028797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Sun Oct 28 12:24:02 2018 New Revision: 483288 URL: https://svnweb.freebsd.org/changeset/ports/483288 Log: Track move of the Github repo from bsdimp/ctm to freebsd/ctm. The port revision has not been bumped since the package is unchanged except for the URL to the repository in the package description, and no official packages with the old URL have been made available, yet. Approved by: antoine (implicit) Modified: head/misc/ctm/Makefile head/misc/ctm/distinfo head/misc/ctm/pkg-descr Modified: head/misc/ctm/Makefile ============================================================================== --- head/misc/ctm/Makefile Sun Oct 28 11:53:05 2018 (r483287) +++ head/misc/ctm/Makefile Sun Oct 28 12:24:02 2018 (r483288) @@ -19,7 +19,7 @@ LICENSE_PERMS_Beerware= dist-mirror dist-sell pkg-mirr USES= tar:txz USE_GITHUB= yes -GH_ACCOUNT= bsdimp +GH_ACCOUNT= freebsd GH_TAGNAME= ef289f3 OPTIONS_DEFINE= DOCS Modified: head/misc/ctm/distinfo ============================================================================== --- head/misc/ctm/distinfo Sun Oct 28 11:53:05 2018 (r483287) +++ head/misc/ctm/distinfo Sun Oct 28 12:24:02 2018 (r483288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540662310 -SHA256 (bsdimp-ctm-2.0-ef289f3_GH0.tar.gz) = 793d88b328699e41a68f214fbd581b5730f86631532728e01ad0a08cd8807bfb -SIZE (bsdimp-ctm-2.0-ef289f3_GH0.tar.gz) = 40160 +TIMESTAMP = 1540728904 +SHA256 (freebsd-ctm-2.0-ef289f3_GH0.tar.gz) = 793d88b328699e41a68f214fbd581b5730f86631532728e01ad0a08cd8807bfb +SIZE (freebsd-ctm-2.0-ef289f3_GH0.tar.gz) = 40160 Modified: head/misc/ctm/pkg-descr ============================================================================== --- head/misc/ctm/pkg-descr Sun Oct 28 11:53:05 2018 (r483287) +++ head/misc/ctm/pkg-descr Sun Oct 28 12:24:02 2018 (r483288) @@ -9,4 +9,4 @@ entirely different things. CTM concentrates the compu generation of the deltas, as a delta very often is applied more times than it is made. Second CTM tries to make the minimal size delta. -WWW: https://github.com/bsdimp/ctm +WWW: https://github.com/freebsd/ctm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281224.w9SCO2id028797>