- Update to 2.0.10
PR: 148574 Submitted by: Ports Fury
This commit is contained in:
parent
1d96a46769
commit
259765fcb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257790
4 changed files with 14 additions and 16 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= sagasu
|
||||
PORTVERSION= 2.0.8
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 2.0.10
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
||||
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A GNOME tool to find strings in a set of files
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sagasu-2.0.8.tar.gz) = cd3b451748102f5cc7dd1a1b3db865eb
|
||||
SHA256 (sagasu-2.0.8.tar.gz) = c36b1e9f8a5ef21426e0ef9baee54b5cfce14a0a41d916885cbff01cd5ce25f0
|
||||
SIZE (sagasu-2.0.8.tar.gz) = 288667
|
||||
MD5 (sagasu-2.0.10.tar.gz) = 98e63d3965919f8ef72db6f2d8ec13c6
|
||||
SHA256 (sagasu-2.0.10.tar.gz) = a28a5b4c6b786d87bbdcee4e5587865b51b73f1c12260c425e4c457cc777e67b
|
||||
SIZE (sagasu-2.0.10.tar.gz) = 310439
|
||||
|
|
|
@ -4,6 +4,4 @@ a search result launches a user command that can for example load the file in
|
|||
an editor at the appropriate line. The search can optionally ignore CVS
|
||||
directories.
|
||||
|
||||
WWW: http://www3.sympatico.ca/sarrazip/dev/sagasu.html
|
||||
|
||||
Juan Salaverria -- <rael@vectorstar.net>
|
||||
WWW: http://sarrazip.com/dev/sagasu.html
|
||||
|
|
|
@ -1,25 +1,26 @@
|
|||
bin/sagasu
|
||||
share/applications/sagasu.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/applications/sagasu.desktop
|
||||
share/gnome/help/sagasu/C/sagasu.html
|
||||
share/gnome/help/sagasu/fr/sagasu.html
|
||||
share/pixmaps/close.xpm
|
||||
share/pixmaps/sagasu.png
|
||||
share/sagasu/COPYING
|
||||
share/sagasu/sagasu-helper.pl
|
||||
share/sounds/sagasu/sagasu.wav
|
||||
share/locale/cs/LC_MESSAGES/sagasu.mo
|
||||
share/locale/de/LC_MESSAGES/sagasu.mo
|
||||
share/locale/fr/LC_MESSAGES/sagasu.mo
|
||||
share/locale/ja/LC_MESSAGES/sagasu.mo
|
||||
share/locale/ru/LC_MESSAGES/sagasu.mo
|
||||
share/locale/sr/LC_MESSAGES/sagasu.mo
|
||||
share/pixmaps/close.xpm
|
||||
share/pixmaps/sagasu.png
|
||||
%%DATADIR%%/COPYING
|
||||
%%DATADIR%%/sagasu-helper.pl
|
||||
share/sounds/sagasu/sagasu.wav
|
||||
@dirrm share/sounds/sagasu
|
||||
@dirrm share/sagasu
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/gnome/help/sagasu/fr
|
||||
@dirrm share/gnome/help/sagasu/C
|
||||
@dirrm share/gnome/help/sagasu
|
||||
|
|
Loading…
Reference in a new issue