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

(-)shells/dash/Makefile (-4 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dash
3
PORTNAME=	dash
4
PORTVERSION=	0.5.9.1
4
PORTVERSION=	0.5.10.2
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
Lines 12-23 Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
# This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386
16
CFLAGS+=	-DUNUSABLE_RT_SIGNALS
17
15
18
USES=		gmake
16
USES=		gmake
19
17
20
PLIST_FILES=	bin/dash man/man1/dash.1.gz
18
PLIST_FILES=	bin/dash \
19
		man/man1/dash.1.gz
21
20
22
post-patch:
21
post-patch:
23
	${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
22
	${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
(-)shells/dash/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1485880831
1
TIMESTAMP = 1532879576
2
SHA256 (dash-0.5.9.1.tar.gz) = 5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659
2
SHA256 (dash-0.5.10.2.tar.gz) = 3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071
3
SIZE (dash-0.5.9.1.tar.gz) = 225217
3
SIZE (dash-0.5.10.2.tar.gz) = 225196

Return to bug 230156