Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0bcd9c44b18d43ce3962432b66ca256a73092be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0bcd9c44b18d43ce3962432b66ca256a73092be)
  • Date: Thu, 2 Mar 2017 18:26:10 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/netselect/BUILD | 5 +----
net/netselect/DETAILS | 12 ++++++------
net/netselect/HISTORY | 5 +++++
net/netselect/INSTALL | 1 +
net/netselect/PRE_BUILD | 5 +++++
5 files changed, 18 insertions(+), 10 deletions(-)

New commits:
commit b0316303f8f5898d29fdebf73903908c090ccc95
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netselect: => 0.4

diff --git a/net/netselect/BUILD b/net/netselect/BUILD
index 1205085..8f58e6d 100755
--- a/net/netselect/BUILD
+++ b/net/netselect/BUILD
@@ -1,4 +1 @@
- sedit "s/sudo//g" Makefile &&
- sedit "s/-O2/$CFLAGS/" Makefile &&
- sedit "s:/local::" Makefile &&
- make
+make
diff --git a/net/netselect/DETAILS b/net/netselect/DETAILS
index 4f04497..a23b206 100755
--- a/net/netselect/DETAILS
+++ b/net/netselect/DETAILS
@@ -1,12 +1,12 @@
SPELL=netselect
- VERSION=0.3
+ VERSION=0.4
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://alumnit.ca/~apenwarr/$SPELL/$SOURCE
- WEB_SITE=http://alumnit.ca/~apenwarr/$SPELL
+ SOURCE_URL[0]=https://github.com/apenwarr/${SPELL}/archive/${SOURCE}
+
SOURCE_HASH=sha512:eee9639122b7cc89218c610794d090582aecb3df138bcef41472c8d40c0f7e998b2c4b04aace13795fda5c710ee28cc2c0784a680ad6d1aa6a14eb441a408bfa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/apenwarr/netselect
ENTERED=20020221
-
SOURCE_HASH=sha512:04a4b79c357a0110dcf377ad04ac729ed7854bec4b064ad16da632367ce1870379546fffc8396ea770bfa580618d7c0495c16b0ba30f736419511b890ce5dca5
- LICENSE[0]=UNKNOWN
+ LICENSE[0]=UNKNOWN
KEYWORDS="net"
SHORT="netselect finds the best of a set of mirrors."
cat << EOF
diff --git a/net/netselect/HISTORY b/net/netselect/HISTORY
index 25b7fdd..0f87978 100644
--- a/net/netselect/HISTORY
+++ b/net/netselect/HISTORY
@@ -1,3 +1,8 @@
+2017-03-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4; updated source url, website; cleaned
up
+ * BUILD: moved fixed to PRE_BUILD
+ * INSTALL: added, for proper installation
+
2008-05-23 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: Updated SOURCE_URL and WEBSITE, removed UPDATED

diff --git a/net/netselect/INSTALL b/net/netselect/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/net/netselect/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/net/netselect/PRE_BUILD b/net/netselect/PRE_BUILD
new file mode 100755
index 0000000..0e97246
--- /dev/null
+++ b/net/netselect/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "/netselect-apt/d;s:man/:share/man/:" Makefile &&
+sedit "s:^CFLAGS =.*:CFLAGS = ${CFLAGS}:;s:^LDFLAGS =.*:LDFLAGS =
${LDFLAGS}:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0bcd9c44b18d43ce3962432b66ca256a73092be), Vlad Glagolev, 03/02/2017

Archive powered by MHonArc 2.6.24.

Top of Page