aboutsummaryrefslogtreecommitdiff
path: root/math/unuran
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-12-28 06:56:55 +0000
committerWen Heping <wen@FreeBSD.org>2009-12-28 06:56:55 +0000
commit90b8272444aff6d3de4634dbd67aa251df1f5c90 (patch)
tree0859bd64e4ef8047c5de01b3a4e6976dba97de50 /math/unuran
parenta62fccea4b1c3f5cf929af3591c34b305d9441eb (diff)
downloadports-90b8272444aff6d3de4634dbd67aa251df1f5c90.tar.gz
ports-90b8272444aff6d3de4634dbd67aa251df1f5c90.zip
- Update to 1.5.1
PR: ports/142070 Submitted by: bf <bf1783@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=246780
Diffstat (limited to 'math/unuran')
-rw-r--r--math/unuran/Makefile9
-rw-r--r--math/unuran/distinfo6
-rw-r--r--math/unuran/pkg-plist2
3 files changed, 10 insertions, 7 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile
index 3f55b85d8d70..49a151a2113f 100644
--- a/math/unuran/Makefile
+++ b/math/unuran/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= unuran
-PORTVERSION= 1.4.1
+PORTVERSION= 1.5.1
CATEGORIES= math
MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/
@@ -19,13 +19,16 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstream \
--enable-info
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
USE_LDCONFIG= yes
INFO= unuran
PORTDOCS= unuran.pdf unuran.txt
post-patch:
- ${FIND} -X ${WRKSRC} -name 'Makefile.\in' | ${XARGS} ${REINPLACE_CMD} -e \
+ ${FIND} -X ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \
's/sinclude/#sinclude/g'
.ifndef(NOPORTDOCS)
diff --git a/math/unuran/distinfo b/math/unuran/distinfo
index 5e2b42aa82a4..4065a438874e 100644
--- a/math/unuran/distinfo
+++ b/math/unuran/distinfo
@@ -1,3 +1,3 @@
-MD5 (unuran-1.4.1.tar.gz) = b0c23aed8fd51a6f8375f37f57d40f15
-SHA256 (unuran-1.4.1.tar.gz) = db2a612c00bac8b0aaddca4e4c68e4a44ecca45ef09e555500a95e543a21234d
-SIZE (unuran-1.4.1.tar.gz) = 4011236
+MD5 (unuran-1.5.1.tar.gz) = 23097c18426e0b63361dec338a5735a2
+SHA256 (unuran-1.5.1.tar.gz) = e0b10a37960a9e9ac0ed1a62f178ac2029d055f4f0e4495a9159be90c3425cfa
+SIZE (unuran-1.5.1.tar.gz) = 4106583
diff --git a/math/unuran/pkg-plist b/math/unuran/pkg-plist
index f67f2fd49812..3ded514a8df6 100644
--- a/math/unuran/pkg-plist
+++ b/math/unuran/pkg-plist
@@ -6,4 +6,4 @@ include/unuran_urng_rngstreams.h
lib/libunuran.a
lib/libunuran.la
lib/libunuran.so
-lib/libunuran.so.11
+lib/libunuran.so.12