- Update to 1.3.2.6.c
PR: ports/92475 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
This commit is contained in:
parent
1b366ba9b4
commit
8d9a8f97e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154726
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= winefish
|
||||
DISTVERSION= 1.3.2-5
|
||||
DISTVERSION= 1.3.2.6c
|
||||
CATEGORIES= editors print
|
||||
MASTER_SITES= http://download.berlios.de/winefish/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -25,7 +25,7 @@ RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.3+
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libgnomeui
|
||||
USE_GNOME= libgnomeui desktopfileutils
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
OPTIONS= CONTEXT "Enable ConTexT support (Experimental)" off \
|
||||
@ -50,4 +50,7 @@ CONFIGURE_ARGS+= --with-unikey-gtk
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
-@update-desktop-database
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (winefish-1.3.2-5.tgz) = 964b746f058371e9937a1dbf3af35197
|
||||
SHA256 (winefish-1.3.2-5.tgz) = 3149ace29c2337584f862e8eb41c8b9886cdee0f023cdef4dca068b31e7b7cf9
|
||||
SIZE (winefish-1.3.2-5.tgz) = 547080
|
||||
MD5 (winefish-1.3.2.6c.tgz) = 14a4e3164f19d76a1d9057a185dab851
|
||||
SHA256 (winefish-1.3.2.6c.tgz) = ab7918b5b8b1053bae3f1585915e5eb8a2125187353fac9f17eca9aa4cb1a998
|
||||
SIZE (winefish-1.3.2.6c.tgz) = 460303
|
||||
|
@ -6,5 +6,5 @@ Main features:
|
||||
(2) External Tools (customizable)
|
||||
(3) UTF8 support
|
||||
|
||||
Author: Ky Ahn <kyahn@users.berlios.de>
|
||||
Author: Ky Anh <kyanh@users.berlios.de>
|
||||
WWW: http://winefish.berlios.de/
|
||||
|
@ -4,6 +4,8 @@ share/gnome/application-registry/winefish.applications
|
||||
share/gnome/applications/winefish.desktop
|
||||
share/gnome/mime-info/winefish.mime
|
||||
share/gnome/mime-info/winefish.keys
|
||||
share/pixmaps/gnome-application-winefish-project.png
|
||||
share/pixmaps/winefish-icon.png
|
||||
share/locale/it/LC_MESSAGES/winefish.mo
|
||||
share/locale/vi/LC_MESSAGES/winefish.mo
|
||||
share/mime/packages/winefish.xml
|
||||
@ -23,3 +25,5 @@ share/mime/packages/winefish.xml
|
||||
%%DATADIR%%/winefish_splash.png
|
||||
%%DATADIR%%/words.default
|
||||
@dirrm %%DATADIR%%
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user