Bug 175373 - [patch] mail/getlive: need to update to latest CVS version to work
Summary: [patch] mail/getlive: need to update to latest CVS version to work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 16:20 UTC by Lawrence Chen
Modified: 2013-03-01 07:50 UTC (History)
0 users

See Also:


Attachments
Makefile.dif (403 bytes, text/plain)
2013-01-17 16:20 UTC, Lawrence Chen
no flags Details
file.diff (401 bytes, patch)
2013-01-17 16:20 UTC, Lawrence Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2013-01-17 16:20:00 UTC
	There have been a few updates since the current ports version of 0.59.
        The latest version for download via Source Forge is 2.4, however this
	version isn't new enough to work with the current Hotmail.  They've
	been creating updates in CVS, and not making new releases to reflect.

	So, I've created my own copy of the latest CVS in case it might be
	useful for others.

Fix: I have created an archive of the current version from CVS...
How-To-Repeat: 	Just couldn't get older versions to work, until I read forums that
	newer versions are only in CVS.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 16:20:07 UTC
Maintainer of mail/getlive,

Please note that PR ports/175373 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175373

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 16:20:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2013-03-01 07:26:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-01 07:45:20 UTC
Author: beech
Date: Fri Mar  1 07:45:13 2013
New Revision: 313139
URL: http://svnweb.freebsd.org/changeset/ports/313139

Log:
  - Update to 2.7
  - Update master_sites
  
  PR:		ports/175373
  Submitted by:	Lawrence Chen <lchen@zen.lhaven.homeip.net>
  Approved by:	maintainer timeout

Modified:
  head/mail/getlive/Makefile   (contents, props changed)
  head/mail/getlive/distinfo   (contents, props changed)

Modified: head/mail/getlive/Makefile
==============================================================================
--- head/mail/getlive/Makefile	Fri Mar  1 07:04:27 2013	(r313138)
+++ head/mail/getlive/Makefile	Fri Mar  1 07:45:13 2013	(r313139)
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	getlive
-DISTVERSION=	0_59
+DISTVERSION=	2_7
 CATEGORIES=	mail
-MASTER_SITES=	SF/${PORTNAME}/GetLive/${PORTVERSION}%20%28Beta%29
+MASTER_SITES=	http://tardisi.com/distfiles/ \
+		http://lawrencechen.net/distfiles/
 DISTNAME=	GetLive_${DISTVERSION}
 EXTRACT_SUFX=	.tgz
 

Modified: head/mail/getlive/distinfo
==============================================================================
--- head/mail/getlive/distinfo	Fri Mar  1 07:04:27 2013	(r313138)
+++ head/mail/getlive/distinfo	Fri Mar  1 07:45:13 2013	(r313139)
@@ -1,2 +1,2 @@
-SHA256 (GetLive_0_59.tgz) = 79151d8baf4c5e041aca90e34b150c469f7d6f18a6e43ef68fe6510425b22e4d
-SIZE (GetLive_0_59.tgz) = 28487
+SHA256 (GetLive_2_7.tgz) = 166395e43ae65388845fd2cf511984b4a8ce793e94f7f91ba279a37dc49501d9
+SIZE (GetLive_2_7.tgz) = 29818
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2013-03-01 07:45:41 UTC
State Changed
From-To: feedback->closed

Committed (maintainer timeout), Thanks!