From owner-svn-ports-all@freebsd.org Sun Mar 8 16:12:14 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A72BF26D217; Sun, 8 Mar 2020 16:12:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48b5wG1bFZz3Dwr; Sun, 8 Mar 2020 16:12:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BB10245FA; Sun, 8 Mar 2020 16:12:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 028GCDvx027150; Sun, 8 Mar 2020 16:12:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 028GCDpT027149; Sun, 8 Mar 2020 16:12:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003081612.028GCDpT027149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Mar 2020 16:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528047 - head/net-p2p/py-libtorrent-rasterbar X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-p2p/py-libtorrent-rasterbar X-SVN-Commit-Revision: 528047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2020 16:12:14 -0000 Author: yuri Date: Sun Mar 8 16:12:13 2020 New Revision: 528047 URL: https://svnweb.freebsd.org/changeset/ports/528047 Log: net-p2p/py-libtorrent-rasterbar: Update 1.2.2 -> 1.2.4; Unbreak. portscout failed to detect this version change, which caused a delay in the port update. PR: 244672 Submitted by: Felix Hanley (felix@userspace.com.au) (part of the change) Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile head/net-p2p/py-libtorrent-rasterbar/distinfo Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/py-libtorrent-rasterbar/Makefile Sun Mar 8 16:04:06 2020 (r528046) +++ head/net-p2p/py-libtorrent-rasterbar/Makefile Sun Mar 8 16:12:13 2020 (r528047) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -DISTVERSION= 1.2.2 +DISTVERSIONPREFIX= libtorrent- +DISTVERSION= 1_2_4 CATEGORIES= net-p2p python -MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -13,14 +13,15 @@ COMMENT= Python bindings for libtorrent-rasterbar LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../COPYING -BROKEN= Doesn't install anything since the last major release: https://github.com/arvidn/libtorrent/issues/4204 - LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ ${PY_BOOST} CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-libtorrent-rasterbar11 USES= compiler:c11 iconv localbase python +USE_GITHUB= yes +GH_ACCOUNT= arvidn +GH_PROJECT= libtorrent USE_PYTHON= distutils autoplist CFLAGS+= -DTORRENT_DISABLE_LOGGING # undefined symbol: https://github.com/arvidn/libtorrent/issues/3331 @@ -31,5 +32,8 @@ WRKSRC_SUBDIR= bindings/python # ensure python paths are correctly identified CONFIGURE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ PYTHON_VERSION="${PYTHON_VERSION}" + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libtorrent.so .include Modified: head/net-p2p/py-libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/py-libtorrent-rasterbar/distinfo Sun Mar 8 16:04:06 2020 (r528046) +++ head/net-p2p/py-libtorrent-rasterbar/distinfo Sun Mar 8 16:12:13 2020 (r528047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576811230 -SHA256 (libtorrent-rasterbar-1.2.2.tar.gz) = e579261d7f0acbe82e9b4ce703cb721627cb8075023f8a26405992f489bc6202 -SIZE (libtorrent-rasterbar-1.2.2.tar.gz) = 4088779 +TIMESTAMP = 1583683308 +SHA256 (arvidn-libtorrent-libtorrent-1_2_4_GH0.tar.gz) = f1ae9ccca0a9013b694d53c12cfd4f9cc21f9cf227789fd3d62a876c7f35720f +SIZE (arvidn-libtorrent-libtorrent-1_2_4_GH0.tar.gz) = 3598403