ports/174986: [PATCH] net-p2p/qbittorrent: Changed dependencies, take maintainership

nemysis nemysis at gmx.ch
Sat Jan 5 01:30:01 UTC 2013


>Number:         174986
>Category:       ports
>Synopsis:       [PATCH] net-p2p/qbittorrent: Changed dependencies, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 05 01:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Take maintainership

Makefile changed:
+LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
+LIB_DEPENDS+=	GeoIP:${PORTSDIR}/net/GeoIP
+	${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks usual and better.

port test: clean

>Fix:

--- qbittorrent-3.0.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/qbittorrent/Makefile ./Makefile
--- /usr/ports/net-p2p/qbittorrent/Makefile	2012-12-05 00:36:36.000000000 +0100
+++ ./Makefile	2013-01-05 02:02:19.000000000 +0100
@@ -6,11 +6,11 @@
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	nemysis at 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 +22,7 @@
 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 +46,7 @@
 	@${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>
--- qbittorrent-3.0.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list