From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 20:08:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B31F73; Thu, 23 Jan 2014 20:08:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73EBE1542; Thu, 23 Jan 2014 20:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0NK8h9U005175; Thu, 23 Jan 2014 20:08:43 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0NK8hxE005170; Thu, 23 Jan 2014 20:08:43 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201401232008.s0NK8hxE005170@svn.freebsd.org> From: Matthias Andree Date: Thu, 23 Jan 2014 20:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340855 - head/sysutils/busybox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 20:08:43 -0000 Author: mandree Date: Thu Jan 23 20:08:42 2014 New Revision: 340855 URL: http://svnweb.freebsd.org/changeset/ports/340855 QAT: https://qat.redports.org/buildarchive/r340855/ Log: - Chase busybox-1.22.1-ash.patch size/checksum differences because the file was replaced (The maintainer had previously pulled the wrong file from the repository.) - Add two new fixes. - Bump PORTREVISION. Modified: head/sysutils/busybox/Makefile head/sysutils/busybox/distinfo Modified: head/sysutils/busybox/Makefile ============================================================================== --- head/sysutils/busybox/Makefile Thu Jan 23 20:07:51 2014 (r340854) +++ head/sysutils/busybox/Makefile Thu Jan 23 20:08:42 2014 (r340855) @@ -3,12 +3,16 @@ PORTNAME= busybox PORTVERSION= 1.22.1 +PORTREVISION= 1 CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ PATCH_SITES= http://www.busybox.net/downloads/fixes-${PORTVERSION}/ PATCH_DIST_STRIP= -p1 -PATCHFILES= busybox-1.22.1-ash.patch +PATCHFILES= busybox-1.22.1-ash.patch \ + busybox-1.22.1-date.patch \ + busybox-1.22.1-iplink.patch \ + # MAINTAINER= mandree@FreeBSD.org COMMENT= Busybox for FreeBSD Modified: head/sysutils/busybox/distinfo ============================================================================== --- head/sysutils/busybox/distinfo Thu Jan 23 20:07:51 2014 (r340854) +++ head/sysutils/busybox/distinfo Thu Jan 23 20:08:42 2014 (r340855) @@ -1,4 +1,8 @@ SHA256 (busybox-1.22.1.tar.bz2) = ae0b029d0a9e4dd71a077a790840e496dd838998e4571b87b60fed7462b6678b SIZE (busybox-1.22.1.tar.bz2) = 2218650 -SHA256 (busybox-1.22.1-ash.patch) = 9917257771ab715480427a6b744785b035d381e7ec0de381faf945bc7abadb97 -SIZE (busybox-1.22.1-ash.patch) = 423 +SHA256 (busybox-1.22.1-ash.patch) = c3b5b5c5522fda8014b12a23c370d7f70f6d1625fefa93a62c5c14414528ad12 +SIZE (busybox-1.22.1-ash.patch) = 344 +SHA256 (busybox-1.22.1-date.patch) = 8502dd7454e948a56fcd8201f4fe9d629d2844b9df2bacff7ee0bb09398d12e8 +SIZE (busybox-1.22.1-date.patch) = 1008 +SHA256 (busybox-1.22.1-iplink.patch) = 186b41734e43ee117cb367055ce6a4d5b3aac671c09d71f2a6347793874d653b +SIZE (busybox-1.22.1-iplink.patch) = 425