[Lunar-commits] CVS: moonbase/mail/gotmail BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Dec 1 01:33:27 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/gotmail
In directory espresso.foo-projects.org:/tmp/cvs-serv27646/gotmail

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Version bump.  Also added some missing depends.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/gotmail/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	2 Feb 2004 09:20:14 -0000	1.1
+++ BUILD	1 Dec 2004 01:33:24 -0000	1.2
@@ -1,9 +1,8 @@
 (
 
   prepare_install &&
-  mkdir -p /usr/bin/ /usr/share/man/man1/ /usr/share/doc/gotmail/ &&
-  install gotmail /usr/bin/ &&
-  install gotmail.1 /usr/share/man/man1/ &&
-  install sample.gotmailrc /usr/share/doc/gotmail/
-
+  install -D -m0755 gotmail $MODULE_PREFIX/bin/gotmail         &&
+  install -D gotmail.1 $MODULE_PREFIX/share/man/man1/gotmail.1 &&
+  gather_docs sample.gotmailrc
+  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/gotmail/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	2 Feb 2004 09:20:14 -0000	1.1
+++ DEPENDS	1 Dec 2004 01:33:24 -0000	1.2
@@ -1,2 +1,4 @@
 depends perl &&
-depends curl
+depends curl &&
+depends URI  &&
+depends libnet

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/gotmail/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:30:11 -0000	1.2
+++ DETAILS	1 Dec 2004 01:33:24 -0000	1.3
@@ -1,12 +1,14 @@
           MODULE=gotmail
-         VERSION=0.8.1
+         VERSION=0.8.2
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=md5:7eccc878ba4490a5c56639f4f5cd9d59
+      SOURCE_VFY=sha1:0173b61ee0835d614e6a616e942bebd95bbb8fce
         WEB_SITE=http://gotmail.sourceforge.net/
          ENTERED=20040202
-         UPDATED=20040202
+         UPDATED=20041201
            SHORT="Retreives your HOTMAIL"
+
 cat << EOF
-fetchmail for hotmail!
+Gotmail is a perl script to download mail from hotmail.com without
+user interaction. It is probably best run from a cron job.
 EOF



More information about the Lunar-commits mailing list