Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 18:05:15 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327432 - in head/net-p2p: qbittorrent qbittorrent-nox11
Message-ID:  <201309161805.r8GI5FVg021620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Sep 16 18:05:14 2013
New Revision: 327432
URL: http://svnweb.freebsd.org/changeset/ports/327432

Log:
  net-p2p/qbittorrent
  
  - Update to 3.0.11
  - Remove version from LIB_DEPENDS
  - Use the new format for LIB_DEPENDS
  
  net-p2p/qbittorrent-nox11
  
  - Trim Makefile header
  - Use PLIST_FILES instead of pkg-plist
  
  Approved by:	wg/pawel (mentors)

Deleted:
  head/net-p2p/qbittorrent-nox11/pkg-plist
Modified:
  head/net-p2p/qbittorrent-nox11/Makefile
  head/net-p2p/qbittorrent/Makefile
  head/net-p2p/qbittorrent/distinfo

Modified: head/net-p2p/qbittorrent-nox11/Makefile
==============================================================================
--- head/net-p2p/qbittorrent-nox11/Makefile	Mon Sep 16 18:03:35 2013	(r327431)
+++ head/net-p2p/qbittorrent-nox11/Makefile	Mon Sep 16 18:05:14 2013	(r327432)
@@ -1,3 +1,4 @@
+# Created by: Doug Barton <dougb@FreeBSD.org>
 # $FreeBSD$
 
 PKGNAMESUFFIX=	-nox11
@@ -8,6 +9,7 @@ MASTERDIR=	${.CURDIR}/../qbittorrent
 
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
+PLIST_FILES+=	bin/qbittorrent-nox
 
 MAN1=		qbittorrent-nox.1
 

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Mon Sep 16 18:03:35 2013	(r327431)
+++ head/net-p2p/qbittorrent/Makefile	Mon Sep 16 18:05:14 2013	(r327432)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	qbittorrent
-PORTVERSION=	3.0.10
-PORTREVISION?=	1
+PORTVERSION=	3.0.11
+PORTREVISION?=	0
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
-MAINTAINER=	nemysis@gmx.ch
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT?=	Bittorrent client using Qt4 and libtorrent-rasterbar
 
 LICENSE=	GPLv2
 
 # ABI versions specified on purpose for libtorrent-rasterbar
-LIB_DEPENDS=	torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \
-		execinfo:${PORTSDIR}/devel/libexecinfo \
+LIB_DEPENDS=	libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 
 USES=		pkgconfig
 HAS_CONFIGURE=	yes
@@ -24,7 +24,7 @@ QT_NONSTANDARD=	yes
 MAN1?=		qbittorrent.1
 
 .if !defined(QB_NOX_SLAVE)
-LIB_DEPENDS+=	GeoIP:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+=	libGeoIP.so:${PORTSDIR}/net/GeoIP
 USE_QT4+=	gui xml uic_build
 INSTALLS_ICONS=	yes
 OPTIONS_DEFINE=	DBUS

Modified: head/net-p2p/qbittorrent/distinfo
==============================================================================
--- head/net-p2p/qbittorrent/distinfo	Mon Sep 16 18:03:35 2013	(r327431)
+++ head/net-p2p/qbittorrent/distinfo	Mon Sep 16 18:05:14 2013	(r327432)
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent-3.0.10.tar.gz) = 148a48c5e1aaeec8010410242465983bdf09dcc5a26a0bae2835657d943c0957
-SIZE (qbittorrent-3.0.10.tar.gz) = 5090028
+SHA256 (qbittorrent-3.0.11.tar.gz) = bce32693c265bb330776337da6e88be3e5e50cf218b2fa8c5cd6c515e7158480
+SIZE (qbittorrent-3.0.11.tar.gz) = 5097233



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161805.r8GI5FVg021620>