diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-06-13 02:48:28 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-06-13 02:48:28 +0000 |
commit | e7869fa684ac286f78347ef00aa3de2176ad99ae (patch) | |
tree | 0f55b41fb48662090bed349f802bf034a807e4d4 /devel/rsvndump | |
parent | 8b9c58bfebe305ceb9f66ae80c05eeeb61c19ef7 (diff) |
Notes
Diffstat (limited to 'devel/rsvndump')
-rw-r--r-- | devel/rsvndump/Makefile | 9 | ||||
-rw-r--r-- | devel/rsvndump/distinfo | 6 | ||||
-rw-r--r-- | devel/rsvndump/files/patch-src__logentry.c | 10 | ||||
-rw-r--r-- | devel/rsvndump/files/patch-src__wsvn.c | 10 | ||||
-rw-r--r-- | devel/rsvndump/pkg-descr | 2 |
5 files changed, 10 insertions, 27 deletions
diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile index fd57901cef09..ce492bdf19bc 100644 --- a/devel/rsvndump/Makefile +++ b/devel/rsvndump/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rsvndump -PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= devel MASTER_SITES= http://saubue.boolsoft.org/projects/rsvndump/ \ LOCAL/glarkin @@ -23,15 +22,19 @@ PLIST_FILES+= share/locale/de/LC_MESSAGES/rsvndump.mo .else CONFIGURE_ARGS+= --disable-nls .endif +CONFIGURE_ARGS+= --enable-man MAN1= rsvndump.1 PLIST_FILES+= bin/rsvndump .include <bsd.port.pre.mk> +BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ + xmlto:${PORTSDIR}/textproc/xmlto + .if !exists(${APR_APU_DIR}/${APR_CONFIG}) BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr .endif -LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion +BUILD_DEPENDS+= subversion>=0:${PORTSDIR}/devel/subversion .include <bsd.port.post.mk> diff --git a/devel/rsvndump/distinfo b/devel/rsvndump/distinfo index d03148364e98..6e739c31d42b 100644 --- a/devel/rsvndump/distinfo +++ b/devel/rsvndump/distinfo @@ -1,3 +1,3 @@ -MD5 (rsvndump-0.4.4.tar.gz) = 67edaaa27cfe945e99b797181f886cce -SHA256 (rsvndump-0.4.4.tar.gz) = 947e5b2c370f59bbdb9a79cb0cc28093d6156a72b3299aab2afe61a4f12b9c90 -SIZE (rsvndump-0.4.4.tar.gz) = 215470 +MD5 (rsvndump-0.5.tar.gz) = e1c9b3257e81a1aea5867d6b5d7870b6 +SHA256 (rsvndump-0.5.tar.gz) = 8e7d6bbba93c6d8361d8dd3e63f4f11161fdd61cc2493749eff6fc12cce0ca92 +SIZE (rsvndump-0.5.tar.gz) = 213705 diff --git a/devel/rsvndump/files/patch-src__logentry.c b/devel/rsvndump/files/patch-src__logentry.c deleted file mode 100644 index ef994ae22bc3..000000000000 --- a/devel/rsvndump/files/patch-src__logentry.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/logentry.c.orig 2009-04-13 11:10:16.000000000 -0400 -+++ ./src/logentry.c 2009-04-13 11:10:38.000000000 -0400 -@@ -21,6 +21,7 @@ - */ - - -+#include <svn_props.h> - #include <svn_repos.h> - - #include "logentry.h" diff --git a/devel/rsvndump/files/patch-src__wsvn.c b/devel/rsvndump/files/patch-src__wsvn.c deleted file mode 100644 index 38576158aa8f..000000000000 --- a/devel/rsvndump/files/patch-src__wsvn.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/wsvn.c.orig 2009-04-13 11:10:13.000000000 -0400 -+++ ./src/wsvn.c 2009-04-13 11:10:33.000000000 -0400 -@@ -33,6 +33,7 @@ - #include <svn_fs.h> - #include <svn_path.h> - #include <svn_pools.h> -+#include <svn_props.h> - #include <svn_ra.h> - #include <svn_sorts.h> - #include <svn_wc.h> diff --git a/devel/rsvndump/pkg-descr b/devel/rsvndump/pkg-descr index c7e69646eaae..bad4e4959ef9 100644 --- a/devel/rsvndump/pkg-descr +++ b/devel/rsvndump/pkg-descr @@ -1,7 +1,7 @@ rsvndump is a command line tool that is able to dump a Subversion repository that resides on a remote server. All data is dumped in the format that can be read an written by svnadmin dump, so the -data which is produced can easily be importerd into a new Subversion +data which is produced can easily be imported into a new Subversion repository. WWW: http://saubue.boolsoft.org/projects/rsvndump/ |