pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bittorrent Move PKGREVISION to Makefile from Makef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/501f4bd5a8c0
branches:  trunk
changeset: 497384:501f4bd5a8c0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jul 26 13:50:58 2005 +0000

description:
Move PKGREVISION to Makefile from Makefile.common so that it only
affects bittorrent.

diffstat:

 net/bittorrent/Makefile        |  3 ++-
 net/bittorrent/Makefile.common |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r a0df8348ab6e -r 501f4bd5a8c0 net/bittorrent/Makefile
--- a/net/bittorrent/Makefile   Tue Jul 26 13:43:13 2005 +0000
+++ b/net/bittorrent/Makefile   Tue Jul 26 13:50:58 2005 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2005/07/10 19:11:02 recht Exp $
+# $NetBSD: Makefile,v 1.28 2005/07/26 13:50:58 gdt Exp $
 #
 
 .include "Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/BitT/bitt/}
+PKGREVISION=   1
 
 PYDISTUTILSPKG=        YES
 
diff -r a0df8348ab6e -r 501f4bd5a8c0 net/bittorrent/Makefile.common
--- a/net/bittorrent/Makefile.common    Tue Jul 26 13:43:13 2005 +0000
+++ b/net/bittorrent/Makefile.common    Tue Jul 26 13:50:58 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.13 2005/07/26 13:43:13 gdt Exp $
+# $NetBSD: Makefile.common,v 1.14 2005/07/26 13:50:58 gdt Exp $
 #
 
 DISTNAME=      BitTorrent-4.0.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bittorrent/}
-PKGREVISION=   1
 
 MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://www.bittorrent.com/



Home | Main Index | Thread Index | Old Index