summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2006-06-25 14:29:41 +0200
committerPieter Lenaerts2006-06-25 14:29:41 +0200
commit4797c53d7e731052346997ce1c4b1d0e943eb4d7 (patch)
treeb295a0826c6faa631637f421434a0af99a0327a3
parent9cc74572e8e31612e231c3bc6111e46197d71b82 (diff)
net6: added stable version on authors request
-rwxr-xr-xnet/net6/DETAILS15
-rw-r--r--net/net6/HISTORY2
-rwxr-xr-xnet/net6/PREPARE1
-rw-r--r--net/net6/net6-1.2.2.tar.gz.sigbin0 -> 280 bytes
4 files changed, 14 insertions, 4 deletions
diff --git a/net/net6/DETAILS b/net/net6/DETAILS
index 74cb5a9374..aa2e7525be 100755
--- a/net/net6/DETAILS
+++ b/net/net6/DETAILS
@@ -1,13 +1,22 @@
SPELL=net6
+
+if [[ "${NET6_DEVEL}" == "y" ]] ; then
VERSION=1.3.0rc2
- BUILD_API=2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
SOURCE_GPG=0x539.gpg:${SOURCE}.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+
+else
+ VERSION=1.2.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+fi
+
+ BUILD_API=2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://releases.0x539.de/${SPELL}/${SOURCE}
WEB_SITE=http://gobby.0x539.de/index.html
ENTERED=20050930
UPDATED=20050930
diff --git a/net/net6/HISTORY b/net/net6/HISTORY
index ffa633b364..01f1f1ea9c 100644
--- a/net/net6/HISTORY
+++ b/net/net6/HISTORY
@@ -1,5 +1,5 @@
2006-06-25 Pieter Lenaerts <e-type@sourcemage.org>
- * DETAILS: updated to 1.3.0rc2
+ * add PREPARE, edit DETAILS: added 1.3.0rc2 devel version
2006-03-26 Pieter Lenaerts <e-type@sourcemage.org>
* DETAILS: updated to 1.2.2
diff --git a/net/net6/PREPARE b/net/net6/PREPARE
new file mode 100755
index 0000000000..307be6db4e
--- /dev/null
+++ b/net/net6/PREPARE
@@ -0,0 +1 @@
+config_query NET6_DEVEL "Use devel version?" n
diff --git a/net/net6/net6-1.2.2.tar.gz.sig b/net/net6/net6-1.2.2.tar.gz.sig
new file mode 100644
index 0000000000..c1820f5b3b
--- /dev/null
+++ b/net/net6/net6-1.2.2.tar.gz.sig
Binary files differ