aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-24 17:44:18 +0800
committerbapt <bapt@FreeBSD.org>2014-03-24 17:44:18 +0800
commitc654f44235cca7b9858c5e9751b4fad8f0fb74e9 (patch)
treeb9402f407c216d4d388e46d335a17b5f0b7b0651
parente8dd88504c8f431eb0a34c61cfa1533cc056e835 (diff)
downloadfreebsd-ports-gnome-c654f44235cca7b9858c5e9751b4fad8f0fb74e9.tar.gz
freebsd-ports-gnome-c654f44235cca7b9858c5e9751b4fad8f0fb74e9.tar.zst
freebsd-ports-gnome-c654f44235cca7b9858c5e9751b4fad8f0fb74e9.zip
Use wx 2.8 instead of wx 2.6 (use preferrably unicode version)
Stage support
-rw-r--r--devel/rapidsvn/Makefile10
-rw-r--r--devel/rapidsvn/pkg-plist1
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index b1558641387b..e57a107c9de3 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -2,17 +2,19 @@
PORTNAME= rapidsvn
PORTVERSION= 0.12.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/
MAINTAINER= robert.ayrapetyan@gmail.com
COMMENT= Cross-platform GUI front-end for the Subversion revision system
-BUILD_DEPENDS= svn:${PORTSDIR}/devel/subversion \
+BUILD_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl
-USE_WX= 2.6
+USE_WX= 2.8
+WX_UNICODE= yes
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
@@ -29,10 +31,8 @@ CONFIGURE_ARGS= --with-apr-config=apr-1-config \
--with-manpage=yes
USE_LDCONFIG= yes
-MAN1= rapidsvn.1
-NO_STAGE= yes
post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
+ ${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>
diff --git a/devel/rapidsvn/pkg-plist b/devel/rapidsvn/pkg-plist
index 1e85e1e7e117..daad77da84c6 100644
--- a/devel/rapidsvn/pkg-plist
+++ b/devel/rapidsvn/pkg-plist
@@ -3,6 +3,7 @@ lib/libsvncpp.a
lib/libsvncpp.la
lib/libsvncpp.so
lib/libsvncpp.so.3
+man/man1/rapidsvn.1.gz
share/locale/de/LC_MESSAGES/rapidsvn.mo
share/locale/es/LC_MESSAGES/rapidsvn.mo
share/locale/fr/LC_MESSAGES/rapidsvn.mo