aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-12-28 14:56:55 +0800
committerwen <wen@FreeBSD.org>2009-12-28 14:56:55 +0800
commit499e847abdc7900337dd9c61cb0cc845409e142d (patch)
treed036321f3d22b02e60bdd2df93b0e897ef9c7444 /math
parenta548c43304d65fc6b900c66f21d0b49a18df583e (diff)
downloadfreebsd-ports-gnome-499e847abdc7900337dd9c61cb0cc845409e142d.tar.gz
freebsd-ports-gnome-499e847abdc7900337dd9c61cb0cc845409e142d.tar.zst
freebsd-ports-gnome-499e847abdc7900337dd9c61cb0cc845409e142d.zip
- Update to 1.5.1
PR: ports/142070 Submitted by: bf <bf1783@gmail.com> (maintainer)
Diffstat (limited to 'math')
-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