[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (aec0956796b19ceb941fed7d2fa3d4f87a4283ec)

Elisamuel Resto scm at mail.sourcemage.org
Sun Feb 4 00:48:06 EST 2007


GIT changes to master grimoire by Elisamuel Resto <ryuji at poseidon.dragonboricua.com>:

 net/dhcp/DETAILS |   10 ++++++----
 net/dhcp/HISTORY |    5 +++++
 net/dhcp/INSTALL |    4 ++--
 net/dhcp/isc.gpg |binary
 4 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit aec0956796b19ceb941fed7d2fa3d4f87a4283ec
Author: Elisamuel Resto <ryuji at poseidon.dragonboricua.com>
Commit: Elisamuel Resto <ryuji at poseidon.dragonboricua.com>

    net/dhcp:
      DETAILS: Updated to 3.0.5, added GPG checks and added keywords
      INSTALL: Use absolute paths for the two install comands
      isc.gpg: Added the ISC GPG key

diff --git a/net/dhcp/DETAILS b/net/dhcp/DETAILS
index ee2ebd7..23a9c1f 100755
--- a/net/dhcp/DETAILS
+++ b/net/dhcp/DETAILS
@@ -1,15 +1,17 @@
            SPELL=dhcp
-         VERSION=3.0.4
+         VERSION=3.0.5
           SOURCE=$SPELL-$VERSION.tar.gz
+         SOURCE2=$SPELL-$VERSION.tar.gz.asc
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=ftp://ftp.isc.org/isc/dhcp/$SOURCE
+  SOURCE2_URL[0]=ftp://ftp.isc.org/isc/dhcp/$SOURCE2
+      SOURCE_GPG=isc.gpg:$SOURCE2:UPSTREAM_KEY
         WEB_SITE=http://www.isc.org/products/DHCP
          LICENSE=http://www.isc.org/products/DHCP/dhcp-copyright.html
-     SOURCE_HASH=sha512:5fbb48a0b0c1e35cc284ad32494b19db35cc438f70f3e6b9be7984b226062f7be2a435ec3055ef68dcffdaaebf63e5e24b8f424101ed622a1160d1bcbc84abab
+  SOURCE2_IGNORE=signature
          ENTERED=20010922
-         UPDATED=20041029
          LICENSE=ISC
-        KEYWORDS="net"
+        KEYWORDS="net dhcp isc"
            SHORT="DHCP contains a server and client for automatic IP configuration."
 cat << EOF
 The Internet Software Consortium DHCP distribution includes a DHCP
diff --git a/net/dhcp/HISTORY b/net/dhcp/HISTORY
index 6167d32..b102cb6 100644
--- a/net/dhcp/HISTORY
+++ b/net/dhcp/HISTORY
@@ -1,3 +1,8 @@
+2007-02-04 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: Updated to 3.0.5, added GPG checks and added keywords
+	* INSTALL: Use absolute paths for the two install comands
+	* isc.gpg: Added the ISC GPG key
+
 2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed BUILD_API=2.
 
diff --git a/net/dhcp/INSTALL b/net/dhcp/INSTALL
index dfc26e0..452551e 100755
--- a/net/dhcp/INSTALL
+++ b/net/dhcp/INSTALL
@@ -1,3 +1,3 @@
 default_install &&
-install  -m 644  client/dhclient.conf  /etc/dhclient.conf.example  &&
-install  -m 644  server/dhcpd.conf  /etc/dhcpd.conf.example
+install  -m 644  $SOURCE_DIRECTORY/client/dhclient.conf  /etc/dhclient.conf.example  &&
+install  -m 644  $SOURCE_DIRECTORY/server/dhcpd.conf  /etc/dhcpd.conf.example
diff --git a/net/dhcp/isc.gpg b/net/dhcp/isc.gpg
new file mode 100644
index 0000000..f525062
Binary files /dev/null and b/net/dhcp/isc.gpg differ



More information about the SM-Commit mailing list