Update to 1.1.20
This commit is contained in:
parent
bf24aecafc
commit
58d852dbfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76884
4 changed files with 17 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bins
|
||||
PORTVERSION= 1.1.18
|
||||
PORTVERSION= 1.1.20
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://jsautret.free.fr/BINS/
|
||||
|
||||
|
@ -90,6 +90,7 @@ WITH_I18N=yes
|
|||
# gui
|
||||
.ifdef(WITH_GUI)
|
||||
RUN_DEPENDS+= \
|
||||
${PBASE}/${PERL_ARCH}/Gnome.pm:x11-toolkits/p5-Gnome \
|
||||
${PBASE}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
|
||||
${PBASE}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib \
|
||||
${PBASE}/${PERL_ARCH}/Gtk/GladeXML.pm:${PORTSDIR}/x11-toolkits/p5-Glade \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (bins-1.1.18.tar.bz2) = f7ce2ace7d7ea55beed3d0b607022d55
|
||||
MD5 (bins-1.1.20.tar.bz2) = c0933c1952077fd2c6f8c7062c63b4b4
|
||||
|
|
|
@ -14,4 +14,4 @@ Some of the functionalities of BINS are:
|
|||
produced by digital cameras) to fill automatically some fields
|
||||
(date and time for example).
|
||||
|
||||
WWW: http://jsautret.free.fr/BINS/
|
||||
WWW: http://bins.sautret.org/
|
||||
|
|
|
@ -71,12 +71,7 @@ share/bins/templates.joi/thumbnail.html
|
|||
share/bins/templates.joi/thumbnav.html
|
||||
share/bins/templates.joi/thumbnavrow.html
|
||||
share/bins/templates.joi/tree.html
|
||||
share/locale/de/LC_MESSAGES/bins.mo
|
||||
%%GUI%%share/locale/fr/LC_MESSAGES/bins-edit-gui.mo
|
||||
share/locale/fr/LC_MESSAGES/bins.mo
|
||||
share/locale/it/LC_MESSAGES/bins.mo
|
||||
share/locale/pl/LC_MESSAGES/bins.mo
|
||||
share/locale/ru/LC_MESSAGES/bins.mo
|
||||
%%PORTDOCS%%share/doc/bins/album.xml
|
||||
%%PORTDOCS%%share/doc/bins/autolayout.xml
|
||||
%%PORTDOCS%%share/doc/bins/bins-edit-gui.sgml
|
||||
%%PORTDOCS%%share/doc/bins/bins-edit-gui_man.html
|
||||
|
@ -122,7 +117,16 @@ share/locale/ru/LC_MESSAGES/bins.mo
|
|||
%%PORTDOCS%%share/doc/bins/usage_desc_gui_nautilus.xml
|
||||
%%PORTDOCS%%share/doc/bins/usage_desc_xml.html
|
||||
%%PORTDOCS%%share/doc/bins/usage_desc_xml.xml
|
||||
%%PORTDOCS%%share/doc/bins/album.xml
|
||||
share/locale/de/LC_MESSAGES/bins.mo
|
||||
share/locale/es/LC_MESSAGES/bins.mo
|
||||
%%GUI%%share/locale/fr/LC_MESSAGES/bins-edit-gui.mo
|
||||
share/locale/fr/LC_MESSAGES/bins.mo
|
||||
share/locale/it/LC_MESSAGES/bins.mo
|
||||
share/locale/pl/LC_MESSAGES/bins.mo
|
||||
share/locale/ru/LC_MESSAGES/bins.mo
|
||||
share/locale/zh/LC_MESSAGES/bins.mo
|
||||
@unexec rmdir %D/share/locale/zh/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/zh 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
|
||||
|
@ -131,6 +135,8 @@ share/locale/ru/LC_MESSAGES/bins.mo
|
|||
@unexec rmdir %D/share/locale/it 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/es 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de 2>/dev/null || true
|
||||
%%PORTDOCS%%@dirrm share/doc/bins
|
||||
|
|
Loading…
Reference in a new issue