Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 07:45:08 +0000 (UTC)
From:      Oleksii Samorukov <samm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533897 - head/sysutils/busybox
Message-ID:  <202005040745.0447j85U078078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: samm
Date: Mon May  4 07:45:08 2020
New Revision: 533897
URL: https://svnweb.freebsd.org/changeset/ports/533897

Log:
  sysutils/busybox: update to 1.31.1
  
  - Update version to the latest stable
  - Remove CONFLICTS_INSTALL as busybox-unstable-* is not exists anymore
  
  Approved by: araujo (mentor)
  Differential Revision: https://reviews.freebsd.org/D24682

Modified:
  head/sysutils/busybox/Makefile
  head/sysutils/busybox/distinfo

Modified: head/sysutils/busybox/Makefile
==============================================================================
--- head/sysutils/busybox/Makefile	Mon May  4 07:31:27 2020	(r533896)
+++ head/sysutils/busybox/Makefile	Mon May  4 07:45:08 2020	(r533897)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	busybox
-PORTVERSION=	1.31.0
-PORTREVISION=	1
+PORTVERSION=	1.31.1
 CATEGORIES=	sysutils misc shells
 MASTER_SITES=	https://busybox.net/downloads/
 
@@ -20,7 +19,6 @@ USE_PERL5=	build
 OPTIONS_DEFINE=	DOCS STATIC
 STATIC_LDFLAGS=	-static
 
-CONFLICTS_INSTALL=	busybox-unstable-*
 .include <bsd.port.options.mk>
 # fix ash crash on arm, see shell/ash.c
 .if ${ARCH} == "armv6"

Modified: head/sysutils/busybox/distinfo
==============================================================================
--- head/sysutils/busybox/distinfo	Mon May  4 07:31:27 2020	(r533896)
+++ head/sysutils/busybox/distinfo	Mon May  4 07:45:08 2020	(r533897)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571066965
-SHA256 (busybox-1.31.0.tar.bz2) = 0e4925392fd9f3743cc517e031b68b012b24a63b0cf6c1ff03cce7bb3846cc99
-SIZE (busybox-1.31.0.tar.bz2) = 2427873
+TIMESTAMP = 1588539347
+SHA256 (busybox-1.31.1.tar.bz2) = d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998
+SIZE (busybox-1.31.1.tar.bz2) = 2430221



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