mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.3.1
PR: ports/130854 Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
This commit is contained in:
parent
f2b83d016b
commit
098cb376b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227043
3 changed files with 13 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue