diff options
author | mezz <mezz@FreeBSD.org> | 2007-05-02 00:44:07 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-05-02 00:44:07 +0800 |
commit | 3fd70856987fd56bc757e8455d86981f2d9824ba (patch) | |
tree | 76687d6bd20025535a79678e66cc4a2cc3efa934 /net-p2p/transmission/Makefile | |
parent | 6169928f0b9a85393dd2d3c14b042424c7459072 (diff) | |
download | freebsd-ports-gnome-3fd70856987fd56bc757e8455d86981f2d9824ba.tar.gz freebsd-ports-gnome-3fd70856987fd56bc757e8455d86981f2d9824ba.tar.zst freebsd-ports-gnome-3fd70856987fd56bc757e8455d86981f2d9824ba.zip |
Update to 0.72. I had to pull svn, create tarball on my own and put it in my
freefall space. The offical tarball has been created two or three times and he
couldn't get it right. Right now, it has the wrong branch in offical tarball.
Diffstat (limited to 'net-p2p/transmission/Makefile')
-rw-r--r-- | net-p2p/transmission/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 02546643dd21..d065b4de177e 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -6,10 +6,13 @@ # PORTNAME= transmission -PORTVERSION= 0.71 -PORTREVISION?= 1 +PORTVERSION= 0.72 +PORTREVISION?= 0 CATEGORIES= net-p2p -MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ +#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~mezz/distfiles/ +MASTER_SITE_SUBDIR=mezz DISTNAME= Transmission-${PORTVERSION} MAINTAINER= mezz@FreeBSD.org |