diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-02-28 02:08:24 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-02-28 02:08:24 +0800 |
commit | 9100422f8067973fe767e47ab12a0dd31937a2cf (patch) | |
tree | bed9ac43a51822a27210d313068f025eda8a9521 /news/sabnzbdplus | |
parent | fb043f585b53a05f79c66a2debadc05cf6c746bd (diff) | |
download | freebsd-ports-gnome-9100422f8067973fe767e47ab12a0dd31937a2cf.tar.gz freebsd-ports-gnome-9100422f8067973fe767e47ab12a0dd31937a2cf.tar.zst freebsd-ports-gnome-9100422f8067973fe767e47ab12a0dd31937a2cf.zip |
news/sabnzbdplus: Update to 1.2.1
PR: 217359
Submitted by: joshruehlig@gmail.com (maintainer)
Diffstat (limited to 'news/sabnzbdplus')
-rw-r--r-- | news/sabnzbdplus/Makefile | 13 | ||||
-rw-r--r-- | news/sabnzbdplus/distinfo | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 39f79cfe2195..21bb2a02e360 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sabnzbdplus -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= news MAINTAINER= joshruehlig@gmail.com @@ -17,12 +17,13 @@ RUN_DEPENDS= cheetah:devel/py-cheetah \ USE_GITHUB= yes GH_ACCOUNT= sabnzbd GH_PROJECT= sabnzbd +GH_TAGNAME= 95a7924 -USES= python:2.7 +USES= python:2.7 shebangfix +SHEBANG_FILES= SABnzbd.py tools/msgfmt.py NO_ARCH= yes -PLIST_SUB= PORTNAME=${PORTNAME} -SUB_LIST= PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD} +SUB_LIST= PYTHON_CMD=${PYTHON_CMD} SUB_FILES= pkg-message USE_RC_SUBR= sabnzbd @@ -51,15 +52,11 @@ UNRAR_RUN_DEPENDS= unrar:archivers/unrar 7ZIP_RUN_DEPENDS= 7za:archivers/p7zip post-patch: - @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \ - ${WRKSRC}/SABnzbd.py @${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \ ${WRKSRC}/SABnzbd.py # Generate locale files do-build: - @${REINPLACE_CMD} -e "s:/usr/bin/env[[:space:]]python:${PYTHON_CMD}:g" \ - ${WRKSRC}/tools/msgfmt.py cd ${WRKSRC} && ${PYTHON_CMD} tools/make_mo.py do-install: diff --git a/news/sabnzbdplus/distinfo b/news/sabnzbdplus/distinfo index 9bab212043fc..a9be8533992a 100644 --- a/news/sabnzbdplus/distinfo +++ b/news/sabnzbdplus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485062633 -SHA256 (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 97d0ac8afd2c8f3db3e1fc965a74b6060c40bd4e03cbd16aa9d18845bf197b20 -SIZE (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 5312602 +TIMESTAMP = 1488181219 +SHA256 (sabnzbd-sabnzbd-1.2.1-95a7924_GH0.tar.gz) = 22c43acabef1ab29235912196fee5aba1359c6b0fbd47e499de14105db2fad37 +SIZE (sabnzbd-sabnzbd-1.2.1-95a7924_GH0.tar.gz) = 5316804 |