Index: head/math/openlibm/Makefile =================================================================== --- head/math/openlibm/Makefile (revision 415719) +++ head/math/openlibm/Makefile (revision 415720) @@ -1,32 +1,32 @@ # Created by: Iblis Lin # $FreeBSD$ PORTNAME= openlibm -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v CATEGORIES= math MASTER_SITES= GH MAINTAINER= iblis@hs.ntnu.edu.tw COMMENT= High quality system independent, portable, open source libm LICENSE= MIT ISCL BSD2CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= JuliaLang GH_PROJECT= openlibm USES= gmake USE_LDCONFIG= yes .include MAKE_ENV+= prefix=${PREFIX} TEST_TARGET= check .include Index: head/math/openlibm/distinfo =================================================================== --- head/math/openlibm/distinfo (revision 415719) +++ head/math/openlibm/distinfo (revision 415720) @@ -1,2 +1,3 @@ -SHA256 (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = a9a03644b38fd611a63838f1924925bc27f756ee04f69a90e2af7594f34558b8 -SIZE (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = 352346 +TIMESTAMP = 1464004057 +SHA256 (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 782a77497071cc450af176bbfebb34834334f6a17de842fe75cd407bbee89f85 +SIZE (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 352866 Index: head/math/openlibm/files/patch-Make.inc =================================================================== --- head/math/openlibm/files/patch-Make.inc (revision 415719) +++ head/math/openlibm/files/patch-Make.inc (revision 415720) @@ -1,16 +1,16 @@ ---- Make.inc.orig 2016-03-11 16:57:11 UTC +--- Make.inc.orig 2016-05-23 11:57:41 UTC +++ Make.inc @@ -3,11 +3,11 @@ OS := $(shell uname) # Do not forget to bump SOMINOR when changing VERSION, # and SOMAJOR when breaking ABI in a backward-incompatible way --VERSION = 0.5-dev -+VERSION = 0.5 +-VERSION = 0.5.1-dev ++VERSION = 0.5.1 SOMAJOR = 2 - SOMINOR = 1 + SOMINOR = 2 DESTDIR = -prefix = /usr/local +prefix ?= /usr/local bindir = $(prefix)/bin libdir = $(prefix)/lib includedir = $(prefix)/include Index: head/math/openlibm/files/patch-Makefile =================================================================== --- head/math/openlibm/files/patch-Makefile (revision 415719) +++ head/math/openlibm/files/patch-Makefile (revision 415720) @@ -1,16 +1,16 @@ ---- Makefile.orig 2016-03-08 10:28:02 UTC +--- Makefile.orig 2016-05-23 11:53:14 UTC +++ Makefile -@@ -66,8 +66,8 @@ install: all openlibm.pc +@@ -78,8 +78,8 @@ install: all openlibm.pc mkdir -p $(DESTDIR)$(shlibdir) mkdir -p $(DESTDIR)$(pkgconfigdir) mkdir -p $(DESTDIR)$(includedir)/openlibm -- cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ +- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ - cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ - cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm - cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm - cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ -+ ${BSD_INSTALL_LIB} libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ ++ ${BSD_INSTALL_LIB} libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ + ${BSD_INSTALL_DATA} libopenlibm.a $(DESTDIR)$(libdir)/ + ${BSD_INSTALL_DATA} include/*.h $(DESTDIR)$(includedir)/openlibm + ${BSD_INSTALL_DATA} src/*.h $(DESTDIR)$(includedir)/openlibm + ${BSD_INSTALL_DATA} openlibm.pc $(DESTDIR)$(pkgconfigdir)/ Index: head/math/openlibm/pkg-plist =================================================================== --- head/math/openlibm/pkg-plist (revision 415719) +++ head/math/openlibm/pkg-plist (revision 415720) @@ -1,26 +1,26 @@ @comment $FreeBSD$ include/openlibm/aarch64_fpmath.h include/openlibm/amd64_fpmath.h include/openlibm/bsd_cdefs.h include/openlibm/cdefs-compat.h include/openlibm/fpmath.h include/openlibm/i386_fpmath.h include/openlibm/k_log.h include/openlibm/k_logf.h include/openlibm/math_private.h include/openlibm/math_private_openbsd.h include/openlibm/openlibm.h include/openlibm/openlibm_complex.h include/openlibm/openlibm_fenv.h include/openlibm/openlibm_fenv_amd64.h include/openlibm/openlibm_fenv_arm.h include/openlibm/openlibm_fenv_i387.h include/openlibm/openlibm_fenv_powerpc.h include/openlibm/openlibm_math.h include/openlibm/powerpc_fpmath.h include/openlibm/types-compat.h lib/libopenlibm.a lib/libopenlibm.so lib/libopenlibm.so.2 -lib/libopenlibm.so.2.1 +lib/libopenlibm.so.2.2 libdata/pkgconfig/openlibm.pc