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

(-)/var/tmp/ruby/nickle/Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	nickle
8
PORTNAME=	nickle
9
PORTVERSION=	2.47
9
PORTVERSION=	2.54
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	http://www.nickle.org/release/
11
MASTER_SITES=	http://www.nickle.org/release/
12
12
Lines 15-21 Link Here
15
15
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
18
USE_GNOME=	gnometarget
19
CONFIGURE_ARGS=	--mandir=${PREFIX}/man
19
20
20
# Nickle now has bindings which are likely to pull in libraries that need
21
# Nickle now has bindings which are likely to pull in libraries that need
21
# libpthread.  Link to it now, since it wouldn't work at runtime.
22
# libpthread.  Link to it now, since it wouldn't work at runtime.
(-)/var/tmp/ruby/nickle/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nickle-2.47.tar.gz) = 0e7ab6db53e0ed925056cf65f750d43b
1
MD5 (nickle-2.54.tar.gz) = ffc7b03a830e64ec0547777330ae00b8
2
SHA256 (nickle-2.47.tar.gz) = a594f0eb8294b2a102bc581332027da93c7fe8a83f1b4442d3b777760c6f6b2b
2
SHA256 (nickle-2.54.tar.gz) = 434d90d76ad98182e88c1896f6235e67742a05832c638b5a7cbf39d2b232a8fb
3
SIZE (nickle-2.47.tar.gz) = 385176
3
SIZE (nickle-2.54.tar.gz) = 396983
(-)/var/tmp/ruby/nickle/pkg-plist (-2 / +3 lines)
Lines 54-65 Link Here
54
%%DATADIR%%/parse-args.5c
54
%%DATADIR%%/parse-args.5c
55
%%DATADIR%%/printf.5c
55
%%DATADIR%%/printf.5c
56
%%DATADIR%%/prng.5c
56
%%DATADIR%%/prng.5c
57
%%DATADIR%%/process.5c
57
%%DATADIR%%/scanf.5c
58
%%DATADIR%%/scanf.5c
58
%%DATADIR%%/socket.5c
59
%%DATADIR%%/socket.5c
59
%%DATADIR%%/string.5c
60
%%DATADIR%%/string.5c
60
%%DATADIR%%/svg.5c
61
%%DATADIR%%/svg.5c
61
@dirrm %%DATADIR%%/examples/turtle/
62
@dirrm %%DATADIR%%/examples/turtle
62
@dirrm %%DATADIR%%/examples/smlng
63
@dirrm %%DATADIR%%/examples/smlng
63
@dirrm %%DATADIR%%/examples
64
@dirrm %%DATADIR%%/examples
64
@unexec /bin/rmdir %D/%%DATADIR%% 2>/dev/null || true
65
@dirrm %%DATADIR%%
65
@dirrm include/nickle
66
@dirrm include/nickle

Return to bug 101930