- Update to 1.5
- Assign maintainership to submitter PR: ports/68715 Submitted by: Jonathan Drews
This commit is contained in:
parent
321942c115
commit
227a32678a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113061
3 changed files with 9 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gsl
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF}
|
|||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= jon.drews@gmail.com
|
||||
COMMENT= The GNU Scientific Library - mathematical libs
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gsl-1.4.tar.gz) = 7513e13525c073dc07e02cc4354294e2
|
||||
SIZE (gsl-1.4.tar.gz) = 2211031
|
||||
MD5 (gsl-1.5.tar.gz) = de5ae1cce71645b40461a59ba8c9cf43
|
||||
SIZE (gsl-1.5.tar.gz) = 2237903
|
||||
MD5 (gsl-ref.ps.gz) = IGNORE
|
||||
|
|
|
@ -27,9 +27,12 @@ include/gsl/gsl_combination.h
|
|||
include/gsl/gsl_complex.h
|
||||
include/gsl/gsl_complex_math.h
|
||||
include/gsl/gsl_const.h
|
||||
include/gsl/gsl_const_cgs.h
|
||||
include/gsl/gsl_const_cgsm.h
|
||||
include/gsl/gsl_const_mks.h
|
||||
include/gsl/gsl_const_mksa.h
|
||||
include/gsl/gsl_const_num.h
|
||||
include/gsl/gsl_deriv.h
|
||||
include/gsl/gsl_dft_complex.h
|
||||
include/gsl/gsl_dft_complex_float.h
|
||||
include/gsl/gsl_dht.h
|
||||
|
@ -212,13 +215,13 @@ include/gsl/gsl_vector_ushort.h
|
|||
include/gsl/gsl_version.h
|
||||
lib/libgsl.a
|
||||
lib/libgsl.so
|
||||
lib/libgsl.so.5
|
||||
lib/libgsl.so.6
|
||||
lib/libgslcblas.a
|
||||
lib/libgslcblas.so
|
||||
lib/libgslcblas.so.0
|
||||
libdata/pkgconfig/gsl.pc
|
||||
share/aclocal/gsl.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gsl-ref.ps
|
||||
%%PORTDOCS%%@dirrm share/doc/gsl
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/gsl
|
||||
@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue