summaryrefslogtreecommitdiff
path: root/devel/ArX2
diff options
context:
space:
mode:
authorrecht <recht>2005-07-24 08:47:42 +0000
committerrecht <recht>2005-07-24 08:47:42 +0000
commit453c5b25c057e878569f36e8a6f41d2ee57441fb (patch)
tree8f86152c8647216ba68031432d16cfa3d3d61280 /devel/ArX2
parent519373f74a871dee2129fd40afbb9ac3c6802618 (diff)
downloadpkgsrc-453c5b25c057e878569f36e8a6f41d2ee57441fb.tar.gz
ArX-2.2.3 2005-July-21
"annotate" has been implemented and "log" has been enhanced. The patch queue has been updated and tests modified to work with ArX. "fork", "replay", and "merge" no longer supports out-of-place forks. "arx help" now works. The autoconf scripts for Python configuration have been revamped to use a standard autoconf macro. See INSTALL.GENERIC for details. Revision libraries and "library" have been removed. Some limitations in "merge", "diff" and "replay" have been removed.
Diffstat (limited to 'devel/ArX2')
-rw-r--r--devel/ArX2/Makefile7
-rw-r--r--devel/ArX2/distinfo10
-rw-r--r--devel/ArX2/patches/patch-aa13
-rw-r--r--devel/ArX2/patches/patch-ac13
4 files changed, 7 insertions, 36 deletions
diff --git a/devel/ArX2/Makefile b/devel/ArX2/Makefile
index 3e369086a78..a35bc4d0f28 100644
--- a/devel/ArX2/Makefile
+++ b/devel/ArX2/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/21 16:29:46 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/24 08:47:42 recht Exp $
#
-DISTNAME= ArX-2.2.2
-PKGREVISION= 1
+DISTNAME= ArX-2.2.3
CATEGORIES= devel
-MASTER_SITES= http://superbeast.ucsd.edu/~landry/ArX/
+MASTER_SITES= http://savannah.nongnu.org/download/arx/
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.nongnu.org/arx/
diff --git a/devel/ArX2/distinfo b/devel/ArX2/distinfo
index 993f92e2d08..a002cf61cec 100644
--- a/devel/ArX2/distinfo
+++ b/devel/ArX2/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/07/12 18:57:05 recht Exp $
+$NetBSD: distinfo,v 1.4 2005/07/24 08:47:42 recht Exp $
-SHA1 (ArX-2.2.2.tar.gz) = 65783b3d1f543cbb105b226bd1a19428084f2c73
-RMD160 (ArX-2.2.2.tar.gz) = 4f2cf5fd1e55c187a03a0d1ae1385bf417409cb3
-Size (ArX-2.2.2.tar.gz) = 13358590 bytes
-SHA1 (patch-aa) = 76ca00be0a2ac57a0b793569c30fe11b03585e56
-SHA1 (patch-ac) = 749e439638cd9234c3435a774a62ee478cd4eab4
+SHA1 (ArX-2.2.3.tar.gz) = e10c8c699c3768bef1d6dc3345f3fd42e851962e
+RMD160 (ArX-2.2.3.tar.gz) = 87dbcc607fbdb64a2658d8a4454a577731d43a14
+Size (ArX-2.2.3.tar.gz) = 13402310 bytes
diff --git a/devel/ArX2/patches/patch-aa b/devel/ArX2/patches/patch-aa
deleted file mode 100644
index 5949a2a38e3..00000000000
--- a/devel/ArX2/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/05/10 07:23:25 recht Exp $
-
---- SConstruct.in.orig 2005-05-01 07:03:54.000000000 +0200
-+++ SConstruct.in 2005-05-09 15:42:19.000000000 +0200
-@@ -22,7 +22,7 @@
-
- import os
-
--env=Environment(CXX='@CXX@',LINK='@CXX@',CPPPATH='#/build')
-+env=Environment(CXX='@CXX@',LINK='@CXX@',CPPPATH='#/build',ENV={'PATH':os.environ['PATH']})
-
- cxxflags='@CXXFLAGS@'
- if len(cxxflags)!=0:
diff --git a/devel/ArX2/patches/patch-ac b/devel/ArX2/patches/patch-ac
deleted file mode 100644
index 71a8c555fb4..00000000000
--- a/devel/ArX2/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/07/12 18:57:05 recht Exp $
-
---- src/arx/include/gvfs.hpp.orig 2005-05-01 07:03:53.000000000 +0200
-+++ src/arx/include/gvfs.hpp 2005-07-11 21:42:27.000000000 +0200
-@@ -112,7 +112,7 @@
-
- char *escaped(gnome_vfs_escape_host_and_path_string
- (location.c_str()));
-- std::string result(*escaped);
-+ std::string result(escaped);
- g_free(escaped);
- return result;
-