Update to 4.1.3
Replace check for ktorrent-2 with CONFLICTS_BUILD Feature safe: yes
This commit is contained in:
parent
14adddb1b6
commit
5bdb81f384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287029
3 changed files with 10 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ktorrent
|
||||
DISTVERSION= 4.1.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.1.3
|
||||
CATEGORIES= net-p2p kde
|
||||
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/
|
||||
|
||||
|
@ -28,8 +27,10 @@ USE_GETTEXT= yes
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libktorrent-2.2.8.so)
|
||||
IGNORE= fails to build with net-p2p/ktorrent2 installed. Deinstall it first
|
||||
.endif
|
||||
CONFLICTS_BUILD= ktorrent-2*
|
||||
|
||||
SHLIB_VER= 12.0.2
|
||||
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \
|
||||
SHLIB_SHVER=${SHLIB_VER:R:R}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ktorrent-4.1.2.tar.bz2) = 9dd2e55a25e0d00ee940b1f5e44f5027adf6f8f8030b8e4da67fdefad599d7ef
|
||||
SIZE (ktorrent-4.1.2.tar.bz2) = 2956627
|
||||
SHA256 (ktorrent-4.1.3.tar.bz2) = 2f852f4ffdda976af38b85bf532e7d353dcf7b7dd7135a66af834543eb420646
|
||||
SIZE (ktorrent-4.1.3.tar.bz2) = 2959837
|
||||
|
|
|
@ -21,8 +21,8 @@ lib/kde4/ktzeroconfplugin.so
|
|||
lib/kde4/plasma_applet_ktorrent.so
|
||||
lib/kde4/plasma_engine_ktorrent.so
|
||||
lib/libktcore.so
|
||||
lib/libktcore.so.12
|
||||
lib/libktcore.so.12.0.2
|
||||
lib/libktcore.so.%%SHLIB_VER%%
|
||||
lib/libktcore.so.%%SHLIB_SHVER%%
|
||||
share/applications/kde4/ktorrent.desktop
|
||||
share/apps/ktorrent/ktbwschedulerpluginui.rc
|
||||
share/apps/ktorrent/ktdownloadorderpluginui.rc
|
||||
|
|
Loading…
Reference in a new issue