From owner-svn-ports-all@freebsd.org Tue Jul 7 14:51:35 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6138D995421; Tue, 7 Jul 2015 14:51:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36F761BF0; Tue, 7 Jul 2015 14:51:35 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EpZ2s031054; Tue, 7 Jul 2015 14:51:35 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EpYam031048; Tue, 7 Jul 2015 14:51:34 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507071451.t67EpYam031048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 7 Jul 2015 14:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391506 - in head: . sysutils sysutils/docker sysutils/docker-freebsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 14:51:35 -0000 Author: kmoore Date: Tue Jul 7 14:51:33 2015 New Revision: 391506 URL: https://svnweb.freebsd.org/changeset/ports/391506 Log: - Rename sysutils/docker -> sysutils/docker-freebsd since it isn't pulled from the mainline repo (yet) Submitted by: Many Added: head/sysutils/docker-freebsd/ - copied from r391505, head/sysutils/docker/ Deleted: head/sysutils/docker/ Modified: head/MOVED head/sysutils/Makefile head/sysutils/docker-freebsd/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jul 7 14:35:39 2015 (r391505) +++ head/MOVED Tue Jul 7 14:51:33 2015 (r391506) @@ -7681,3 +7681,4 @@ devel/erlang-ibrowse|www/erlang-ibrowse| multimedia/ffmpeg23|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. multimedia/ffmpeg26|multimedia/ffmpeg|2015-07-05|Obsolete since recent upstream upgrade of main ffmpeg port. Use multimedia/ffmpeg instead. x11/docker|x11/docker-tray|2015-07-06|Renamed +sysutils/docker|sysutils/docker-freebsd|2015-07-07|Renamed Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jul 7 14:35:39 2015 (r391505) +++ head/sysutils/Makefile Tue Jul 7 14:51:33 2015 (r391506) @@ -201,7 +201,7 @@ SUBDIR += djmount SUBDIR += dmg2img SUBDIR += dmidecode - SUBDIR += docker + SUBDIR += docker-freebsd SUBDIR += doinkd SUBDIR += dolly SUBDIR += downtime Modified: head/sysutils/docker-freebsd/Makefile ============================================================================== --- head/sysutils/docker/Makefile Tue Jul 7 14:35:39 2015 (r391505) +++ head/sysutils/docker-freebsd/Makefile Tue Jul 7 14:51:33 2015 (r391506) @@ -1,7 +1,7 @@ # Created by: kmoore@FreeBSD.org # $FreeBSD$ -PORTNAME= docker +PORTNAME= docker-freebsd PORTVERSION= 06252015 CATEGORIES= sysutils @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/go:${PORTS USE_GITHUB= yes GH_ACCOUNT= kvasdopil +GH_PROJECT= docker GH_TAGNAME= 582db78 PLIST_FILES= bin/docker