diff options
author | pawel <pawel@FreeBSD.org> | 2013-05-25 20:36:42 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-05-25 20:36:42 +0800 |
commit | 93e984f2806effc3aecb56f7243b149eaecd16b8 (patch) | |
tree | ab3c795d588f72b92acaa30f1d93248aeeae7bea /net-p2p | |
parent | 4b034bbe2f8eafacde88b497602709db66c70758 (diff) | |
download | freebsd-ports-gnome-93e984f2806effc3aecb56f7243b149eaecd16b8.tar.gz freebsd-ports-gnome-93e984f2806effc3aecb56f7243b149eaecd16b8.tar.zst freebsd-ports-gnome-93e984f2806effc3aecb56f7243b149eaecd16b8.zip |
- 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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/jigdo/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/jigdo/pkg-descr | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 53dc6e959dc6..d72c8e4f37a5 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -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 diff --git a/net-p2p/jigdo/pkg-descr b/net-p2p/jigdo/pkg-descr index 16af23e16a83..9c71a8f04945 100644 --- a/net-p2p/jigdo/pkg-descr +++ b/net-p2p/jigdo/pkg-descr @@ -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/ |