mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.4.7
This commit is contained in:
parent
5ea2a32c4d
commit
8c35dc8663
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220571
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= valknut
|
||||
PORTVERSION= 0.4.5
|
||||
PORTVERSION= 0.4.7
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= wxdcgui
|
||||
@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A Direct Connect client QT GUI
|
||||
|
||||
LIB_DEPENDS= dc.1:${PORTSDIR}/net-p2p/dclib \
|
||||
LIB_DEPENDS= dc.3:${PORTSDIR}/net-p2p/dclib \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
@ -36,6 +36,7 @@ LDFLAGS+= -L${QT_LIBDIR}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ACLOCAL=true \
|
||||
AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \
|
||||
DCLIB_CFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g;\
|
||||
s|-D_XOPEN_SOURCE=500||g' \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (valknut-0.4.5.tar.bz2) = 5ac542802f32d7802922448904a38638
|
||||
SHA256 (valknut-0.4.5.tar.bz2) = 8600c995ce4024924004acc763a8eca4164bafe74e33ed2904be4a6bad15743a
|
||||
SIZE (valknut-0.4.5.tar.bz2) = 1084523
|
||||
MD5 (valknut-0.4.7.tar.bz2) = 73c57e2593149b254ae84342275c6498
|
||||
SHA256 (valknut-0.4.7.tar.bz2) = 83efebc4781f796554f125b6e6d7dcfcc27c9aeb8818ee0949a09c82148ab782
|
||||
SIZE (valknut-0.4.7.tar.bz2) = 1091737
|
||||
|
@ -7,7 +7,7 @@ bin/valknut
|
||||
%%DATADIR%%/icons/appl/default/bookmark_add.xpm
|
||||
%%DATADIR%%/icons/appl/default/bookmark_folder.xpm
|
||||
%%DATADIR%%/icons/appl/default/configure.xpm
|
||||
%%DATADIR%%/icons/appl/default/configure_22x22.xpm
|
||||
%%DATADIR%%/icons/appl/default/configure_32x32.xpm
|
||||
%%DATADIR%%/icons/appl/default/connect.xpm
|
||||
%%DATADIR%%/icons/appl/default/connect_creating.xpm
|
||||
%%DATADIR%%/icons/appl/default/connect_no.xpm
|
||||
@ -29,7 +29,7 @@ bin/valknut
|
||||
%%DATADIR%%/icons/appl/default/filetype-unknown.xpm
|
||||
%%DATADIR%%/icons/appl/default/filetype-video.xpm
|
||||
%%DATADIR%%/icons/appl/default/find.xpm
|
||||
%%DATADIR%%/icons/appl/default/find_22x22.xpm
|
||||
%%DATADIR%%/icons/appl/default/find_32x32.xpm
|
||||
%%DATADIR%%/icons/appl/default/fish.xpm
|
||||
%%DATADIR%%/icons/appl/default/flag_bosnian.xpm
|
||||
%%DATADIR%%/icons/appl/default/flag_brazilian.xpm
|
||||
@ -60,18 +60,14 @@ bin/valknut
|
||||
%%DATADIR%%/icons/appl/default/gv.xpm
|
||||
%%DATADIR%%/icons/appl/default/help.xpm
|
||||
%%DATADIR%%/icons/appl/default/icon_22x22.xpm
|
||||
%%DATADIR%%/icons/appl/default/icon_operator.xpm
|
||||
%%DATADIR%%/icons/appl/default/icon_user.xpm
|
||||
%%DATADIR%%/icons/appl/default/icon_user_away.xpm
|
||||
%%DATADIR%%/icons/appl/default/info.xpm
|
||||
%%DATADIR%%/icons/appl/default/info_22x22.xpm
|
||||
%%DATADIR%%/icons/appl/default/message.xpm
|
||||
%%DATADIR%%/icons/appl/default/notconnected.xpm
|
||||
%%DATADIR%%/icons/appl/default/open.xpm
|
||||
%%DATADIR%%/icons/appl/default/player_pause.xpm
|
||||
%%DATADIR%%/icons/appl/default/player_play.xpm
|
||||
%%DATADIR%%/icons/appl/default/reload.xpm
|
||||
%%DATADIR%%/icons/appl/default/reload_22x22.xpm
|
||||
%%DATADIR%%/icons/appl/default/reload_32x32.xpm
|
||||
%%DATADIR%%/icons/appl/default/save.xpm
|
||||
%%DATADIR%%/icons/appl/default/server.xpm
|
||||
%%DATADIR%%/icons/appl/default/splash.xpm
|
||||
@ -83,7 +79,7 @@ bin/valknut
|
||||
%%DATADIR%%/icons/appl/default/up.xpm
|
||||
%%DATADIR%%/icons/appl/default/update.xpm
|
||||
%%DATADIR%%/icons/appl/default/users.xpm
|
||||
%%DATADIR%%/icons/appl/default/users_22x22.xpm
|
||||
%%DATADIR%%/icons/appl/default/users_32x32.xpm
|
||||
%%DATADIR%%/icons/appl/default/view_sidetree.xpm
|
||||
%%DATADIR%%/icons/emot/default/emoticons.xml
|
||||
%%DATADIR%%/icons/emot/default/emoticons.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user