New commits:
commit 44d2c4dcc7a4067a1e54116a80103d05e5009325
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
gnu.gpg: added Phil Nelson's key
commit 3487f253b66e036b20a6f834ea4743adcd26ad5c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
science/bc: version 1.07.1
diff --git a/ChangeLog b/ChangeLog
index e1a8642..aaec96c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+2017-04-10 Pavel Vinogradov <public AT sourcemage.org>
+ * gnu.gpg: added Phil Nelson's key (for GNU bc)
+
2017-04-09 Pavel Vinogradov <public AT sourcemage.org>
- * chat-im/Purple-facebook: new spell, Facebook protocol plugin for
+ * chat-im/purple-facebook: new spell, Facebook protocol plugin for
libpurple
2017-04-07 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/gnu.gpg b/gnu.gpg
index 7a85692..8227a32 100644
Binary files a/gnu.gpg and b/gnu.gpg differ
diff --git a/science/bc/DETAILS b/science/bc/DETAILS
index 0494c37..a267c7f 100755
--- a/science/bc/DETAILS
+++ b/science/bc/DETAILS
@@ -1,12 +1,16 @@
SPELL=bc
- VERSION=1.07
+ VERSION=1.07.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
+ SOURCE2="${SOURCE}.sig"
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
+ SOURCE2_URL[1]="${SOURCE_URL[1]}.sig"
+ SOURCE_GPG="gnu.gpg:${SOURCE2}:UPSTREAM_KEY"
+ SOURCE2_IGNORE="signature"
WEB_SITE=http://www.gnu.org/software/bc/bc.html
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:cad07aa640b0242c14872277278fcb4fccfa1ffbe2de072add6eef8d8a78766596b80364714036b491df50d29cc407d1252c58a44bb67ee54b0aab7615703e66
ENTERED=20010922
KEYWORDS="science"
SHORT="bc is an arbitrary precision numeric processing language."
diff --git a/science/bc/HISTORY b/science/bc/HISTORY
index cf1cc01..6064bb0 100644
--- a/science/bc/HISTORY
+++ b/science/bc/HISTORY
@@ -1,3 +1,7 @@
+2017-04-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.07.1, switched to gpg checking
+ * PRE_BUILD: removed, fixed by upstream
+
2017-04-08 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: added a regression fix to allow kernel to build w/o hangs