diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-28 04:18:56 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-28 04:18:56 +0800 |
commit | 56710737ca8a87fb1d91b2c3550e09777b46600d (patch) | |
tree | 14f24aed02f75112f277ede7f83d40218daa1ee3 /sysutils/xstow | |
parent | 99ce61f6d2628ea243b950f5dbeb14021ed7d1f7 (diff) | |
download | freebsd-ports-gnome-56710737ca8a87fb1d91b2c3550e09777b46600d.tar.gz freebsd-ports-gnome-56710737ca8a87fb1d91b2c3550e09777b46600d.tar.zst freebsd-ports-gnome-56710737ca8a87fb1d91b2c3550e09777b46600d.zip |
update xstow to 0.5.1
Diffstat (limited to 'sysutils/xstow')
-rw-r--r-- | sysutils/xstow/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xstow/distinfo | 2 | ||||
-rw-r--r-- | sysutils/xstow/files/patch-src-setup_config.h | 10 | ||||
-rw-r--r-- | sysutils/xstow/files/patch-src-tree.cpp | 19 |
4 files changed, 3 insertions, 32 deletions
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index adeaba3f918e..abff0210a4da 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -8,8 +8,8 @@ # PORTNAME= xstow -PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTVERSION= 0.5.1 +PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/sysutils/xstow/distinfo b/sysutils/xstow/distinfo index 43cbafd0ffc6..af2bed858f59 100644 --- a/sysutils/xstow/distinfo +++ b/sysutils/xstow/distinfo @@ -1 +1 @@ -MD5 (xstow-0.4.6.tar.gz) = ffb06e41ad1ce460e91b1bfe4f47b4d8 +MD5 (xstow-0.5.1.tar.gz) = 3a9a06bb61ef7c438f41cb776c3c3c68 diff --git a/sysutils/xstow/files/patch-src-setup_config.h b/sysutils/xstow/files/patch-src-setup_config.h deleted file mode 100644 index 9df3b292c9fc..000000000000 --- a/sysutils/xstow/files/patch-src-setup_config.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/setup_config.h.orig Wed Oct 9 11:44:19 2002 -+++ src/setup_config.h Tue Dec 31 16:17:38 2002 -@@ -11,6 +11,7 @@ - - #ifdef HAVE_REGEX_H - extern "C" { -+# include <sys/types.h> - # include <regex.h> - } - #endif diff --git a/sysutils/xstow/files/patch-src-tree.cpp b/sysutils/xstow/files/patch-src-tree.cpp deleted file mode 100644 index d45ebecf90b6..000000000000 --- a/sysutils/xstow/files/patch-src-tree.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/tree.cpp.orig Tue Dec 31 05:00:47 2002 -+++ src/tree.cpp Tue Dec 31 16:30:12 2002 -@@ -18,6 +18,7 @@ - - #ifdef HAVE_REGEX_H - extern "C" { -+# include <sys/types.h> - # include <regex.h> - } - #endif -@@ -1181,7 +1182,7 @@ - - DEBUG( OUT(3)( "wrote %d: bytes error: %d\n", rsize, ferror( o ) ) ); - -- } while( !std::feof( o ) && !ferror( o ) && !ferror( t ) ); -+ } while ( !feof( o ) && !ferror( o ) && !ferror( t ) ); - - std::fclose( o ); - std::fclose( t ); |