mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Fix whitespace Approved by: portmgr blanket
This commit is contained in:
parent
c7515032c8
commit
9beaba33cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362732
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= rapidsvn
|
||||
PORTVERSION= 0.12.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/
|
||||
|
||||
@ -13,12 +13,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
|
||||
xsltproc:${PORTSDIR}/textproc/libxslt \
|
||||
${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
USE_WX= 2.8
|
||||
USE_WX= 2.8
|
||||
WX_UNICODE= yes
|
||||
WX_CONF_ARGS= absolute
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext
|
||||
USES= gettext libtool
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
|
||||
--with-apu-config=apu-1-config \
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/rapidsvn
|
||||
lib/libsvncpp.a
|
||||
lib/libsvncpp.la
|
||||
lib/libsvncpp.so
|
||||
lib/libsvncpp.so.3
|
||||
lib/libsvncpp.so.3.0.0
|
||||
man/man1/rapidsvn.1.gz
|
||||
share/locale/de/LC_MESSAGES/rapidsvn.mo
|
||||
share/locale/es/LC_MESSAGES/rapidsvn.mo
|
||||
|
Loading…
Reference in New Issue
Block a user