Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 19:57:58 -0500 (CDT)
From:      Lawrence Chen <beastie@tardisi.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        beastie_t@lhaven.homeip.net
Subject:   ports/178245: [patch] mail/getlive: 3.0 has been released
Message-ID:  <201304300057.r3U0vwIY025959@zen.lhaven.homeip.net>
Resent-Message-ID: <201304300100.r3U1001v096275@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178245
>Category:       ports
>Synopsis:       [patch] mail/getlive: 3.0 has been released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 30 01:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Lawrence Chen
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD zen.lhaven.homeip.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Saw that previous version was have trouble parsing my hotmail
	account.  And, I hadn't gotten anything for over a month.
	
>How-To-Repeat:
	
	getlive (2.7) was reporting problems parsing main page

        Page doesn't contain PPSX in the expected place.
>Fix:

	

	Check sourceforge site to see if newer version had been released, found
	that 3.0 was released on April 2nd.

	Update port to build this version.  Add new depend.

	However this didn't resolve the issue.  So found version in CVS that
	is said to resolve this issue. Committed on April 18th.

	Update my distfiles and create patch.

 	getlive.conf.sample has also been updated.


--- patch begins here ---
--- Makefile.orig	2013-03-01 01:45:13.000000000 -0600
+++ Makefile	2013-04-29 19:37:08.436355062 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	getlive
-DISTVERSION=	2_7
+DISTVERSION=	3_0_3
 CATEGORIES=	mail
 MASTER_SITES=	http://tardisi.com/distfiles/ \
 		http://lawrencechen.net/distfiles/
@@ -18,7 +18,8 @@
 
 RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		procmail:${PORTSDIR}/mail/procmail \
-		p5-URI>=0:${PORTSDIR}/net/p5-URI
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
 
 NO_BUILD=	yes
 USE_PERL5_RUN=	yes
--- distinfo.orig	2013-03-01 01:45:13.000000000 -0600
+++ distinfo	2013-04-29 19:47:47.618355173 -0500
@@ -1,2 +1,2 @@
-SHA256 (GetLive_2_7.tgz) = 166395e43ae65388845fd2cf511984b4a8ce793e94f7f91ba279a37dc49501d9
-SIZE (GetLive_2_7.tgz) = 29818
+SHA256 (GetLive_3_0_3.tgz) = bf2ae8c464b4c36ca65751be1b9698b1b4471348ae894cf46b57b255fa62f9c0
+SIZE (GetLive_3_0_3.tgz) = 27078
--- files/getlive.conf.sample.orig	2012-07-14 08:54:48.000000000 -0500
+++ files/getlive.conf.sample	2013-04-29 19:35:52.088355596 -0500
@@ -1,68 +1,98 @@
 # UserName - YourHotmailUserName (without @something)
+#
 UserName=
 
-# Password - YourHotmailPassword (so restrict the access rights to this configuration file.)
+# Password - YourHotmailPassword (so restrict the access rights to this
+#                                 configuration file.)
+#
 Password=
 
-# Domain - YourHotmailDomain (default 'hotmail.com', basically what's after the @ in your address)
+# Domain - YourHotmailDomain (default 'hotmail.com', basically what's after
+#                             the @ in your address)
+#
 #Domain=hotmail.com
 
 # Proxy - ProxyServer if you're behind one.
+#
 #Proxy=
 
 # ProxyAuth - ProxyPassword if you're behind one with password. 
+#
 #ProxyAuth=
 
 # Downloaded - SomeFileName (it keeps track of all id's of messages
-#                        that were fetched already) 
+#                            that were fetched already) 
+#
 Downloaded=
 
 # FetchOnlyUnread - Yes or No (default)
-# If Yes only messages that are marked unread are fetched.
-# Downloaded and FetchOnlyUnread are mutual exclusive.
+#
+#                   If Yes only messages that are marked unread are fetched.
+#                   Downloaded and FetchOnlyUnread are mutual exclusive.
+#
 #FetchOnlyUnread=No
 
