Index: head/devel/meck/Makefile =================================================================== --- head/devel/meck/Makefile (revision 388910) +++ head/devel/meck/Makefile (revision 388911) @@ -1,34 +1,32 @@ # $FreeBSD$ PORTNAME= meck -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang library for building mock modules LICENSE= APACHE20 BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= VERSION="${PORTVERSION}" USES= gmake USE_GITHUB= yes GH_ACCOUNT= eproxus .include do-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -.endif @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src .include Index: head/devel/meck/distinfo =================================================================== --- head/devel/meck/distinfo (revision 388910) +++ head/devel/meck/distinfo (revision 388911) @@ -1,2 +1,2 @@ -SHA256 (eproxus-meck-0.8.2_GH0.tar.gz) = dc1ad985b1c994c69b645f5cfd159bf9ba71d10a2984ce354500adb4ff0ae473 -SIZE (eproxus-meck-0.8.2_GH0.tar.gz) = 208694 +SHA256 (eproxus-meck-0.8.3_GH0.tar.gz) = cc20fac15c317c9e5c2aa14e9cea42416f338830f4566a41b78b2e523b0af813 +SIZE (eproxus-meck-0.8.3_GH0.tar.gz) = 232910 Property changes on: head/devel/meck/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property Index: head/devel/meck/files/patch-Makefile =================================================================== --- head/devel/meck/files/patch-Makefile (revision 388910) +++ head/devel/meck/files/patch-Makefile (revision 388911) @@ -1,11 +1,11 @@ ---- Makefile.orig 2014-05-05 09:33:59 UTC +--- Makefile.orig 2015-06-09 11:37:31 UTC +++ Makefile @@ -18,7 +18,7 @@ DIALYZER_INC=$(shell test -d include && .PHONY: all rebuild compile doc clean test dialyzer typer get-deps clean-deps \ shell clean-plt clean-doc distclean --all: get-deps compile test doc +-all: get-deps compile +all: compile rebuild: distclean get-deps all Property changes on: head/devel/meck/files/patch-Makefile ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property