svn commit: r452454 - head/math/openlibm
Tobias C. Berner
tcberner at FreeBSD.org
Thu Oct 19 17:25:14 UTC 2017
Author: tcberner
Date: Thu Oct 19 17:25:12 2017
New Revision: 452454
URL: https://svnweb.freebsd.org/changeset/ports/452454
Log:
Update math/openlibm to 0.5.5
* While here switch to DISTVERSION and shuffle USES upwards.
PR: 223081
Submitted by: Iblis Lin <iblis at hs.ntnu.edu.tw> (maintainer)
Deleted:
head/math/openlibm/pkg-message
Modified:
head/math/openlibm/Makefile
head/math/openlibm/distinfo
head/math/openlibm/pkg-plist
Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile Thu Oct 19 17:22:18 2017 (r452453)
+++ head/math/openlibm/Makefile Thu Oct 19 17:25:12 2017 (r452454)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= openlibm
-PORTVERSION= 0.5.2
DISTVERSIONPREFIX= v
+DISTVERSION= 0.5.5
CATEGORIES= math
MASTER_SITES= GH
@@ -20,11 +20,11 @@ BROKEN_mips= fails to compile: No rule to make target
BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files
BROKEN_powerpc64= fails to build: gmake: clang: Command not found
+USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= JuliaLang
GH_PROJECT= openlibm
-USES= gmake
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
Modified: head/math/openlibm/distinfo
==============================================================================
--- head/math/openlibm/distinfo Thu Oct 19 17:22:18 2017 (r452453)
+++ head/math/openlibm/distinfo Thu Oct 19 17:25:12 2017 (r452454)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470710614
-SHA256 (JuliaLang-openlibm-v0.5.2_GH0.tar.gz) = f394c90426356c8911333def8cee94971492a94ca94578e61ad857913c80122c
-SIZE (JuliaLang-openlibm-v0.5.2_GH0.tar.gz) = 352770
+TIMESTAMP = 1508305920
+SHA256 (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 07dcc5f59e695fb45167c81406b8e201c5ad91ebf24e3e55ae13298670910cfd
+SIZE (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 353637
Modified: head/math/openlibm/pkg-plist
==============================================================================
--- head/math/openlibm/pkg-plist Thu Oct 19 17:22:18 2017 (r452453)
+++ head/math/openlibm/pkg-plist Thu Oct 19 17:25:12 2017 (r452454)
@@ -21,5 +21,5 @@ include/openlibm/types-compat.h
lib/libopenlibm.a
lib/libopenlibm.so
lib/libopenlibm.so.2
-lib/libopenlibm.so.2.3
+lib/libopenlibm.so.2.4
libdata/pkgconfig/openlibm.pc
More information about the svn-ports-head
mailing list