diff options
author | obache <obache@pkgsrc.org> | 2011-11-01 11:21:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-01 11:21:59 +0000 |
commit | a39fb8b9f01d79167722f98f934390175270c3a2 (patch) | |
tree | dbf5008dc93dbfd56db75f951325f2097522d1ea /net | |
parent | 0f399c517aa540dd570d8bfd93cd85c2502bb5ec (diff) | |
download | pkgsrc-a39fb8b9f01d79167722f98f934390175270c3a2.tar.gz |
* no need to buildlink with py-cursespanel, simple DEPENDS is sufficient.
* register egg-info
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/bittorrent/Makefile | 11 | ||||
-rw-r--r-- | net/bittorrent/PLIST | 3 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 422e1092b22..e1ed946f930 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.41 2011/01/01 12:34:14 obache Exp $ +# $NetBSD: Makefile,v 1.42 2011/11/01 11:21:59 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" PKGNAME= ${DISTNAME:S/BitT/bitt/} -PKGREVISION= 4 - -PYDISTUTILSPKG= yes +PKGREVISION= 5 CONFLICTS+= bittornado-[0-9]* CONFLICTS+= BitTornado-[0-9]* +DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel + USE_TOOLS+= msgfmt xgettext msgmerge .include "../../mk/bsd.prefs.mk" .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .if ${PYVERSSUFFIX} != "2.4" SUBST_CLASSES+= sha @@ -37,5 +37,4 @@ SUBST_FILES.sha+= torrentinfo-console.py SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/" .endif -.include "../../devel/py-cursespanel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/bittorrent/PLIST b/net/bittorrent/PLIST index 94383f8606c..31741e6db44 100644 --- a/net/bittorrent/PLIST +++ b/net/bittorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2010/01/30 13:31:59 tron Exp $ +@comment $NetBSD: PLIST,v 1.16 2011/11/01 11:21:59 obache Exp $ bin/bittorrent-console bin/bittorrent-curses bin/bittorrent-tracker @@ -7,6 +7,7 @@ bin/launchmany-console bin/launchmany-curses bin/maketorrent-console bin/torrentinfo-console +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/BitTorrent/BeautifulSupe.py ${PYSITELIB}/BitTorrent/BeautifulSupe.pyc ${PYSITELIB}/BitTorrent/BeautifulSupe.pyo |