mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
update sysutils/debootstrap to 1.0.90
add support for Ubuntu artful
This commit is contained in:
parent
c6e6a0ee4e
commit
b3327a4370
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439333
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= debootstrap
|
||||
PORTVERSION= 1.0.89
|
||||
PORTVERSION= 1.0.90
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/debian/copyright
|
|||
|
||||
RUN_DEPENDS= wget:ftp/wget
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
USES= gmake perl5
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1489243962
|
||||
SHA256 (debootstrap_1.0.89.tar.gz) = 3fde1e34eae8744d802ff4f4ba5464b8c8829c0afe9d394c8a536cfdaca23885
|
||||
SIZE (debootstrap_1.0.89.tar.gz) = 69020
|
||||
TIMESTAMP = 1493049540
|
||||
SHA256 (debootstrap_1.0.90.tar.gz) = 4d1f434b093051a27fe9482063e2b09aa88cdcc51877228b04729e302ba9145e
|
||||
SIZE (debootstrap_1.0.90.tar.gz) = 69936
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
man/man8/debootstrap.8.gz
|
||||
%%DATADIR%%/functions
|
||||
%%DATADIR%%/scripts/aequorea
|
||||
%%DATADIR%%/scripts/artful
|
||||
%%DATADIR%%/scripts/bartholomea
|
||||
%%DATADIR%%/scripts/breezy
|
||||
%%DATADIR%%/scripts/bullseye
|
||||
|
|
Loading…
Add table
Reference in a new issue