aboutsummaryrefslogtreecommitdiff
path: root/devel/rapidsvn
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-08 14:27:52 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-08 14:27:52 +0000
commit3b735ca669d4027973875897bad9ce2738382e26 (patch)
treea7a10105cc838795b35bf38217f467afbcb81653 /devel/rapidsvn
parent7e7840015d4263c1e5b5c01690349e13bed33061 (diff)
downloadports-3b735ca669d4027973875897bad9ce2738382e26.tar.gz
ports-3b735ca669d4027973875897bad9ce2738382e26.zip
Update rapidsvn to 0.9.3 :
- This fixes a naughty bug I had where the config file was not saved - remove patch-configure.in - Fixes the wxwidget detection. rapidsvn 0.9.3 only wants 2.6 - Workaround for installing manpage PR: ports/103288 Submitted by: Geraud CONTINSOUZAS <geraud_AT_gcu dot info> Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=174945
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r--devel/rapidsvn/Makefile36
-rw-r--r--devel/rapidsvn/distinfo6
-rw-r--r--devel/rapidsvn/files/patch-configure.in10
3 files changed, 19 insertions, 33 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index dc963c3ba43e..6529cc716968 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rapidsvn
-PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTVERSION= 0.9.3
CATEGORIES= devel
MASTER_SITES= http://www.rapidsvn.org/download/
@@ -15,31 +14,28 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Cross-platform GUI front-end for the Subversion revision system
BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr-svn \
- ${WXCONFIG}:${PORTSDIR}/x11-toolkits/${WXPORT} \
neon-config:${PORTSDIR}/www/neon \
- ${SVNDEP}:${PORTSDIR}/devel/subversion \
+ svn:${PORTSDIR}/devel/subversion \
+ xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl
+USE_WX= 2.6
+WX_CONF_ARGS= absolute
+
+GNU_CONFIGURE= yes
USE_X_PREFIX= yes
-USE_AUTOTOOLS= autoconf:259 libtool:15
-CONFIGURE_ARGS= --with-wx-config=${WXCONFIG} \
- --with-apr-config=apr-1-config \
+USE_AUTOTOOLS= autoconf:259 libtool:15 automake:19
+CONFIGURE_ARGS= --with-apr-config=apr-1-config \
--with-apu-config=apu-1-config \
- --with-docbook-xsl=${LOCALBASE}/share/xsl/docbook
-CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}"
+ --with-neon-config=neon-config \
+ --with-xsltproc=xsltproc \
+ --with-docbook-xsl-manpages=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl \
+ --with-manpage=yes
+
INSTALLS_SHLIB= yes
MAN1= rapidsvn.1
-.if exists(${X11BASE}/bin/wxgtk2-2.6-config)
-WXPORT= wxgtk26
-WXCONFIG= wxgtk2-2.6-config
-.elif exists(${X11BASE}/bin/wxgtk2u-2.6-config)
-WXPORT= wxgtk26-unicode
-WXCONFIG= wxgtk2u-2.6-config
-.else
-WXPORT= wxgtk24
-WXCONFIG= wxgtk2-2.4-config
-.endif
-SVNDEP= ${LOCALBASE}/include/subversion-1/svn_types.h
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>
diff --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo
index 195c40255730..5938e15b8268 100644
--- a/devel/rapidsvn/distinfo
+++ b/devel/rapidsvn/distinfo
@@ -1,3 +1,3 @@
-MD5 (rapidsvn-0.9.0.tar.gz) = 45f608d932e8b152b49ed3ad77b42226
-SHA256 (rapidsvn-0.9.0.tar.gz) = 41f3f691684ba3992681152b98cfe4dd63ad42e50a98cba061c531c489898aad
-SIZE (rapidsvn-0.9.0.tar.gz) = 573956
+MD5 (rapidsvn-0.9.3.tar.gz) = fff420fba3a1d52ff163933ecf1d14e0
+SHA256 (rapidsvn-0.9.3.tar.gz) = 90363935f9a1cb3177d045679db39c94ee44ffc3d67ed63570900ca64771f139
+SIZE (rapidsvn-0.9.3.tar.gz) = 998268
diff --git a/devel/rapidsvn/files/patch-configure.in b/devel/rapidsvn/files/patch-configure.in
deleted file mode 100644
index d17df6b3c43c..000000000000
--- a/devel/rapidsvn/files/patch-configure.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.in.orig Fri Dec 2 14:55:24 2005
-+++ configure.in Fri Dec 2 14:55:59 2005
-@@ -254,6 +254,7 @@
-
-
- for _try_docbook_xsl in \
-+ $DOCBOOK_XSL/html \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html \
- /usr/share/sgml/docbook/yelp/docbook/html \
- /usr/local/share/sgml/docbook/stylesheet/xsl/nwalsh/html \