View | Details | Raw Unified | Return to bug 204501
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	debootstrap
4
PORTNAME=	debootstrap
5
PORTVERSION=	1.0.74
5
PORTVERSION=	1.0.75
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
7
MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
8
DISTNAME=	${PORTNAME}_${PORTVERSION}
8
DISTNAME=	${PORTNAME}_${PORTVERSION}
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
15
RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
16
16
17
WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
17
WRKSRC=		${WRKDIR}/${PORTNAME}
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
USES=		gmake perl5
20
USES=		gmake perl5
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (debootstrap_1.0.74.tar.gz) = ae1d1a8d6212f7721be489608230a185721b798d114f8c56b67c4a5e123586bf
1
SHA256 (debootstrap_1.0.75.tar.gz) = 4fdc5daf7bce3816a7faa916e7cbd6d45357f241f0d845bec0015c06fd7c7cd6
2
SIZE (debootstrap_1.0.74.tar.gz) = 62347
2
SIZE (debootstrap_1.0.75.tar.gz) = 61897
(-)pkg-plist (+4 lines)
Lines 1-8 Link Here
1
@(,,0755) sbin/debootstrap
1
@(,,0755) sbin/debootstrap
2
man/man8/debootstrap.8.gz
2
man/man8/debootstrap.8.gz
3
%%DATADIR%%/functions
3
%%DATADIR%%/functions
4
%%DATADIR%%/scripts/aequorea
5
%%DATADIR%%/scripts/bartholomea
4
%%DATADIR%%/scripts/breezy
6
%%DATADIR%%/scripts/breezy
7
%%DATADIR%%/scripts/chromodoris
5
%%DATADIR%%/scripts/dapper
8
%%DATADIR%%/scripts/dapper
9
%%DATADIR%%/scripts/dasyatis
6
%%DATADIR%%/scripts/edgy
10
%%DATADIR%%/scripts/edgy
7
%%DATADIR%%/scripts/etch
11
%%DATADIR%%/scripts/etch
8
%%DATADIR%%/scripts/etch-m68k
12
%%DATADIR%%/scripts/etch-m68k

Return to bug 204501