mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
. fix plist; [1]
. do not use desktop-file-utils (there are no mime types at the desktop file); . bump PORTREVISION. Reported by: jenkins (swills via e-mail) [1]
This commit is contained in:
parent
efecc3b668
commit
1620dd0dff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352008
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= sqlkit
|
||||
PORTVERSION= 0.9.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= http://sqlkit.argolinux.org/download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-s
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_GNOME= pygtk2
|
||||
USES= desktop-file-utils gettext
|
||||
USES= gettext
|
||||
|
||||
OPTIONS_DEFINE= FIREBIRD MSSQL MYSQL PGSQL SQLITE SYBASE
|
||||
OPTIONS_DEFAULT=MYSQL PGSQL SQLITE
|
||||
|
@ -534,31 +534,42 @@ share/applications/sqlkit.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/completion_group_by.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/filter-output.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/filter-panel.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/filter-panel1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/gtk_debug.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/layout-simple.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/m2m.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/mask-demo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/mask-demo1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/mask.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/menu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/o2m.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/o2m1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/ootemplate-colors.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/sqledit.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/sqledit_config.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/sqledit_setup.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/table-demo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/table-demo1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/table-views.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/table.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/totals-embedded.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/totals.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/totals1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_images/year.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/AnythingSlider/css/anythingslider.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/AnythingSlider/css/theme-cs-portfolio.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/AnythingSlider/js/jquery.easing.1.2.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/arrow_down.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/arrow_right.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/down.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/gplv3.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/images/add_fields.png
|
||||
@ -585,14 +596,19 @@ share/applications/sqlkit.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/print.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/sfondo-box.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/sphinx.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/sqlkit.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/sqlkit.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/tour.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/up.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/debug/contents.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/debug/debug.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
|
||||
|
Loading…
Reference in New Issue
Block a user