This diff updates devel/mercurial to 0.9.4[0], which was released
yesterday. In the port, I removed USE_GMAKE since regress tests are
disabled. The purge contribution has also been included as an
internal extension.
Tests fine on i386/-current.
Diff attached and available via HTTP:
http://www.lfod.us/files/ports/mercurial-0.9.4.diff
Thanks!
diffstat:
Makefile | 5 ++---
distinfo | 10 +++++-----
pkg/PLIST | 36 +++++++++++++++++++++++++++---------
3 files changed, 34 insertions(+), 17 deletions(-)
[0] http://www.selenic.com/pipermail/mercurial/2007-June/013496.html
--
o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | [EMAIL PROTECTED] |
*------------------[ BSD Unix: Live Free or Die ]------------------*
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/mercurial/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 2006/12/23 04:17:20 1.5
+++ Makefile 2007/06/26 10:12:10
@@ -2,7 +2,7 @@
COMMENT= "fast, lightweight source control management"
-DISTNAME= mercurial-0.9.3
+DISTNAME= mercurial-0.9.4
CATEGORIES= devel
HOMEPAGE= http://www.selenic.com/mercurial/
@@ -16,7 +16,6 @@
MASTER_SITES= http://www.selenic.com/mercurial/release/
-USE_GMAKE= Yes
MODULES= lang/python
# Many regress tests broken on OpenBSD.
@@ -34,7 +33,7 @@
.for script in convert-repo darcs2hg.py hg-ssh hgdiff hgk
tcsh_completion_build.sh
${INSTALL_SCRIPT} ${WRKSRC}/contrib/${script}
${PREFIX}/share/mercurial/.
.endfor
-.for dir in git-viz hgsh purge vim
+.for dir in git-viz hgsh vim
@cp -rp ${WRKSRC}/contrib/${dir} ${PREFIX}/share/mercurial/.
@chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/mercurial/${dir}/*
.endfor
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/mercurial/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo 2007/04/05 15:37:56 1.4
+++ distinfo 2007/06/26 10:12:10
@@ -1,5 +1,5 @@
-MD5 (mercurial-0.9.3.tar.gz) = Xjn+2FPlZpy6wyt3pnu23Q==
-RMD160 (mercurial-0.9.3.tar.gz) = miXlCOu+jhgn8m9nMasIXOU19zo=
-SHA1 (mercurial-0.9.3.tar.gz) = qRx2nqeL/8FQF6IVfQW4e5IYykA=
-SHA256 (mercurial-0.9.3.tar.gz) = SEheaxbTBO9n90fJVq0lcTl5Y1nr+6mmau3lzA9VDoY=
-SIZE (mercurial-0.9.3.tar.gz) = 530289
+MD5 (mercurial-0.9.4.tar.gz) = LlrG3fQ0U0k41Pwn3JeXyQ==
+RMD160 (mercurial-0.9.4.tar.gz) = vXCkmpj1PNi9VTylVfwl/ZU/9Tg=
+SHA1 (mercurial-0.9.4.tar.gz) = jb69dqtZYRF3uDhbu5fJpA/nFoM=
+SHA256 (mercurial-0.9.4.tar.gz) = Jplt9n1QjhKdLwomTiUHJ2TlwtIWBuFljXfImE5u1ko=
+SIZE (mercurial-0.9.4.tar.gz) = 586918
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/mercurial/pkg/PLIST,v
retrieving revision 1.3
diff -u -u -r1.3 PLIST
--- pkg/PLIST 2006/12/23 04:17:20 1.3
+++ pkg/PLIST 2007/06/26 10:12:10
@@ -9,12 +9,25 @@
lib/python${MODPY_VERSION}/site-packages/hgext/acl.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/bugzilla.py
lib/python${MODPY_VERSION}/site-packages/hgext/bugzilla.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/__init__.py
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/common.py
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/common.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/cvs.py
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/cvs.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/git.py
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/git.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/hg.py
+lib/python${MODPY_VERSION}/site-packages/hgext/convert/hg.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/extdiff.py
lib/python${MODPY_VERSION}/site-packages/hgext/extdiff.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/fetch.py
lib/python${MODPY_VERSION}/site-packages/hgext/fetch.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/gpg.py
lib/python${MODPY_VERSION}/site-packages/hgext/gpg.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/graphlog.py
+lib/python${MODPY_VERSION}/site-packages/hgext/graphlog.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/hbisect.py
lib/python${MODPY_VERSION}/site-packages/hgext/hbisect.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/hgk.py
@@ -25,6 +38,8 @@
lib/python${MODPY_VERSION}/site-packages/hgext/notify.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/patchbomb.py
lib/python${MODPY_VERSION}/site-packages/hgext/patchbomb.pyc
+lib/python${MODPY_VERSION}/site-packages/hgext/purge.py
+lib/python${MODPY_VERSION}/site-packages/hgext/purge.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/transplant.py
lib/python${MODPY_VERSION}/site-packages/hgext/transplant.pyc
lib/python${MODPY_VERSION}/site-packages/hgext/win32text.py
@@ -36,8 +51,6 @@
lib/python${MODPY_VERSION}/site-packages/mercurial/__version__.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/ancestor.py
lib/python${MODPY_VERSION}/site-packages/mercurial/ancestor.pyc
-lib/python${MODPY_VERSION}/site-packages/mercurial/appendfile.py
-lib/python${MODPY_VERSION}/site-packages/mercurial/appendfile.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/archival.py
lib/python${MODPY_VERSION}/site-packages/mercurial/archival.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/bundlerepo.py
@@ -54,10 +67,12 @@
lib/python${MODPY_VERSION}/site-packages/mercurial/commands.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/context.py
lib/python${MODPY_VERSION}/site-packages/mercurial/context.pyc
-lib/python${MODPY_VERSION}/site-packages/mercurial/demandload.py
-lib/python${MODPY_VERSION}/site-packages/mercurial/demandload.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/demandimport.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/demandimport.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/dirstate.py
lib/python${MODPY_VERSION}/site-packages/mercurial/dirstate.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/extensions.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/extensions.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/fancyopts.py
lib/python${MODPY_VERSION}/site-packages/mercurial/fancyopts.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/filelog.py
@@ -81,12 +96,16 @@
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/server.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/wsgicgi.py
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/wsgicgi.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/hook.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/hook.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/httprangereader.py
lib/python${MODPY_VERSION}/site-packages/mercurial/httprangereader.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/httprepo.py
lib/python${MODPY_VERSION}/site-packages/mercurial/httprepo.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/i18n.py
lib/python${MODPY_VERSION}/site-packages/mercurial/i18n.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/ignore.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/ignore.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/keepalive.py
lib/python${MODPY_VERSION}/site-packages/mercurial/keepalive.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/localrepo.py
@@ -105,12 +124,12 @@
lib/python${MODPY_VERSION}/site-packages/mercurial/merge.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/node.py
lib/python${MODPY_VERSION}/site-packages/mercurial/node.pyc
-lib/python${MODPY_VERSION}/site-packages/mercurial/packagescan.py
-lib/python${MODPY_VERSION}/site-packages/mercurial/packagescan.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/patch.py
lib/python${MODPY_VERSION}/site-packages/mercurial/patch.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/remoterepo.py
lib/python${MODPY_VERSION}/site-packages/mercurial/remoterepo.pyc
+lib/python${MODPY_VERSION}/site-packages/mercurial/repair.py
+lib/python${MODPY_VERSION}/site-packages/mercurial/repair.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/repo.py
lib/python${MODPY_VERSION}/site-packages/mercurial/repo.pyc
lib/python${MODPY_VERSION}/site-packages/mercurial/revlog.py
@@ -186,6 +205,8 @@
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/fileannotate.tmpl
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/filediff.tmpl
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/header.tmpl
+lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/index.tmpl
+lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/manifest.tmpl
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/map
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/rss/
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/rss/changelog.tmpl
@@ -238,9 +259,6 @@
share/mercurial/hgsh/Makefile
share/mercurial/hgsh/hgsh.c
share/mercurial/mercurial.el
-share/mercurial/purge/
-share/mercurial/purge/README
-share/mercurial/purge/purge.py
share/mercurial/sample.hgrc
share/mercurial/tcsh_completion
share/mercurial/tcsh_completion_build.sh