diff options
author | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-01-03 18:49:33 +0000 |
commit | 91aa432d21a2f20eb5483a1219a910033155c35c (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /net/bittorrent | |
parent | c253fd702d685399ef9d2151afe6fa2718685c4c (diff) | |
download | pkgsrc-91aa432d21a2f20eb5483a1219a910033155c35c.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'net/bittorrent')
-rw-r--r-- | net/bittorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 18cdb46dd65..adf77ad23ca 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/09/29 10:50:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:47 reed Exp $ # DISTNAME= BitTorrent-3.3 PKGNAME= ${DISTNAME:S/BitT/bitt/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://bitconjurer.org/BitTorrent/ |