From 9972367bf5ae8474523fce6241c13304a319c054 Mon Sep 17 00:00:00 2001 From: mandree Date: Thu, 23 Jan 2014 20:08:42 +0000 Subject: - 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. --- sysutils/busybox/Makefile | 6 +++++- sysutils/busybox/distinfo | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 68e4fbd4c004..458844d0b940 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -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 diff --git a/sysutils/busybox/distinfo b/sysutils/busybox/distinfo index 18b66d7855aa..84a24f454430 100644 --- a/sysutils/busybox/distinfo +++ b/sysutils/busybox/distinfo @@ -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 -- cgit