diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-01-28 18:38:38 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-01-28 18:38:38 +0800 |
commit | 22c8df7484fa445e40952e76eb3efcc0e5c95323 (patch) | |
tree | b1529ff9e49841abd69bd68b1a8f757cc007d930 /math | |
parent | b267a2b651ef157b6effc1f5b20fc062f4d4f914 (diff) | |
download | freebsd-ports-gnome-22c8df7484fa445e40952e76eb3efcc0e5c95323.tar.gz freebsd-ports-gnome-22c8df7484fa445e40952e76eb3efcc0e5c95323.tar.zst freebsd-ports-gnome-22c8df7484fa445e40952e76eb3efcc0e5c95323.zip |
- Update to 1.3.1
PR: ports/130854
Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/unuran/Makefile | 10 | ||||
-rw-r--r-- | math/unuran/distinfo | 6 | ||||
-rw-r--r-- | math/unuran/pkg-plist | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile index fa8bb83860fc..cc176fd5efdd 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unuran -PORTVERSION= 1.2.4 +PORTVERSION= 1.3.1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ @@ -24,6 +24,10 @@ USE_LDCONFIG= yes INFO= unuran PORTDOCS= unuran.pdf unuran.txt +post-patch: + ${FIND} -X ${WRKSRC} -name 'Makefile.\in' | ${XARGS} ${REINPLACE_CMD} -e \ + 's/sinclude/#sinclude/g' + .ifndef(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @@ -37,6 +41,10 @@ CONFIGURE_ARGS+= --enable-check-struct --enable-logging regression-test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} check) + +fullcheck: build + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} fullcheck) + .endif .include <bsd.port.mk> diff --git a/math/unuran/distinfo b/math/unuran/distinfo index 45ee73e87ccb..4782f453d67b 100644 --- a/math/unuran/distinfo +++ b/math/unuran/distinfo @@ -1,3 +1,3 @@ -MD5 (unuran-1.2.4.tar.gz) = 830c5c1fc62222f63dff34bce3295c08 -SHA256 (unuran-1.2.4.tar.gz) = 5c4adeaff517033dc2af22cbd9dd486fc9dc52e51ae1c189503cfd1e2d65a1d0 -SIZE (unuran-1.2.4.tar.gz) = 3145403 +MD5 (unuran-1.3.1.tar.gz) = ffe7f2028775fd807fb4c04a51ed59c4 +SHA256 (unuran-1.3.1.tar.gz) = 0c8068c014a9746b5d47ae83cf7c355041113a7aeabac53429b7925dcc0c9e22 +SIZE (unuran-1.3.1.tar.gz) = 3975997 diff --git a/math/unuran/pkg-plist b/math/unuran/pkg-plist index 41253bb7603b..2b7153fdbe74 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.9 +lib/libunuran.so.10 |