diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-03-22 13:18:26 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-03-22 13:18:26 +0000 |
commit | 4a6109626565dd642794e96e2615815714477fb9 (patch) | |
tree | 01979ae0f59ef2b3482d880462f8782637f4396a /lang/pure | |
parent | ff8939070a35e5bf871532dd3a392a9732f997d3 (diff) | |
download | ports-4a6109626565dd642794e96e2615815714477fb9.tar.gz ports-4a6109626565dd642794e96e2615815714477fb9.zip |
Notes
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 8 | ||||
-rw-r--r-- | lang/pure/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 3becdd31688c..916d9f483c9f 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pure -PORTVERSION= 0.51 -PORTREVISION= 1 +PORTVERSION= 0.52 CATEGORIES= lang DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz @@ -46,6 +45,11 @@ CONFIGURE_ARGS+= --without-elisp PLIST_SUB+= ELC="@comment " .endif +# automatically disable readline support if editline support is available +.if exists(/usr/include/edit/readline/readline.h) +CONFIGURE_ARGS+= --without-readline +.endif + .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd .endif diff --git a/lang/pure/distinfo b/lang/pure/distinfo index 1016867f7faa..3ee7cd7736e6 100644 --- a/lang/pure/distinfo +++ b/lang/pure/distinfo @@ -1,4 +1,4 @@ -SHA256 (pure/pure-0.51.tar.gz) = 990b0a30cfb91f1f5a93847c1de666d52d7817f5be28d3753a06f42bc9d74412 -SIZE (pure/pure-0.51.tar.gz) = 1114840 -SHA256 (pure/pure-docs-0.51.tar.gz) = 2e13c12b0d1a03dbdf12c09f30bcbd86e50367079776d677b21e2ee1487419a5 -SIZE (pure/pure-docs-0.51.tar.gz) = 3376386 +SHA256 (pure/pure-0.52.tar.gz) = f7b83e07b38275087def31e2423a1c2a759134822489a65d1e3fae57163eab4f +SIZE (pure/pure-0.52.tar.gz) = 1130041 +SHA256 (pure/pure-docs-0.52.tar.gz) = aaff6167c0c1111e453d0d0d653414a2ae334f3940544407b70a743891ad0203 +SIZE (pure/pure-docs-0.52.tar.gz) = 3522081 |