diff options
author | bf <bf@FreeBSD.org> | 2011-01-18 03:30:22 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-01-18 03:30:22 +0800 |
commit | 25641997d11dc763186b761e435dc68744a945db (patch) | |
tree | eb35d160f6f9ec44b79fe6ad0c1e006d12194b1f /math | |
parent | c32368735c79717fe4b12da2bca56fafc5c48c64 (diff) | |
download | freebsd-ports-graphics-25641997d11dc763186b761e435dc68744a945db.tar.gz freebsd-ports-graphics-25641997d11dc763186b761e435dc68744a945db.tar.zst freebsd-ports-graphics-25641997d11dc763186b761e435dc68744a945db.zip |
Fix MASTER_SITES; add WWW; use NO_PROFILE instead of the deprecrated NOPROFILE;
remove MD5 checksum in distinfo
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/librandlib/Makefile | 5 | ||||
-rw-r--r-- | math/librandlib/distinfo | 1 | ||||
-rw-r--r-- | math/librandlib/pkg-descr | 2 | ||||
-rw-r--r-- | math/randlib/Makefile | 5 | ||||
-rw-r--r-- | math/randlib/distinfo | 1 | ||||
-rw-r--r-- | math/randlib/pkg-descr | 2 |
6 files changed, 10 insertions, 6 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile index ed86e6afc95..2d0bf484023 100644 --- a/math/librandlib/Makefile +++ b/math/librandlib/Makefile @@ -8,14 +8,15 @@ PORTNAME= randlib PORTVERSION= 1.3 CATEGORIES= math -MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ +MASTER_SITES= https://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ \ + LOCAL/bf DISTNAME= RANDLIB_V90 MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes -MAKE_ENV= NOPROFILE=true +MAKE_ENV= NO_PROFILE=true WRKSRC= ${WRKDIR}/source/randlib.c/src PORTDOCS= Basegen.c.doc randlib.c.chs randlib.c.fdoc PLIST_FILES= include/randlib.h \ diff --git a/math/librandlib/distinfo b/math/librandlib/distinfo index 68fb9140599..d5a7c2af4dd 100644 --- a/math/librandlib/distinfo +++ b/math/librandlib/distinfo @@ -1,3 +1,2 @@ -MD5 (RANDLIB_V90.tar.gz) = 9f49672fe5bfa8eb7b53bd59e7121892 SHA256 (RANDLIB_V90.tar.gz) = c90251cc129ed21616d80df7bc87acefcce57d1a9e7fe7a2dd23e6d119bed466 SIZE (RANDLIB_V90.tar.gz) = 322516 diff --git a/math/librandlib/pkg-descr b/math/librandlib/pkg-descr index e42d51236e6..5e1613af003 100644 --- a/math/librandlib/pkg-descr +++ b/math/librandlib/pkg-descr @@ -18,3 +18,5 @@ This library provides routines that return: (16) Integer uniform deviates between specified limits (17) Seeds for the random number generator calculated from a character string + +WWW: https://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27 diff --git a/math/randlib/Makefile b/math/randlib/Makefile index ed86e6afc95..2d0bf484023 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -8,14 +8,15 @@ PORTNAME= randlib PORTVERSION= 1.3 CATEGORIES= math -MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ +MASTER_SITES= https://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ \ + LOCAL/bf DISTNAME= RANDLIB_V90 MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes -MAKE_ENV= NOPROFILE=true +MAKE_ENV= NO_PROFILE=true WRKSRC= ${WRKDIR}/source/randlib.c/src PORTDOCS= Basegen.c.doc randlib.c.chs randlib.c.fdoc PLIST_FILES= include/randlib.h \ diff --git a/math/randlib/distinfo b/math/randlib/distinfo index 68fb9140599..d5a7c2af4dd 100644 --- a/math/randlib/distinfo +++ b/math/randlib/distinfo @@ -1,3 +1,2 @@ -MD5 (RANDLIB_V90.tar.gz) = 9f49672fe5bfa8eb7b53bd59e7121892 SHA256 (RANDLIB_V90.tar.gz) = c90251cc129ed21616d80df7bc87acefcce57d1a9e7fe7a2dd23e6d119bed466 SIZE (RANDLIB_V90.tar.gz) = 322516 diff --git a/math/randlib/pkg-descr b/math/randlib/pkg-descr index e42d51236e6..5e1613af003 100644 --- a/math/randlib/pkg-descr +++ b/math/randlib/pkg-descr @@ -18,3 +18,5 @@ This library provides routines that return: (16) Integer uniform deviates between specified limits (17) Seeds for the random number generator calculated from a character string + +WWW: https://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27 |