Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 20:08:43 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340855 - head/sysutils/busybox
Message-ID:  <201401232008.s0NK8hxE005170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401232008.s0NK8hxE005170>