Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 14:35:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411794 - head/sysutils/debootstrap
Message-ID:  <201603241435.u2OEZhKW031147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Mar 24 14:35:43 2016
New Revision: 411794
URL: https://svnweb.freebsd.org/changeset/ports/411794

Log:
  - Update to 1.0.80
  - While here, fix LICENSE and remove unneeded MAKE_ARGS
  
  PR:		208242
  Submitted by:	lifanov@mail.lifanov.com (maintainer)

Modified:
  head/sysutils/debootstrap/Makefile
  head/sysutils/debootstrap/distinfo

Modified: head/sysutils/debootstrap/Makefile
==============================================================================
--- head/sysutils/debootstrap/Makefile	Thu Mar 24 14:32:49 2016	(r411793)
+++ head/sysutils/debootstrap/Makefile	Thu Mar 24 14:35:43 2016	(r411794)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	debootstrap
-PORTVERSION=	1.0.79
+PORTVERSION=	1.0.80
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -10,7 +10,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	lifanov@mail.lifanov.com
 COMMENT=	Install Debian base system into a directory
 
-LICENSE=	GPLv2
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/debian/copyright
 
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
@@ -19,7 +20,6 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 USES=		gmake perl5
 USE_PERL5=	run
-MAKE_ARGS=	DESTDIR="${STAGEDIR}"
 
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	Debian GNU/kFreeBSD available only for i386 and amd64

Modified: head/sysutils/debootstrap/distinfo
==============================================================================
--- head/sysutils/debootstrap/distinfo	Thu Mar 24 14:32:49 2016	(r411793)
+++ head/sysutils/debootstrap/distinfo	Thu Mar 24 14:35:43 2016	(r411794)
@@ -1,2 +1,2 @@
-SHA256 (debootstrap_1.0.79.tar.gz) = 11ee0dca0c0e0b5ccb0f80c885f62467c67b90abcbdd7f48dd8ca66af4ec5fc0
-SIZE (debootstrap_1.0.79.tar.gz) = 64390
+SHA256 (debootstrap_1.0.80.tar.gz) = a693c1534ced650c80f50a623fc9dd3daada5115fcd8c3b6e6470cd1987ef119
+SIZE (debootstrap_1.0.80.tar.gz) = 64351



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