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

(-)execline/Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	execline
8
PORTNAME=	execline
9
PORTVERSION=	1.06
9
PORTVERSION=	1.07
10
CATEGORIES=	lang shells
10
CATEGORIES=	lang shells
11
MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
11
MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
12
12
Lines 26-31 Link Here
26
		> ${WRKSRC}/conf-compile/import
26
		> ${WRKSRC}/conf-compile/import
27
	${ECHO_CMD} "${LOCALBASE}/lib/skalibs" \
27
	${ECHO_CMD} "${LOCALBASE}/lib/skalibs" \
28
		>> ${WRKSRC}/conf-compile/import
28
		>> ${WRKSRC}/conf-compile/import
29
	${REINPLACE_CMD} -e 's|superstrip1|#superstrip1|g' \
30
		${WRKSRC}/conf-compile/conf-stripbins
29
31
30
do-build:
32
do-build:
31
	cd ${WRKSRC} && package/compile
33
	cd ${WRKSRC} && package/compile
(-)execline/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (execline-1.06.tar.gz) = e9a5152412b1b32a0c3e47336fef7388
1
MD5 (execline-1.07.tar.gz) = fa7618180104d812759eca66cc33e061
2
SHA256 (execline-1.06.tar.gz) = 9a6cba404e4b7c3833b1d7ec22308ad2e68ef9943eb1885e5fb0108059e30ae8
2
SHA256 (execline-1.07.tar.gz) = 808afc24ea838c5a37e5252c05daf0544acdfd1f18ef23a0151a7673c1c32eb5
3
SIZE (execline-1.06.tar.gz) = 65474
3
SIZE (execline-1.07.tar.gz) = 67129
(-)execline/pkg-plist (+2 lines)
Lines 21-26 Link Here
21
bin/foreground
21
bin/foreground
22
bin/getpid
22
bin/getpid
23
bin/heredoc
23
bin/heredoc
24
bin/homeof
24
bin/if
25
bin/if
25
bin/ifthenelse
26
bin/ifthenelse
26
bin/import
27
bin/import
Lines 74-79 Link Here
74
%%PORTDOCS%%%%DOCSDIR%%/getpid.html
75
%%PORTDOCS%%%%DOCSDIR%%/getpid.html
75
%%PORTDOCS%%%%DOCSDIR%%/grammar.html
76
%%PORTDOCS%%%%DOCSDIR%%/grammar.html
76
%%PORTDOCS%%%%DOCSDIR%%/heredoc.html
77
%%PORTDOCS%%%%DOCSDIR%%/heredoc.html
78
%%PORTDOCS%%%%DOCSDIR%%/homeof.html
77
%%PORTDOCS%%%%DOCSDIR%%/if.html
79
%%PORTDOCS%%%%DOCSDIR%%/if.html
78
%%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html
80
%%PORTDOCS%%%%DOCSDIR%%/ifthenelse.html
79
%%PORTDOCS%%%%DOCSDIR%%/import.html
81
%%PORTDOCS%%%%DOCSDIR%%/import.html

Return to bug 127746