From owner-svn-ports-all@freebsd.org Fri Sep 18 17:45:01 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 C5B9D9CED43; Fri, 18 Sep 2015 17:45:01 +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 9B32D15FB; Fri, 18 Sep 2015 17:45:01 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8IHj1nk086839; Fri, 18 Sep 2015 17:45:01 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8IHj0WO086836; Fri, 18 Sep 2015 17:45:00 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201509181745.t8IHj0WO086836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 18 Sep 2015 17:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397271 - head/sysutils/iocage-devel 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: Fri, 18 Sep 2015 17:45:01 -0000 Author: kmoore Date: Fri Sep 18 17:45:00 2015 New Revision: 397271 URL: https://svnweb.freebsd.org/changeset/ports/397271 Log: - Update to 20150918 - Fix WWW address Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo head/sysutils/iocage-devel/pkg-descr Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Fri Sep 18 17:34:45 2015 (r397270) +++ head/sysutils/iocage-devel/Makefile Fri Sep 18 17:45:00 2015 (r397271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 20150826 +PORTVERSION= 20150918 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= iocage -GH_TAGNAME= 320ff13 +GH_TAGNAME= 9d2edd8 NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Fri Sep 18 17:34:45 2015 (r397270) +++ head/sysutils/iocage-devel/distinfo Fri Sep 18 17:45:00 2015 (r397271) @@ -1,2 +1,2 @@ -SHA256 (iocage-iocage-20150826-320ff13_GH0.tar.gz) = 62b94126cd4510a11cda63a9e6f82199da8948a206ecc1b73c450968db943e3d -SIZE (iocage-iocage-20150826-320ff13_GH0.tar.gz) = 297282 +SHA256 (iocage-iocage-20150918-9d2edd8_GH0.tar.gz) = 5669a065a391a6ec11618d2716eaa1f5d26dcf957c1d77964b5ffe09daad53bb +SIZE (iocage-iocage-20150918-9d2edd8_GH0.tar.gz) = 301592 Modified: head/sysutils/iocage-devel/pkg-descr ============================================================================== --- head/sysutils/iocage-devel/pkg-descr Fri Sep 18 17:34:45 2015 (r397270) +++ head/sysutils/iocage-devel/pkg-descr Fri Sep 18 17:45:00 2015 (r397271) @@ -5,4 +5,4 @@ FreeBSD operating system has to offer. It is geared for ease of use with a simple and easy to understand command syntax. -WWW: https://github.com/pannon/iocage +WWW: https://github.com/iocage/iocage