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

(-)./Makefile (-3 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	pure
8
PORTNAME=	pure
9
PORTVERSION=	0.51
9
PORTVERSION=	0.52
10
PORTREVISION=	1
11
CATEGORIES=	lang
10
CATEGORIES=	lang
12
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz
11
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz
13
12
Lines 33-39 Link Here
33
32
34
CONFIGURE_ARGS=	--with-libgmp-prefix=${LOCALBASE} --enable-release
33
CONFIGURE_ARGS=	--with-libgmp-prefix=${LOCALBASE} --enable-release
35
34
36
OPTIONS=	EMACS "Compile pure-mode.el with Emacs" off
35
OPTIONS=	EMACS "Compile pure-mode.el with Emacs" off \
36
		READLINE "Use GNU readline instead of BSD editline" off
37
37
38
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
39
39
Lines 46-51 Link Here
46
PLIST_SUB+=	ELC="@comment "
46
PLIST_SUB+=	ELC="@comment "
47
.endif
47
.endif
48
48
49
.if !defined(WITH_READLINE)
50
CONFIGURE_ARGS+=	--without-readline
51
.endif
52
49
.if ${ARCH} == "amd64"
53
.if ${ARCH} == "amd64"
50
CONFIGURE_TARGET=	x86_64-portbld-freebsd
54
CONFIGURE_TARGET=	x86_64-portbld-freebsd
51
.endif
55
.endif
(-)./distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
SHA256 (pure/pure-0.51.tar.gz) = 990b0a30cfb91f1f5a93847c1de666d52d7817f5be28d3753a06f42bc9d74412
1
SHA256 (pure/pure-0.52.tar.gz) = f7b83e07b38275087def31e2423a1c2a759134822489a65d1e3fae57163eab4f
2
SIZE (pure/pure-0.51.tar.gz) = 1114840
2
SIZE (pure/pure-0.52.tar.gz) = 1130041
3
SHA256 (pure/pure-docs-0.51.tar.gz) = 2e13c12b0d1a03dbdf12c09f30bcbd86e50367079776d677b21e2ee1487419a5
3
SHA256 (pure/pure-docs-0.52.tar.gz) = aaff6167c0c1111e453d0d0d653414a2ae334f3940544407b70a743891ad0203
4
SIZE (pure/pure-docs-0.51.tar.gz) = 3376386
4
SIZE (pure/pure-docs-0.52.tar.gz) = 3522081

Return to bug 165864