mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
pari, bump version (#11259)
This commit is contained in:
@@ -15,7 +15,7 @@ COPYRIGHT="2000-2018 The PARI Group, Bordeaux"
|
|||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-$portVersion.tar.gz"
|
SOURCE_URI="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="adf5a58638cdafd72a8b48bc9f444972b23329c8d545a1d3ed1bbeb1b6569268"
|
CHECKSUM_SHA256="e723e7cef18d08c6ece2283af9a9b4d56077c22b4fce998faaa588d389b1aea8"
|
||||||
PATCHES="pari-$portVersion.patchset"
|
PATCHES="pari-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="all"
|
ARCHITECTURES="all"
|
||||||
@@ -1,18 +1,21 @@
|
|||||||
From eb88d504cbfea312e6d65ab89e48eea43fa560ac Mon Sep 17 00:00:00 2001
|
From 23cec188856bbab6246998fd0f36ecc5ee90a576 Mon Sep 17 00:00:00 2001
|
||||||
From: Jerome Duval <jerome.duval@gmail.com>
|
From: Jerome Duval <jerome.duval@gmail.com>
|
||||||
Date: Sat, 10 May 2014 12:15:25 +0000
|
Date: Sat, 10 May 2014 12:15:25 +0000
|
||||||
Subject: we only use release versions, no point in checking .git
|
Subject: we only use release versions, no point in checking .git
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/config/arch-osname b/config/arch-osname
|
||||||
|
old mode 100644
|
||||||
|
new mode 100755
|
||||||
diff --git a/config/version b/config/version
|
diff --git a/config/version b/config/version
|
||||||
index 2e18bdf..bd8fe96 100644
|
index 2e7533b..64989a3 100644
|
||||||
--- a/config/version
|
--- a/config/version
|
||||||
+++ b/config/version
|
+++ b/config/version
|
||||||
@@ -19,15 +19,6 @@ patchlevel_verbose=
|
@@ -19,15 +19,6 @@ patchlevel_verbose=
|
||||||
|
|
||||||
case "$stat" in # $stat rewritten by config/settar ?
|
case "$stat" in # $stat rewritten by config/settar ?
|
||||||
*git-*) patchlevel_verbose="[ $stat ]";;
|
*git-*) patchlevel_verbose="[ $stat ]";;
|
||||||
- *) if test -d "$TOP/.git"; then
|
- *) if test -d "$TOP/.git" || test -f "$TOP/.git"; then
|
||||||
- t=`git rev-list HEAD 2>/dev/null | wc -l` # ~ svn revision number
|
- t=`git rev-list HEAD 2>/dev/null | wc -l` # ~ svn revision number
|
||||||
- t=`echo $t | sed -e 's/ //g'` # some broken wc prepend spaces
|
- t=`echo $t | sed -e 's/ //g'` # some broken wc prepend spaces
|
||||||
- T=`git log -1 --pretty=format:%h` # commit hash
|
- T=`git log -1 --pretty=format:%h` # commit hash
|
||||||
@@ -25,10 +28,10 @@ index 2e18bdf..bd8fe96 100644
|
|||||||
version=$VersionMajor.$VersionMinor
|
version=$VersionMajor.$VersionMinor
|
||||||
pari_release="$version.$patch"
|
pari_release="$version.$patch"
|
||||||
--
|
--
|
||||||
2.37.3
|
2.45.2
|
||||||
|
|
||||||
|
|
||||||
From c54ecc88ae843f1ff1defc08aa63fb38d3ad4869 Mon Sep 17 00:00:00 2001
|
From 680c44a5c3df4881948300a3775dfbfcde3a973c Mon Sep 17 00:00:00 2001
|
||||||
From: Jerome Duval <jerome.duval@gmail.com>
|
From: Jerome Duval <jerome.duval@gmail.com>
|
||||||
Date: Sat, 10 May 2014 12:44:58 +0000
|
Date: Sat, 10 May 2014 12:44:58 +0000
|
||||||
Subject: Haiku support.
|
Subject: Haiku support.
|
||||||
@@ -37,10 +40,10 @@ Subject: Haiku support.
|
|||||||
diff --git a/config/arch-osname b/config/arch-osname
|
diff --git a/config/arch-osname b/config/arch-osname
|
||||||
old mode 100755
|
old mode 100755
|
||||||
new mode 100644
|
new mode 100644
|
||||||
index 735130c..f35a044
|
index 58bc997..fe8ebe2
|
||||||
--- a/config/arch-osname
|
--- a/config/arch-osname
|
||||||
+++ b/config/arch-osname
|
+++ b/config/arch-osname
|
||||||
@@ -74,6 +74,8 @@ if test -n "$myuname"; then
|
@@ -76,6 +76,8 @@ if test -n "$myuname"; then
|
||||||
case $arch in i386-*) arch=i386;;esac;;
|
case $arch in i386-*) arch=i386;;esac;;
|
||||||
aix) arch=`uname -p`;
|
aix) arch=`uname -p`;
|
||||||
case $arch in powerpc) arch=ppc;;esac;;
|
case $arch in powerpc) arch=ppc;;esac;;
|
||||||
@@ -75,5 +78,5 @@ index c140024..087895b 100644
|
|||||||
*) LIBS=-lm;;
|
*) LIBS=-lm;;
|
||||||
esac
|
esac
|
||||||
--
|
--
|
||||||
2.37.3
|
2.45.2
|
||||||
|
|
||||||
Reference in New Issue
Block a user