Index: head/lang/pure/Makefile =================================================================== --- head/lang/pure/Makefile (revision 297306) +++ head/lang/pure/Makefile (revision 297307) @@ -1,95 +1,95 @@ # New ports collection makefile for: pure # Date created: 2011-03-17 # Whom: Zhihao Yuan # # $FreeBSD$ # PORTNAME= pure -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= lang DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz MAINTAINER= lichray@gmail.com COMMENT= A modern-style functional programming language LICENSE= LGPL3 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr BUILD_DEPENDS= llvm>=2.9:${PORTSDIR}/devel/llvm RUN_DEPENDS= llvm>=2.9:${PORTSDIR}/devel/llvm MAN1= pure.1 SUB_FILES= pkg-message USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig USE_PURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release OPTIONS= EMACS "Compile pure-mode.el with Emacs" off .include .if defined(WITH_EMACS) USE_EMACS= yes MAKE_ARGS+= emacs_prefix=${PREFIX} PLIST_SUB+= ELC="" .else 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 PORTDATA= * PORTEXAMPLES= * PORTDOCS= * .if !defined(NOPORTDATA) SUB_LIST+= ETC="" .else SUB_LIST+= ETC="@comment " .endif .if !defined(NOPORTDOCS) PLIST_SUB+= DOCS="" .else PLIST_SUB+= DOCS="@comment " .endif .include post-install: .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR}/etc/ (cd ${WRKSRC} && ${RM} -f etc/*.in && ${COPYTREE_SHARE} etc/ ${DATADIR}/) .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} (cd ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION} && ${RM} -f Makefile && ${COPYTREE_SHARE} \* ${DOCSDIR}) ${LN} -fs ${DOCSDIR} ${PREFIX}/lib/${PORTNAME}/docs .endif @${CAT} ${PKGMESSAGE} .include "bsd.pure.mk" .include Property changes on: head/lang/pure/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/lang/pure/distinfo =================================================================== --- head/lang/pure/distinfo (revision 297306) +++ head/lang/pure/distinfo (revision 297307) @@ -1,4 +1,4 @@ -SHA256 (pure/pure-0.53.tar.gz) = 5c1d2e9c2780c4c545bd210372ecc84b079edaa013377323f739232a7a76d1a3 -SIZE (pure/pure-0.53.tar.gz) = 1134555 -SHA256 (pure/pure-docs-0.53.tar.gz) = f54a486d341daa737826288351533c7f28f42ef87cd473bcdba5c21018dcf564 -SIZE (pure/pure-docs-0.53.tar.gz) = 3533815 +SHA256 (pure/pure-0.54.tar.gz) = ca09b655e09312912fb626d00b828d713fdccbb12caf532512330bbf643efb7e +SIZE (pure/pure-0.54.tar.gz) = 1135611 +SHA256 (pure/pure-docs-0.54.tar.gz) = 1d1d52fbe8b5c7fb1ec26b6afef003884640b0d9c71eb4f0cafe0875a0ca19ef +SIZE (pure/pure-docs-0.54.tar.gz) = 3535023 Property changes on: head/lang/pure/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property