1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Update to 0.5.1

PR:		209713
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
This commit is contained in:
Li-Wen Hsu 2016-05-23 13:53:34 +00:00
parent bf0761d61c
commit ce7439b894
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415720
5 changed files with 13 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openlibm
PORTVERSION= 0.5.0
PORTVERSION= 0.5.1
DISTVERSIONPREFIX= v
CATEGORIES= math
MASTER_SITES= GH

View File

@ -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

View File

@ -1,13 +1,13 @@
--- 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

View File

@ -1,15 +1,15 @@
--- 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

View File

@ -22,5 +22,5 @@ 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