Date: Thu, 19 Jun 2014 13:04:07 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358405 - head/math/unuran Message-ID: <201406191304.s5JD47Dc025777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Jun 19 13:04:07 2014 New Revision: 358405 URL: http://svnweb.freebsd.org/changeset/ports/358405 QAT: https://qat.redports.org/buildarchive/r358405/ Log: 1: Stagify. 2: USES=libtool, bump version. Approved by: portmgr@ Modified: head/math/unuran/Makefile head/math/unuran/pkg-plist Modified: head/math/unuran/Makefile ============================================================================== --- head/math/unuran/Makefile Thu Jun 19 13:03:29 2014 (r358404) +++ head/math/unuran/Makefile Thu Jun 19 13:04:07 2014 (r358405) @@ -3,6 +3,7 @@ PORTNAME= unuran PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \ LOCAL/bf @@ -10,10 +11,10 @@ MASTER_SITES= http://statmath.wu-wien.ac MAINTAINER= bf@FreeBSD.org COMMENT= Universal Non-Uniform RANdom number generators -LIB_DEPENDS= rngstreams:${PORTSDIR}/math/rngstreams +LIB_DEPENDS= librngstreams.so:${PORTSDIR}/math/rngstreams LICENSE= GPLv2 -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstream \ --enable-info @@ -25,16 +26,15 @@ USE_LDCONFIG= yes INFO= unuran PORTDOCS= unuran.pdf unuran.txt -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/UNURANFULLCHECK=true make check/s/make/${GMAKE}/' \ ${WRKSRC}/Makefile.in .ifndef(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for DD in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${STAGEDIR}${DOCSDIR} .endfor .endif Modified: head/math/unuran/pkg-plist ============================================================================== --- head/math/unuran/pkg-plist Thu Jun 19 13:03:29 2014 (r358404) +++ head/math/unuran/pkg-plist Thu Jun 19 13:04:07 2014 (r358405) @@ -4,6 +4,6 @@ include/unuran_urng_gsl.h include/unuran_urng_prng.h include/unuran_urng_rngstreams.h lib/libunuran.a -lib/libunuran.la lib/libunuran.so lib/libunuran.so.15 +lib/libunuran.so.15.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191304.s5JD47Dc025777>