New commits:
commit cb610c46038eef11f5a32d32ea61128d49ceaf7a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
portmap: Updated to 6.0 (first release in 10 years)
commit f9479de6800cf7bf64c2c1175eb597d960f0f7b0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
vtun: Updated to 3.0.1
commit f67d130bcfb31749a9158d187e9abf5d4ecb805c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
ddclient: Updated to 3.7.3
commit d9dd566aa41e176189e31bb3a6031d2d2ff19af1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
chemtool: Updated to 1.6.11
commit b87406ce49fa7d135e000d9561c8cee984d216ed
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
dnsmasq: Updated to 2.40 and optionally use dbus
commit c15bc99c2484a46223265bc9461627f65bb44d9d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wvstreams: Updated to 4.4.1
commit a297bb6fd159ca6bc14ee801697ca62f5005ca95
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
stunnel: Updated to 4.21
diff --git a/net/ddclient/DETAILS b/net/ddclient/DETAILS
index d019190..e0512bd 100755
--- a/net/ddclient/DETAILS
+++ b/net/ddclient/DETAILS
@@ -1,16 +1,16 @@
SPELL=ddclient
- VERSION=3.7.0
+ VERSION=3.7.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://ddclient.sourceforge.net/
-
SOURCE_HASH=sha512:b193450f702e9645de85030cd600add9efedf5235c1f3e2cc28870fdc9ae4920fe5f69ed58aed4be35576046a8ed2c3a8de355ac555b7b19764718d24b3fc5a3
- ENTERED=20020423
- UPDATED=20030822
+#
SOURCE_HASH=sha512:b193450f702e9645de85030cd600add9efedf5235c1f3e2cc28870fdc9ae4920fe5f69ed58aed4be35576046a8ed2c3a8de355ac555b7b19764718d24b3fc5a3
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
- DOCS="$DOCS sample-*"
KEYWORDS="dns net"
+ WEB_SITE=http://ddclient.sourceforge.net/
+ ENTERED=20020423
SHORT="client for some dynamic DNS services"
+ DOCS="$DOCS sample-*"
cat << EOF
ddclient is a Perl client used to update dynamic DNS
entries for accounts on many dynamic DNS services.
diff --git a/net/ddclient/HISTORY b/net/ddclient/HISTORY
index a8d84a4..d0494e8 100644
--- a/net/ddclient/HISTORY
+++ b/net/ddclient/HISTORY
@@ -1,3 +1,7 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.7.3
+ Removed UPDATED
+
2007-06-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added suggested io-socket-ssl #13765
diff --git a/net/ddclient/ddclient-3.7.3.tar.bz2.sig
b/net/ddclient/ddclient-3.7.3.tar.bz2.sig
new file mode 100644
index 0000000..35ea93c
Binary files /dev/null and b/net/ddclient/ddclient-3.7.3.tar.bz2.sig differ
diff --git a/net/dnsmasq/DEPENDS b/net/dnsmasq/DEPENDS
new file mode 100755
index 0000000..812f805
--- /dev/null
+++ b/net/dnsmasq/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends 'dbus' \
+ '--enable-dbus' \
+ '--disable-dbus' \
+ 'for experimental DBus configuration support'
diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS
index b8c9025..d02391f 100755
--- a/net/dnsmasq/DETAILS
+++ b/net/dnsmasq/DETAILS
@@ -1,15 +1,15 @@
SPELL=dnsmasq
- VERSION=2.33
+ VERSION=2.40
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.thekelleys.org.uk/dnsmasq/$SOURCE
-
SOURCE_HASH=sha512:003c0489289ddb84f17b5d0db679054a219a6c4acd431ca215aa54239490ad235ac217a220626818c42f69b8581fc1570ed04296eb6aa26bff0ad991950c7bb9
- WEB_SITE=http://www.thekelleys.org.uk/dnsmasq/doc.html
- ENTERED=20020225
- UPDATED=20030822
+#
SOURCE_HASH=sha512:003c0489289ddb84f17b5d0db679054a219a6c4acd431ca215aa54239490ad235ac217a220626818c42f69b8581fc1570ed04296eb6aa26bff0ad991950c7bb9
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
+ WEB_SITE=http://www.thekelleys.org.uk/dnsmasq/doc.html
KEYWORDS="net"
- SHORT="Dnsmasq is a lightweight, easy to configure DNS forwarder
and DHCP server."
+ ENTERED=20020225
+ SHORT="Lightweight, easy to configure DNS forwarder and DHCP
server"
cat << EOF
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
diff --git a/net/dnsmasq/HISTORY b/net/dnsmasq/HISTORY
index ffa780c..ef8c812 100644
--- a/net/dnsmasq/HISTORY
+++ b/net/dnsmasq/HISTORY
@@ -1,3 +1,10 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.40
+ Removed UPDATED
+ Shortened SHORT
+ * DEPENDS: Optionally depends on dbus
+ * PRE_BUILD: If dbus is wanted, enable it
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/net/dnsmasq/PRE_BUILD b/net/dnsmasq/PRE_BUILD
new file mode 100755
index 0000000..001e089
--- /dev/null
+++ b/net/dnsmasq/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+if list_find "$OPTS" "--enable-dbus"; then
+ sedit 's:.*#define HAVE_DBUS.*:#define HAVE_DBUS:' \
+ $SOURCE_DIRECTORY/src/config.h
+fi
diff --git a/net/dnsmasq/dnsmasq-2.40.tar.gz.sig
b/net/dnsmasq/dnsmasq-2.40.tar.gz.sig
new file mode 100644
index 0000000..f072e7d
Binary files /dev/null and b/net/dnsmasq/dnsmasq-2.40.tar.gz.sig differ
diff --git a/net/portmap/BUILD b/net/portmap/BUILD
index fd79a2a..b7e5945 100755
--- a/net/portmap/BUILD
+++ b/net/portmap/BUILD
@@ -1 +1 @@
-make WRAP_DIR=${INSTALL_ROOT}/usr/lib
+make WRAP_DIR=${INSTALL_ROOT}/usr/lib $OPTS
diff --git a/net/portmap/DEPENDS b/net/portmap/DEPENDS
index 19a1749..b020ce0 100755
--- a/net/portmap/DEPENDS
+++ b/net/portmap/DEPENDS
@@ -1,3 +1,7 @@
depends gnupg &&
depends smgl-fhs &&
-depends tcp_wrappers
+
+optional_depends 'tcp_wrappers' \
+ 'NO_TCP_WRAPPER=""' \
+ 'NO_TCP_WRAPPER="disable"' \
+ 'for TCP wrapper support'
diff --git a/net/portmap/DETAILS b/net/portmap/DETAILS
index 3f46179..0c8fab2 100755
--- a/net/portmap/DETAILS
+++ b/net/portmap/DETAILS
@@ -1,13 +1,13 @@
SPELL=portmap
- VERSION=4
- SOURCE=${SPELL}_$VERSION.tar.gz
+ VERSION=6.0
+ SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
- SOURCE_URL[0]=ftp://ftp.porcupine.org/pub/security/$SOURCE
- WEB_SITE=ftp://ftp.porcupine.org/pub/security/index.html
-
SOURCE_HASH=sha512:58454a6e0b9ff9d167e5734fbc7fa1287edd9b37c10496b574020254e3052231ef97dad48d11fc808edeec5102e7820a5aea19e697498c9774f6b27515aa2cfc
- ENTERED=20010922
- UPDATED=20030822
+ SOURCE_URL[0]=http://neil.brown.name/$SPELL/$SOURCE
+#
SOURCE_HASH=sha512:58454a6e0b9ff9d167e5734fbc7fa1287edd9b37c10496b574020254e3052231ef97dad48d11fc808edeec5102e7820a5aea19e697498c9774f6b27515aa2cfc
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
KEYWORDS="net"
+ WEB_SITE=http://neil.brown.name/portmap/
+ ENTERED=20010922
SHORT="For managing RPC connections, used by NFS/NIS protocols."
cat << EOF
The portmapper manages RPC connections, which are used by protocols such
diff --git a/net/portmap/HISTORY b/net/portmap/HISTORY
index c10c504..2d86d49 100644
--- a/net/portmap/HISTORY
+++ b/net/portmap/HISTORY
@@ -1,3 +1,12 @@
+2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 6.0 (first release in 10 years! :))
+ Removed UPDATED
+ Now maintained by Neil Brown at http://neil.brown.name/portmap/
+ * DEPENDS: tcp_wrappers is now optional
+ * PRE_BUILD: No longer apply errno_fix.patch
+ * BUILD: Pass dependency options
+ * errno_fix.patch: Removed, now applied upstream
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.