Index: head/net-p2p/transmission/Makefile =================================================================== --- head/net-p2p/transmission/Makefile (revision 287178) +++ head/net-p2p/transmission/Makefile (revision 287179) @@ -1,27 +1,27 @@ # New ports collection makefile for: transmission # Date created: 08 October 2005 # Whom: Mezz # # $FreeBSD$ # PORTNAME= transmission -PORTVERSION= 2.41 +PORTVERSION= 2.42 CATEGORIES= net-p2p MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= crees@FreeBSD.org COMMENT= The "meta-port" for Transmission BitTorrent client RUN_DEPENDS= transmission-cli:${PORTSDIR}/net-p2p/transmission-cli \ transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon \ transmission-gtk:${PORTSDIR}/net-p2p/transmission-gtk2 NO_BUILD= yes do-install: @${DO_NADA} .include Property changes on: head/net-p2p/transmission/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.76 \ No newline at end of property +1.77 \ No newline at end of property Index: head/net-p2p/transmission-cli/Makefile =================================================================== --- head/net-p2p/transmission-cli/Makefile (revision 287178) +++ head/net-p2p/transmission-cli/Makefile (revision 287179) @@ -1,86 +1,85 @@ # New ports collection makefile for: transmission # Date created: 08 October 2005 # Whom: Mezz # # $FreeBSD$ # PORTNAME= transmission -PORTVERSION= 2.41 +PORTVERSION= 2.42 PORTREVISION?= 0 CATEGORIES?= net-p2p #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ \ MASTER_SITES= http://transmission.cachefly.net/ PKGNAMESUFFIX?= -cli MAINTAINER?= crees@FreeBSD.org COMMENT?= A lightweight CLI (command line) BitTorrent client and utilities SLAVEPORT?= cli .if ${SLAVEPORT}!="web" LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies GEN_LIB_DEPENDS=curl.6:${PORTSDIR}/ftp/curl \ event-2.0.6:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web USE_GMAKE= yes USE_GNOME?= pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS=--with-zlib=/usr \ --disable-libappindicator \ --disable-gconf2 \ ${EXTRA_CONF_ARGS} EXTRA_CONF_ARGS?=--enable-cli \ --disable-daemon \ - --disable-gtk \ - --disable-libnotify \ + --without-gtk \ --disable-mac \ --disable-nls MAN1?= transmission-cli.1 transmission-create.1 transmission-edit.1 \ transmission-show.1 EXTRA_PATCHES= ${PATCHDIR}/disable-web .endif USE_XZ= yes DOCS= AUTHORS COPYING NEWS README DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} general-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' .if ${SLAVEPORT}!="gtk2" @${REINPLACE_CMD} -e '/#define DISABLE_GETTEXT/s,/\* \(.*\) \*/,\1,' \ ${WRKSRC}/libtransmission/utils.h .endif @${REINPLACE_CMD} -e \ 's|_pthread_flags=".*"|_pthread_flags="${PTHREAD_LIBS}"|g ; \ s|rt_clock_gettime=yes|rt_clock_gettime=no|g ; \ s|" == "|" = "|g ; s|$$with_ssl.*/usr;|${OPENSSLBASE};|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|doc \\| \\|g' \ ${WRKSRC}/Makefile.in .if ${SLAVEPORT}!="cli" @${REINPLACE_CMD} -e 's|utils \\|\\|g' \ ${WRKSRC}/Makefile.in .endif post-patch: general-patch general-install: .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif post-install: general-install .include Property changes on: head/net-p2p/transmission-cli/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.82 \ No newline at end of property +1.83 \ No newline at end of property Index: head/net-p2p/transmission-cli/distinfo =================================================================== --- head/net-p2p/transmission-cli/distinfo (revision 287178) +++ head/net-p2p/transmission-cli/distinfo (revision 287179) @@ -1,2 +1,2 @@ -SHA256 (transmission-2.41.tar.xz) = f31bf798f620b436b2f5ed7047fa27fab78ce4b229d6d02f8c71f9867277685a -SIZE (transmission-2.41.tar.xz) = 2623344 +SHA256 (transmission-2.42.tar.xz) = ca94d8de5338178c2210e86e31aa522f559cac87da33a85199fbd81b7e8b04eb +SIZE (transmission-2.42.tar.xz) = 2629072 Property changes on: head/net-p2p/transmission-cli/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/net-p2p/transmission-daemon/Makefile =================================================================== --- head/net-p2p/transmission-daemon/Makefile (revision 287178) +++ head/net-p2p/transmission-daemon/Makefile (revision 287179) @@ -1,39 +1,38 @@ # New ports collection makefile for: transmission-daemon # Date created: 08 February 2008 # Whom: Mezz # # $FreeBSD$ # PORTREVISION= 0 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org COMMENT= A fast and lightweight daemon BitTorrent client RUN_DEPENDS= ${GEN_RUN_DEPENDS} DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../transmission-cli PLIST= ${.CURDIR}/pkg-plist PKGINSTALL= ${.CURDIR}/pkg-install SLAVEPORT= daemon USE_RC_SUBR= transmission EXTRA_CONF_ARGS=--disable-cli \ --enable-daemon \ - --disable-gtk \ - --disable-libnotify \ + --without-gtk \ --disable-mac \ --disable-nls MAN1= transmission-daemon.1 transmission-remote.1 post-install: general-install .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif .include "${MASTERDIR}/Makefile" Property changes on: head/net-p2p/transmission-daemon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/net-p2p/transmission-gtk2/Makefile =================================================================== --- head/net-p2p/transmission-gtk2/Makefile (revision 287178) +++ head/net-p2p/transmission-gtk2/Makefile (revision 287179) @@ -1,44 +1,44 @@ # New ports collection makefile for: transmission-gtk2 # Date created: 11 February 2006 # Whom: Mezz # # $FreeBSD$ # PKGNAMESUFFIX= -gtk2 MAINTAINER= crees@FreeBSD.org COMMENT= A fast and lightweight GTK+2 BitTorrent client LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ notify.4:${PORTSDIR}/devel/libnotify \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= ${GEN_RUN_DEPENDS} \ xdg-open:${PORTSDIR}/devel/xdg-utils DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../transmission-cli PLIST= ${.CURDIR}/pkg-plist SLAVEPORT= gtk2 USE_GNOME= gnomehack gtk20 desktopfileutils intlhack USE_GETTEXT= yes INSTALLS_ICONS= yes EXTRA_CONF_ARGS=--disable-cli \ --disable-daemon \ - --enable-gtk \ - --enable-libnotify \ + --with-gtk \ + --enable-inotify \ --disable-mac \ --enable-nls MAN1= transmission-gtk.1 post-patch: general-patch @${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \ ${WRKSRC}/gtk/transmission-gtk.desktop.in post-install: general-install @-update-desktop-database .include "${MASTERDIR}/Makefile" Property changes on: head/net-p2p/transmission-gtk2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/net-p2p/transmission-qt4/Makefile =================================================================== --- head/net-p2p/transmission-qt4/Makefile (revision 287178) +++ head/net-p2p/transmission-qt4/Makefile (revision 287179) @@ -1,59 +1,58 @@ # New ports collection makefile for: transmission-qt4 # Date created: 23 October 2010 # Whom: Mezz # # $FreeBSD$ # PORTREVISION= 0 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org COMMENT= A fast and lightweight QT4 BitTorrent client LIB_DEPENDS= ${GEN_LIB_DEPENDS} RUN_DEPENDS= ${GEN_RUN_DEPENDS} DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../transmission-cli PLIST= ${.CURDIR}/pkg-plist SLAVEPORT= qt4 USE_QT_VER= 4 QT_NONSTANDARD= yes QT_COMPONENTS= moc_build qmake_build rcc_build uic_build gui dbus network USE_GNOME= desktopfileutils EXTRA_CONF_ARGS=--disable-cli \ --disable-daemon \ - --disable-gtk \ - --disable-libnotify \ + --without-gtk \ --disable-mac \ --disable-nls MAN1= transmission-qt.1 post-patch: general-patch @${REINPLACE_CMD} -e 's|/share/man|/man|g ; /PKGCONFIG/s| openssl||g' \ ${WRKSRC}/qt/qtr.pro post-build: @(cd ${WRKSRC}/qt ; ${QMAKE} ${QMAKEFLAGS} qtr.pro ; gmake) do-install: @(cd ${WRKSRC}/qt ; ${SETENV} INSTALL_ROOT=${PREFIX} ${MAKE} install) post-install: general-install .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/qt/README.txt ${DOCSDIR}/README-qt4 .endif @${MKDIR} ${PREFIX}/share/applications @${INSTALL_DATA} ${WRKSRC}/qt/transmission-qt.desktop \ ${PREFIX}/share/applications/ @${MKDIR} ${PREFIX}/share/pixmaps @${INSTALL_DATA} ${WRKSRC}/qt/icons/transmission.png \ ${PREFIX}/share/pixmaps/transmission-qt.png @-update-desktop-database .include "${MASTERDIR}/Makefile" Property changes on: head/net-p2p/transmission-qt4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property