diff options
author | danfe <danfe@FreeBSD.org> | 2017-04-27 00:20:19 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-04-27 00:20:19 +0800 |
commit | a65c7f125b549c17113c4160184a269694d2402e (patch) | |
tree | 7a6f3114ccd8e05ef6212262baceb5f3062a3b32 /multimedia | |
parent | 201e27c641949c07ac5818ddbbd2a0c244b5c0ba (diff) | |
download | freebsd-ports-gnome-a65c7f125b549c17113c4160184a269694d2402e.tar.gz freebsd-ports-gnome-a65c7f125b549c17113c4160184a269694d2402e.tar.zst freebsd-ports-gnome-a65c7f125b549c17113c4160184a269694d2402e.zip |
- 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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-periscope/Makefile | 10 | ||||
-rw-r--r-- | multimedia/py-periscope/pkg-descr | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/multimedia/py-periscope/Makefile b/multimedia/py-periscope/Makefile index 873bb14a7a86..2623436924af 100644 --- a/multimedia/py-periscope/Makefile +++ b/multimedia/py-periscope/Makefile @@ -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 diff --git a/multimedia/py-periscope/pkg-descr b/multimedia/py-periscope/pkg-descr index 0508a91d540d..9ed223060ca8 100644 --- a/multimedia/py-periscope/pkg-descr +++ b/multimedia/py-periscope/pkg-descr @@ -16,4 +16,4 @@ parse and download subtitles and the user preference about languages. The subtitles websites are handled as plugins. -WWW: http://code.google.com/p/periscope/ +WWW: https://code.google.com/archive/p/periscope/ |