svn commit: r439462 - head/multimedia/py-periscope

Alexey Dokuchaev danfe at FreeBSD.org
Wed Apr 26 16:20:21 UTC 2017


Author: danfe
Date: Wed Apr 26 16:20:19 2017
New Revision: 439462
URL: https://svnweb.freebsd.org/changeset/ports/439462

Log:
  - Now that as of r439454 UNRAR option description is in the standard pool,
    remove its local definition (one might argue this one was specifically
    about handling compressed subtitles, but the whole port is ``Subtitles
    searching module'', so generic description fits just fine)
  - Unbreak the port by pointing to archived distfile in Google Cloud Storage
    and update WWW: line in the port description while I'm here

Modified:
  head/multimedia/py-periscope/Makefile
  head/multimedia/py-periscope/pkg-descr

Modified: head/multimedia/py-periscope/Makefile
==============================================================================
--- head/multimedia/py-periscope/Makefile	Wed Apr 26 15:41:48 2017	(r439461)
+++ head/multimedia/py-periscope/Makefile	Wed Apr 26 16:20:19 2017	(r439462)
@@ -5,7 +5,7 @@ PORTNAME=	periscope
 PORTVERSION=	0.2.4
 PORTREVISION=	3
 CATEGORIES=	multimedia python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/periscope/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTFILES=	python-${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} \
 		periscope.desktop
@@ -17,10 +17,6 @@ COMMENT=	Subtitles searching module
 
 LICENSE=	LGPL3
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -29,10 +25,8 @@ NO_WRKSUBDIR=	yes
 USES=		desktop-file-utils python
 
 OPTIONS_DEFINE=	UNRAR
-UNRAR_DESC=	rar support (.rar) for compressed subtitles
-UNRAR_RUN_DEPENDS=	unrar:archivers/unrar
-
 OPTIONS_DEFAULT=	UNRAR
+UNRAR_RUN_DEPENDS=	unrar:archivers/unrar
 
 PLIST_FILES=	share/applications/periscope.desktop
 

Modified: head/multimedia/py-periscope/pkg-descr
==============================================================================
--- head/multimedia/py-periscope/pkg-descr	Wed Apr 26 15:41:48 2017	(r439461)
+++ head/multimedia/py-periscope/pkg-descr	Wed Apr 26 16:20:19 2017	(r439462)
@@ -16,4 +16,4 @@ parse and download subtitles and the use
 
 The subtitles websites are handled as plugins.
 
-WWW: http://code.google.com/p/periscope/
+WWW: https://code.google.com/archive/p/periscope/


More information about the svn-ports-head mailing list