pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tailor Update to version 0.9.35. I can't locate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fd49e491aeb
branches:  trunk
changeset: 543291:7fd49e491aeb
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Jun 13 05:01:23 2008 +0000

description:
Update to version 0.9.35.  I can't locate a ChangeLog, but there probably
have been a decent amount of bug fixes. ;)

While here, add user-destdir support and switch to AUTO_MKDIRS.

diffstat:

 devel/tailor/Makefile |  11 ++++++-----
 devel/tailor/PLIST    |  11 +++++++++--
 devel/tailor/distinfo |   8 ++++----
 3 files changed, 19 insertions(+), 11 deletions(-)

diffs (82 lines):

diff -r 34d984451ecf -r 7fd49e491aeb devel/tailor/Makefile
--- a/devel/tailor/Makefile     Fri Jun 13 04:56:32 2008 +0000
+++ b/devel/tailor/Makefile     Fri Jun 13 05:01:23 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:09 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/13 05:01:23 bjs Exp $
 #
 
-DISTNAME=              tailor-0.9.31
+DISTNAME=              tailor-0.9.35
 CATEGORIES=            devel scm
 MASTER_SITES=          http://darcs.arstecnica.it/
 
@@ -9,15 +9,16 @@
 HOMEPAGE=              http://wiki.darcs.net/DarcsWiki/Tailor
 COMMENT=               Tool to migrate changesets between various version control systems
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 #LICENSE=              GPLv3
 PYDISTUTILSPKG=                yes
-
 PYTHON_PATCH_SCRIPTS=  tailor
 
-INSTALLATION_DIRS=     share/doc/tailor
+AUTO_MKDIRS=           yes
 
 post-install:
-       ${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/tailor
+       ${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor
 
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
diff -r 34d984451ecf -r 7fd49e491aeb devel/tailor/PLIST
--- a/devel/tailor/PLIST        Fri Jun 13 04:56:32 2008 +0000
+++ b/devel/tailor/PLIST        Fri Jun 13 05:01:23 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2008/04/16 08:47:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2008/06/13 05:01:23 bjs Exp $
 bin/tailor
 ${PYSITELIB}/vcpx/__init__.py
 ${PYSITELIB}/vcpx/__init__.pyc
@@ -21,6 +21,12 @@
 ${PYSITELIB}/vcpx/repository/__init__.py
 ${PYSITELIB}/vcpx/repository/__init__.pyc
 ${PYSITELIB}/vcpx/repository/__init__.pyo
+${PYSITELIB}/vcpx/repository/aegis/__init__.py
+${PYSITELIB}/vcpx/repository/aegis/__init__.pyc
+${PYSITELIB}/vcpx/repository/aegis/__init__.pyo
+${PYSITELIB}/vcpx/repository/aegis/target.py
+${PYSITELIB}/vcpx/repository/aegis/target.pyc
+${PYSITELIB}/vcpx/repository/aegis/target.pyo
 ${PYSITELIB}/vcpx/repository/arx.py
 ${PYSITELIB}/vcpx/repository/arx.pyc
 ${PYSITELIB}/vcpx/repository/arx.pyo
@@ -105,11 +111,12 @@
 ${PYSITELIB}/vcpx/workdir.py
 ${PYSITELIB}/vcpx/workdir.pyc
 ${PYSITELIB}/vcpx/workdir.pyo
+share/doc/tailor/README.html
 share/doc/tailor/README.rst
-share/doc/tailor/README.html
 @dirrm share/doc/tailor
 @dirrm ${PYSITELIB}/vcpx/repository/p4
 @dirrm ${PYSITELIB}/vcpx/repository/git
 @dirrm ${PYSITELIB}/vcpx/repository/darcs
+@dirrm ${PYSITELIB}/vcpx/repository/aegis
 @dirrm ${PYSITELIB}/vcpx/repository
 @dirrm ${PYSITELIB}/vcpx
diff -r 34d984451ecf -r 7fd49e491aeb devel/tailor/distinfo
--- a/devel/tailor/distinfo     Fri Jun 13 04:56:32 2008 +0000
+++ b/devel/tailor/distinfo     Fri Jun 13 05:01:23 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/04/16 08:47:27 wiz Exp $
+$NetBSD: distinfo,v 1.10 2008/06/13 05:01:23 bjs Exp $
 
-SHA1 (tailor-0.9.31.tar.gz) = 3575696b5d9286e633c00132fdb5e94cf4c9d154
-RMD160 (tailor-0.9.31.tar.gz) = 202ca7be499b23c183127899e71f27340657ec76
-Size (tailor-0.9.31.tar.gz) = 212010 bytes
+SHA1 (tailor-0.9.35.tar.gz) = 442d1d11bf4ba5d54684f78783f94f753a02292e
+RMD160 (tailor-0.9.35.tar.gz) = a3fc4339c6e7ce1397584363d127ae1219ee3888
+Size (tailor-0.9.35.tar.gz) = 228650 bytes



Home | Main Index | Thread Index | Old Index