Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 12:36:42 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319047 - head/net-p2p/jigdo
Message-ID:  <201305251236.r4PCagHv014085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat May 25 12:36:42 2013
New Revision: 319047
URL: http://svnweb.freebsd.org/changeset/ports/319047

Log:
  - ftp/wget is needed during run not build [1]
  - Project homepage has moved, update MASTER_SITES and pkg-descr accordingly
  - Relinquish current maintainer - he don't use this port anymore
  
  PR:		ports/178566 [1]
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
  Approved by:	maintainer

Modified:
  head/net-p2p/jigdo/Makefile
  head/net-p2p/jigdo/pkg-descr   (contents, props changed)

Modified: head/net-p2p/jigdo/Makefile
==============================================================================
--- head/net-p2p/jigdo/Makefile	Sat May 25 12:27:58 2013	(r319046)
+++ head/net-p2p/jigdo/Makefile	Sat May 25 12:36:42 2013	(r319047)
@@ -3,14 +3,14 @@
 
 PORTNAME=	jigdo
 PORTVERSION=	0.7.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p
-MASTER_SITES=	http://atterer.net/jigdo/
+MASTER_SITES=	http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/
 
-MAINTAINER=	bra@fsn.hu
-COMMENT=	A utility used to retrieve very large files over the Internet
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Utility used to retrieve very large files over the Internet
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
+RUN_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
 
 MAN1=		jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
 

Modified: head/net-p2p/jigdo/pkg-descr
==============================================================================
--- head/net-p2p/jigdo/pkg-descr	Sat May 25 12:27:58 2013	(r319046)
+++ head/net-p2p/jigdo/pkg-descr	Sat May 25 12:36:42 2013	(r319047)
@@ -19,6 +19,4 @@ Main features:
     - It is possible to "upgrade" the CD image, only the changed data will be
       downloaded.
 
-WWW: http://atterer.net/jigdo/
-
-Attila Nagy <bra@fsn.hu>
+WWW: http://atterer.org/jigdo/



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