pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tailor This is a Python egg, so s/extension/egg ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d4e2d3e97f9
branches: trunk
changeset: 576237:3d4e2d3e97f9
user: gls <gls%pkgsrc.org@localhost>
date: Fri Jun 04 20:01:00 2010 +0000
description:
This is a Python egg, so s/extension/egg in Makefile, to install egg info files
into ${EGG_INFODIR}.
Noted by Ryo HAYASAKA in PR/43414.
diffstat:
devel/tailor/Makefile | 6 +++---
devel/tailor/PLIST | 6 +++++-
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r ae24d6380310 -r 3d4e2d3e97f9 devel/tailor/Makefile
--- a/devel/tailor/Makefile Fri Jun 04 16:24:55 2010 +0000
+++ b/devel/tailor/Makefile Fri Jun 04 20:01:00 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2010/02/10 19:17:37 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2010/06/04 20:01:00 gls Exp $
#
DISTNAME= tailor-0.9.35
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel scm
MASTER_SITES= http://darcs.arstecnica.it/
@@ -21,6 +21,6 @@
post-install:
${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ae24d6380310 -r 3d4e2d3e97f9 devel/tailor/PLIST
--- a/devel/tailor/PLIST Fri Jun 04 16:24:55 2010 +0000
+++ b/devel/tailor/PLIST Fri Jun 04 20:01:00 2010 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:49:15 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2010/06/04 20:01:00 gls Exp $
bin/tailor
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/vcpx/__init__.py
${PYSITELIB}/vcpx/__init__.pyc
${PYSITELIB}/vcpx/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index