svn commit: r358405 - head/math/unuran

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 19 13:04:08 UTC 2014


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 at 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


More information about the svn-ports-all mailing list