Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 18:16:30 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310194 - head/net-p2p/qbittorrent
Message-ID:  <201301101816.r0AIGU9m085060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Jan 10 18:16:29 2013
New Revision: 310194
URL: http://svnweb.freebsd.org/changeset/ports/310194

Log:
  - pass maintainership to submitter
  - drop ABI versions for most libraries
  
  PR:		174986
  Submitted by:	nemysis@gmx.ch

Modified:
  head/net-p2p/qbittorrent/Makefile

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Thu Jan 10 18:12:45 2013	(r310193)
+++ head/net-p2p/qbittorrent/Makefile	Thu Jan 10 18:16:29 2013	(r310194)
@@ -6,11 +6,10 @@ PORTREVISION?=	0
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemysis@gmx.ch
 COMMENT?=	Bittorrent client using Qt4 and libtorrent-rasterbar
 
-# ABI versions specified on purpose
-LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
+LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
 		torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
 
 HAS_CONFIGURE=	yes
@@ -22,7 +21,7 @@ MAKE_JOBS_SAFE=	yes
 MAN1?=		qbittorrent.1
 
 .if !defined(QB_NOX_SLAVE)
-LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+=	GeoIP:${PORTSDIR}/net/GeoIP
 USE_QT4+=	gui xml uic_build
 INSTALLS_ICONS=	yes
 OPTIONS_DEFINE=	DBUS
@@ -46,7 +45,7 @@ post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/qbittorrent
 .else
 	@${STRIP_CMD} ${PREFIX}/bin/qbittorrent-nox
-	${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1
 .endif
 
 .include <bsd.port.post.mk>



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