Date: Thu, 20 Oct 2011 02:30:14 GMT From: morpho <morpho@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/161820: port update news/sabnzbdplus Message-ID: <201110200230.p9K2UEpB035706@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/161820; it has been noted by GNATS. From: morpho <morpho@gmail.com> To: bug-followup@FreeBSD.org, morpho@gmail.com Cc: Subject: Re: ports/161820: port update news/sabnzbdplus Date: Thu, 20 Oct 2011 03:50:08 +0200 Mmm strange, I did attach the file as a .txt when I submitted the form. Here's the generated patch: =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with more diff -ruN --exclude=3DCVS /usr/ports/news/sabnzbdplus.orig/Makefile = /usr/ports/news/sabnzbdplus/Makefile --- /usr/ports/news/sabnzbdplus.orig/Makefile 2011-09-22 = 19:00:30.000000000 +0200 +++ /usr/ports/news/sabnzbdplus/Makefile 2011-10-19 = 22:06:59.000000000 +0200 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D sabnzbdplus -PORTVERSION=3D 0.6.9 +PORTVERSION=3D 0.6.10 CATEGORIES=3D news MASTER_SITES=3D = SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION} DISTNAME=3D SABnzbd-${PORTVERSION}-src @@ -16,9 +16,9 @@ =20 LICENSE=3D GPLv2 =20 -RUN_DEPENDS=3D cheetah:${PORTSDIR}/devel/py-cheetah \ - = ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils = \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS=3D cheetah:${PORTSDIR}/devel/py-cheetah \ + = ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils = \ + = ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 =20 USE_PYTHON=3D 2.5+ =20 @@ -75,6 +75,7 @@ ${CP} -rp ${WRKSRC}/sabnzbd ${PYTHONPREFIX_SITELIBDIR}/ ${INSTALL} -d ${DATADIR} ${CP} -rp ${WRKSRC}/cherrypy ${DATADIR} + ${CP} -rp ${WRKSRC}/gntp ${DATADIR} ${CP} -rp ${WRKSRC}/interfaces ${DATADIR} ${CP} -rp ${WRKSRC}/locale ${DATADIR} ${CP} -rp ${WRKSRC}/po ${DATADIR} diff -ruN --exclude=3DCVS /usr/ports/news/sabnzbdplus.orig/distinfo = /usr/ports/news/sabnzbdplus/distinfo --- /usr/ports/news/sabnzbdplus.orig/distinfo 2011-09-22 = 19:00:30.000000000 +0200 +++ /usr/ports/news/sabnzbdplus/distinfo 2011-10-19 = 22:06:59.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (SABnzbd-0.6.9-src.tar.gz) =3D = 2c304daf22ffc68c8b77819a9e12322473cf245e6f66de314ee85ed830e24fe9 -SIZE (SABnzbd-0.6.9-src.tar.gz) =3D 1936582 +SHA256 (SABnzbd-0.6.10-src.tar.gz) =3D = 5bc4d1ca9278561ad062adacce029c3f1d019debf70f822d7be7b6566684c86d +SIZE (SABnzbd-0.6.10-src.tar.gz) =3D 1944400 diff -ruN --exclude=3DCVS /usr/ports/news/sabnzbdplus.orig/pkg-plist = /usr/ports/news/sabnzbdplus/pkg-plist --- /usr/ports/news/sabnzbdplus.orig/pkg-plist 2011-09-22 = 19:00:30.000000000 +0200 +++ /usr/ports/news/sabnzbdplus/pkg-plist 2011-10-19 = 22:06:59.000000000 +0200 @@ -108,6 +108,8 @@ %%DATADIR%%/cherrypy/process/win32.py %%DATADIR%%/cherrypy/process/wspbus.py %%DATADIR%%/cherrypy/wsgiserver/__init__.py +%%DATADIR%%/gntp/__init__.py +%%DATADIR%%/gntp/notifier.py %%DATADIR%%/interfaces/Classic/README.TXT %%DATADIR%%/interfaces/Classic/templates/config.tmpl %%DATADIR%%/interfaces/Classic/templates/config_cat.tmpl @@ -371,6 +373,7 @@ %%DATADIR%%/util/__init__.py %%DATADIR%%/util/apireg.py %%DATADIR%%/util/mailslot.py +@dirrm %%DATADIR%%/gntp @dirrm %%DATADIR%%/util @dirrm %%DATADIR%%/tools @dirrm %%DATADIR%%/po/nsis =3D=3D=3D> Done
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110200230.p9K2UEpB035706>