Index: head/math/unuran/Makefile =================================================================== --- head/math/unuran/Makefile (revision 273264) +++ head/math/unuran/Makefile (revision 273265) @@ -1,56 +1,56 @@ # New ports collection makefile for: unuran # Date created: 13 November 2008 # Whom: bf # # $FreeBSD$ # PORTNAME= unuran -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \ LOCAL/bf MAINTAINER= bf@FreeBSD.org COMMENT= Universal Non-Uniform RANdom number generators LIB_DEPENDS= rngstreams:${PORTSDIR}/math/rngstreams LICENSE= GPLv2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstream \ --enable-info CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ENV= MAKE="${GMAKE}" USE_LDCONFIG= yes INFO= unuran PORTDOCS= unuran.pdf unuran.txt post-patch: ${REINPLACE_CMD} -e '/UNURANFULLCHECK=true make check/s/make/${GMAKE}/' \ ${WRKSRC}/Makefile.in .ifndef(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for DD in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${DOCSDIR} .endfor .endif .ifdef(MAINTAINER_MODE) CONFIGURE_ARGS+= --enable-check-struct --enable-logging -regression-test: build +check regression-test test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} check) fullcheck: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} fullcheck) .endif .include Property changes on: head/math/unuran/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/math/unuran/distinfo =================================================================== --- head/math/unuran/distinfo (revision 273264) +++ head/math/unuran/distinfo (revision 273265) @@ -1,2 +1,2 @@ -SHA256 (unuran-1.8.0.tar.gz) = da5c8255d4743e90a46e792dcba9d149c645423cf52e1548a554cd6f66c40c53 -SIZE (unuran-1.8.0.tar.gz) = 4274481 +SHA256 (unuran-1.8.1.tar.gz) = c270ae96857857dbac6450043df865e0517f52856ddbe5202fd35583b13c5193 +SIZE (unuran-1.8.1.tar.gz) = 4409911 Property changes on: head/math/unuran/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property