diff options
author | obache <obache@pkgsrc.org> | 2012-02-04 05:13:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-04 05:13:03 +0000 |
commit | f81f4cd6a822ae74f1c3a8964cc12632b64dcd62 (patch) | |
tree | ffd47f10ac1cdf5176ccaa5c496a4a531a62f30e /news/hellanzb | |
parent | 3cf7b3eb5ec1a5ecac1b2db6eedc252e44e7999f (diff) | |
download | pkgsrc-f81f4cd6a822ae74f1c3a8964cc12632b64dcd62.tar.gz |
* fixes HOMEPAGE url.
* LICENSE=modified-bsd.
* no need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, so switch to use python/distutils.mk.
Bump PKGREVISION.
Diffstat (limited to 'news/hellanzb')
-rw-r--r-- | news/hellanzb/Makefile | 14 | ||||
-rw-r--r-- | news/hellanzb/PLIST | 3 |
2 files changed, 9 insertions, 8 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 4b3973d5fb7..95e992abb8c 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.5 2011/02/28 14:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/04 05:13:03 obache Exp $ # .include "../../news/hellanzb/Makefile.version" DISTNAME= hellanzb-${HELLANZB_VERSION}.${HELLANZB_SVN_REV} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.hellanzb.com/trac +HOMEPAGE= http://www.hellanzb.com/ COMMENT= Command line nntp file grabber +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3:../../net/py-twisted +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= par2>=0.4:../../archivers/par2 DEPENDS+= unrar>=3.5.4:../../archivers/unrar -PYDISTUTILSPKG= yes - PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 EGDIR= ${PREFIX}/share/examples/${PKGBASE} @@ -39,7 +39,7 @@ post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} ${INSTALL_DATA} ${WRKDIR}/hellanzb.conf ${DESTDIR}${EGDIR} -.include "../../lang/python/extension.mk" -.include "../../textproc/py-xml/buildlink3.mk" +EGG_NAME= hellanzb-${HELLANZB_VERSION}_trunk +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/news/hellanzb/PLIST b/news/hellanzb/PLIST index cafb4b4835f..d33743aa0d9 100644 --- a/news/hellanzb/PLIST +++ b/news/hellanzb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:10:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/02/04 05:13:03 obache Exp $ bin/hellanzb.py ${PYSITELIB}/Hellanzb/Core.py ${PYSITELIB}/Hellanzb/Core.pyc @@ -90,5 +90,6 @@ ${PYSITELIB}/Hellanzb/external/elementtree/SimpleXMLWriter.pyo ${PYSITELIB}/Hellanzb/external/elementtree/__init__.py ${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyc ${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyo +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} share/doc/hellanzb/README share/examples/hellanzb/hellanzb.conf |