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

(-)shells/dash/Makefile (-1 / +4 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dash
3
PORTNAME=	dash
4
PORTVERSION=	0.5.8
4
PORTVERSION=	0.5.9.1
5
CATEGORIES=	shells
5
CATEGORIES=	shells
6
MASTER_SITES=	http://gondor.apana.org.au/~herbert/dash/files/
6
MASTER_SITES=	http://gondor.apana.org.au/~herbert/dash/files/
7
7
8
MAINTAINER=	bdrewery@FreeBSD.org
8
MAINTAINER=	bdrewery@FreeBSD.org
9
COMMENT=	POSIX-compliant implementation of /bin/sh
9
COMMENT=	POSIX-compliant implementation of /bin/sh
10
10
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
11
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
12
# This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386
15
# This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386
13
CFLAGS+=	-DUNUSABLE_RT_SIGNALS
16
CFLAGS+=	-DUNUSABLE_RT_SIGNALS
(-)shells/dash/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dash-0.5.8.tar.gz) = c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
1
TIMESTAMP = 1485880831
2
SIZE (dash-0.5.8.tar.gz) = 223028
2
SHA256 (dash-0.5.9.1.tar.gz) = 5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659
3
SIZE (dash-0.5.9.1.tar.gz) = 225217

Return to bug 216887