-# RetryLimit - N (default 2) : how many times to retry fetching a
-# web page via curl (the webpage fetcher behind the scenes)
-#RetryLimit=2
-
-# CurlBin - CommandForCurl ('curl -k' by default).
-CurlBin=/usr/local/bin/curl -k
-
 # Processor - FilterCommand ('/usr/bin/procmail' by default).
-# Any filtercommand taking the message in mbox format on its stdin and doing something with it.
+#
+#             Any filtercommand taking the message in mbox format on its stdin
+#             and doing something with it.
 #                        
-#   *) '/bin/cat - >> FetchedMail' might be another interesting one to drop directly in a mbox file.
+#   *) '/bin/cat - >> FetchedMail' might be another interesting one to drop
+#                                  directly in a mbox file.
 #
 #   *) The distribution contains also SmtpForward.pl and SmtpAuthForward.pl.
 #      Those can be used as 'Processor' to forward the mails to an SMTP server.
+#
 Processor=/usr/local/bin/procmail
 
-# Folder - FolderName. Folders that need to be fetched. 
+# Folder - FolderName : Folders that need to be fetched. 
+#
 # This option must be repeated for each folder you want to fetch.
 # If this option is not present then all folders will be fetched.
+#
 #Folder=
 
-# MarkRead - Yes or No (default) : whether the message will be 
-# marked read after being downloaded. By the way : 
-# it never gets marked in any way when not downloaded due to it being already in the 
-# Downloaded = SomeFileName (see higer) file.
+# MarkRead - Yes or No (default) : whether the message will be marked read
+#                                  after being downloaded. By the way, it never
+#                                  gets marked in any way when not downloaded
+#                                  due to it being already in the 
+#                                  Downloaded = SomeFileName (see higher) file.
+#
 #MarkRead=No
 
-# Delete - Yes or No (default) : whether the message will be 
-# deleted after being downloaded. By the way : 
-# it never gets deleted in any way when not downloaded due to it being already in the 
-# Downloaded = SomeFileName (see higer) file.
+# Delete - Yes or No (default) : whether the message will be deleted after
+#                                being downloaded. By the way, it never gets
+#                                deleted in any way when not downloaded due to
+#                                it being already in the 
+#                                Downloaded = SomeFileName (see higher) file.
+#
 #Delete=No
 
 # MoveToFolder - FolderName or @FileName
-# FolderName is the folder to which the message must be moved after being downloaded.
-# By the way : it never gets moved in any way when not downloaded due to it 
-# being already in the Downloaded = SomeFileName (see higer) file.
+#
+# FolderName is the folder to which the message must be moved after being
+# downloaded. By the way, it never gets moved in any way when not downloaded
+# due to it being already in the Downloaded = SomeFileName (see higher) file.
+#
 # If this argument takes the form @FileName then the FolderName is taken from
 # the contents of the file FileName.
+#
 # The idea is that f.i. a spamfilter can decide to what folder it must be moved.
-# That spamfilter would be part of Processor    = FilterCommand (see higher) and
-# write a FolderName (for instance Junk if considered junk) to the file FileName.
-#MoveToFolter=
+# That spamfilter would be part of Processor = FilterCommand (see higher) and
+# write a FolderName (for instance Junk if considered junk) to the file
+# FileName.
+#
+#MoveToFolder=
+
+# SkipTrash - Yes or No (default) : whether the message Trash folder will be
+# handled (default) or not.
+#
+#SkipTrash=No
 
+# BreakOnAlreadyDownloaded = Number
+#
+# Stop scanning a folder when detecting a seqeunce of Number messages that
+# is already downloaded. 0 means disabling this feature and is default.
+# Meant to reduce folder scanning.
+#
+#BreakOnAlreadyDownloaded=0
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304300057.r3U0vwIY025959>