[Lunar-commits] <moonbase> NetPacket: Version bump and adjusting the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 16 15:30:46 CEST 2011


commit cbe3bf035c02696c4b714e9b14d7bf55e3c28735
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 16 09:30:46 2011 -0400

    NetPacket: Version bump and adjusting the BUILD.
---
 perl/NetPacket/BUILD   |    7 +++++--
 perl/NetPacket/DETAILS |    6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/perl/NetPacket/BUILD b/perl/NetPacket/BUILD
index c11ca00..aac32e5 100644
--- a/perl/NetPacket/BUILD
+++ b/perl/NetPacket/BUILD
@@ -1,6 +1,9 @@
 (
 
-  perl  Makefile.PL  &&
-  default_make
+  perl  Build.PL  &&
+  ./Build &&
+  ./Build test &&
+  prepare_install &&
+  ./Build install
 
 ) > $C_FIFO 2>&1
diff --git a/perl/NetPacket/DETAILS b/perl/NetPacket/DETAILS
index 49c8a33..4d0f3fe 100644
--- a/perl/NetPacket/DETAILS
+++ b/perl/NetPacket/DETAILS
@@ -1,11 +1,11 @@
           MODULE=NetPacket
-         VERSION=0.41.1
+         VERSION=1.1.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/
-      SOURCE_VFY=sha1:ac2ebb4084beab7f73eeb4e1a994d24636de2575
+      SOURCE_VFY=sha1:6e09f5ef1c2c7400b06f72d07ddae376f32536f1
         WEB_SITE=http://search.cpan.org/~yanick/NetPacket/
          ENTERED=20040217
-         UPDATED=20100222
+         UPDATED=20110416
            SHORT="Base clss for the NetPacket::* object hierarchy"
 
 cat << EOF


More information about the Lunar-commits mailing list