FreeBSD Bugzilla – Attachment 121217 Details for
Bug 164152
Update port: deskutils/griffith to 0.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 6.46 KB, created by
tkato432
on 2012-01-15 18:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-01-15 18:10:10 UTC
Size:
6.46 KB
patch
obsolete
>diff -urN /usr/ports/deskutils/griffith/Makefile deskutils/griffith/Makefile >--- /usr/ports/deskutils/griffith/Makefile 2011-09-08 22:32:10.000000000 +0900 >+++ deskutils/griffith/Makefile 2011-12-20 16:35:24.000000000 +0900 >@@ -6,27 +6,28 @@ > # > > PORTNAME= griffith >-PORTVERSION= 0.12.1 >-PORTREVISION= 2 >+PORTVERSION= 0.13 > CATEGORIES= deskutils >-MASTER_SITES= http://launchpadlibrarian.net/58153655/ >+MASTER_SITES= http://launchpadlibrarian.net/87859599/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Lightweight film collection manager > >-LICENSE= GPLv2 GPLv3 >-LICENSE_COMB= dual >+LICENSE= GPLv2 # (or later) >+LICENSE_FILE= ${WRKSRC}/COPYING > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ > ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \ > ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ >- ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab \ >- ${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet \ > ${PYXML} > >+OPTIONS= LXML "Enable lxml support" off \ >+ REPORTLAB2 "Enable ReportLab2 support" off \ >+ CHARDET "Enable chardet support" off \ >+ PYGNOMEEXTRAS "Enable python-gnome-extras support" off >+ > USE_XZ= yes > USE_GNOME= pygtk2 >-WANT_GNOME= yes > USE_PYTHON= 2.5+ > USE_GETTEXT= yes > USE_GMAKE= yes >@@ -35,9 +36,23 @@ > MANLANG= "" pl pt > MAN1= ${PORTNAME}.1 > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> >+ >+.if defined(WITH_LXML) >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml >+.endif >+ >+.if defined(WITH_REPORTLAB2) >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:${PORTSDIR}/print/py-reportlab2 >+.else >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab >+.endif >+ >+.if defined(WITH_CHARDET) >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet >+.endif > >-.if ${HAVE_GNOME:Mpygnomeextras}!="" >+.if defined(WITH_PYGNOMEEXTRAS) > USE_GNOME+= pygnomeextras > .endif > >@@ -54,4 +69,4 @@ > /^MANDIR/s|=.*|=${MANPREFIX}/man|g' ${WRKSRC}/${file} > .endfor > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -urN /usr/ports/deskutils/griffith/distinfo deskutils/griffith/distinfo >--- /usr/ports/deskutils/griffith/distinfo 2011-03-27 20:54:43.000000000 +0900 >+++ deskutils/griffith/distinfo 2011-12-20 15:21:58.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (griffith-0.12.1.tar.xz) = b1cba8ba263cee2ab5bca2cadd485a61af93a7645f80c9d538c14795a60afa3a >-SIZE (griffith-0.12.1.tar.xz) = 734356 >+SHA256 (griffith-0.13.tar.xz) = b704bf79109ffe787cf194af24152b897ef826ee54eab4b05f29a51f945af304 >+SIZE (griffith-0.13.tar.xz) = 758668 >diff -urN /usr/ports/deskutils/griffith/pkg-plist deskutils/griffith/pkg-plist >--- /usr/ports/deskutils/griffith/pkg-plist 2011-03-27 20:54:43.000000000 +0900 >+++ deskutils/griffith/pkg-plist 2011-12-20 15:47:41.000000000 +0900 >@@ -25,6 +25,8 @@ > %%DATADIR%%/export_templates/latex/page.tpl > %%DATADIR%%/export_templates/xml/config.xml > %%DATADIR%%/export_templates/xml/page.tpl >+%%DATADIR%%/glade/add_poster.png >+%%DATADIR%%/glade/delete_poster.png > %%DATADIR%%/glade/exporthtml.glade > %%DATADIR%%/glade/griffith.glade > %%DATADIR%%/glade/griffith.png >@@ -44,6 +46,11 @@ > %%DATADIR%%/images/09.png > %%DATADIR%%/images/default.png > %%DATADIR%%/images/default_thumbnail.png >+%%DATADIR%%/images/ge_amazon.png >+%%DATADIR%%/images/ge_mark_seen.png >+%%DATADIR%%/images/ge_movieposterdb.png >+%%DATADIR%%/images/ge_player.png >+%%DATADIR%%/images/ge_remover.png > %%DATADIR%%/images/griffith.png > %%DATADIR%%/images/meter00.png > %%DATADIR%%/images/meter01.png >@@ -70,6 +77,7 @@ > %%DATADIR%%/lib/db/_movie.py > %%DATADIR%%/lib/db/_objects.py > %%DATADIR%%/lib/db/tables.py >+%%DATADIR%%/lib/db/validators.py > %%DATADIR%%/lib/dbupgrade.py > %%DATADIR%%/lib/delete.py > %%DATADIR%%/lib/edit.py >@@ -80,6 +88,7 @@ > %%DATADIR%%/lib/gutils.py > %%DATADIR%%/lib/initialize.py > %%DATADIR%%/lib/loan.py >+%%DATADIR%%/lib/macutils.py > %%DATADIR%%/lib/main_treeview.py > %%DATADIR%%/lib/movie.py > %%DATADIR%%/lib/people.py >@@ -101,6 +110,7 @@ > %%DATADIR%%/lib/plugins/extensions/ge_movieposterdb.py > %%DATADIR%%/lib/plugins/extensions/ge_player.py > %%DATADIR%%/lib/plugins/extensions/ge_remover.py >+%%DATADIR%%/lib/plugins/extensions/ge_sqlitemaintenance.py > %%DATADIR%%/lib/plugins/imp/AMC.py > %%DATADIR%%/lib/plugins/imp/AllMyMovies.py > %%DATADIR%%/lib/plugins/imp/BESTheMovieLibrary.py >@@ -117,7 +127,7 @@ > %%DATADIR%%/lib/plugins/imp/__init__.py > %%DATADIR%%/lib/plugins/imp/eXtremeMovieManager.py > %%DATADIR%%/lib/plugins/movie/PluginMovie7arte.py >-%%DATADIR%%/lib/plugins/movie/PluginMovieAllMovie.py >+%%DATADIR%%/lib/plugins/movie/PluginMovieAllRovi.py > %%DATADIR%%/lib/plugins/movie/PluginMovieAllocine.py > %%DATADIR%%/lib/plugins/movie/PluginMovieAmazon.py > %%DATADIR%%/lib/plugins/movie/PluginMovieAniDB.py >@@ -140,7 +150,9 @@ > %%DATADIR%%/lib/plugins/movie/PluginMovieIMDB-de.py > %%DATADIR%%/lib/plugins/movie/PluginMovieIMDB-es.py > %%DATADIR%%/lib/plugins/movie/PluginMovieIMDB-it.py >+%%DATADIR%%/lib/plugins/movie/PluginMovieIMDB-pt.py > %%DATADIR%%/lib/plugins/movie/PluginMovieIMDB.py >+%%DATADIR%%/lib/plugins/movie/PluginMovieInterfilmes.py > %%DATADIR%%/lib/plugins/movie/PluginMovieKinoDe.py > %%DATADIR%%/lib/plugins/movie/PluginMovieMediadis.py > %%DATADIR%%/lib/plugins/movie/PluginMovieMovieMeter.py >@@ -162,6 +174,7 @@ > %%DATADIR%%/lib/version.py > %%DATADIR%%/lib/view.py > %%DATADIR%%/lib/widgets.py >+share/locale/ar/LC_MESSAGES/griffith.mo > share/locale/bg/LC_MESSAGES/griffith.mo > share/locale/ca/LC_MESSAGES/griffith.mo > share/locale/cs/LC_MESSAGES/griffith.mo >@@ -171,9 +184,11 @@ > share/locale/en_GB/LC_MESSAGES/griffith.mo > share/locale/es/LC_MESSAGES/griffith.mo > share/locale/et/LC_MESSAGES/griffith.mo >+share/locale/eu/LC_MESSAGES/griffith.mo > share/locale/fa/LC_MESSAGES/griffith.mo > share/locale/fi/LC_MESSAGES/griffith.mo > share/locale/fr/LC_MESSAGES/griffith.mo >+share/locale/gl/LC_MESSAGES/griffith.mo > share/locale/hr/LC_MESSAGES/griffith.mo > share/locale/hu/LC_MESSAGES/griffith.mo > share/locale/id/LC_MESSAGES/griffith.mo >@@ -189,10 +204,12 @@ > share/locale/ps/LC_MESSAGES/griffith.mo > share/locale/pt/LC_MESSAGES/griffith.mo > share/locale/pt_BR/LC_MESSAGES/griffith.mo >+share/locale/ro/LC_MESSAGES/griffith.mo > share/locale/ru/LC_MESSAGES/griffith.mo > share/locale/sk/LC_MESSAGES/griffith.mo > share/locale/sr/LC_MESSAGES/griffith.mo > share/locale/sv/LC_MESSAGES/griffith.mo >+share/locale/th/LC_MESSAGES/griffith.mo > share/locale/tr/LC_MESSAGES/griffith.mo > share/locale/uk/LC_MESSAGES/griffith.mo > share/locale/zh_CN/LC_MESSAGES/griffith.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164152
: 121217