Bug 179992 - [patch] improve downloading for sysutils/dvdisaster
Summary: [patch] improve downloading for sysutils/dvdisaster
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 03:20 UTC by r4721@tormail.org
Modified: 2013-06-26 05:40 UTC (History)
0 users

See Also:


Attachments
file.diff (882 bytes, patch)
2013-06-26 03:20 UTC, r4721@tormail.org
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description r4721@tormail.org 2013-06-26 03:20:00 UTC
recent versions no longer seem to be uploaded to sourceforge, so remove sourceforge from MASTER_SITES. also change pkg-descr url to the current project url.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-26 03:20:12 UTC
Maintainer of sysutils/dvdisaster,

Please note that PR ports/179992 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/179992

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-26 03:20:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Corey Halpin 2013-06-26 04:23:56 UTC
On 2013-06-26, Edwin Groothuis wrote:
> Please note that PR ports/179992 has just been submitted.

  Approve.

~crh
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-26 05:35:19 UTC
Author: ak
Date: Wed Jun 26 04:35:10 2013
New Revision: 321782
URL: http://svnweb.freebsd.org/changeset/ports/321782

Log:
  - Remove sourceforge mirror (no longer updated)
  - Update WWW
  - Remove indefinite article from COMMENT
  
  PR:	ports/179992
  Submitted by:	r4721@tormail.org
  Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintaner)

Modified:
  head/sysutils/dvdisaster/Makefile
  head/sysutils/dvdisaster/pkg-descr   (contents, props changed)

Modified: head/sysutils/dvdisaster/Makefile
==============================================================================
--- head/sysutils/dvdisaster/Makefile	Wed Jun 26 03:21:29 2013	(r321781)
+++ head/sysutils/dvdisaster/Makefile	Wed Jun 26 04:35:10 2013	(r321782)
@@ -5,11 +5,10 @@ PORTNAME=	dvdisaster
 PORTVERSION=	0.72.4
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	SF \
-		http://dvdisaster.net/downloads/
+MASTER_SITES=	http://dvdisaster.net/downloads/
 
 MAINTAINER=	chalpin@cs.wisc.edu
-COMMENT=	A CD/DVD error recovery tool
+COMMENT=	CD/DVD error recovery tool
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/sysutils/dvdisaster/pkg-descr
==============================================================================
--- head/sysutils/dvdisaster/pkg-descr	Wed Jun 26 03:21:29 2013	(r321781)
+++ head/sysutils/dvdisaster/pkg-descr	Wed Jun 26 04:35:10 2013	(r321782)
@@ -17,4 +17,4 @@ If you create the error correction data 
 you have a good chance of recovering the medium contents from typical read
 errors and to transfer your complete data onto a new medium.
 
-WWW: http://www.dvdisaster.com/
+WWW: http://dvdisaster.net/
_______________________________________________
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 Alex Kozlov freebsd_committer freebsd_triage 2013-06-26 05:36:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 6 Alex Kozlov freebsd_committer freebsd_triage 2013-06-26 05:36:23 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!