- Update to 2.2.13
Feature safe: yes
This commit is contained in:
parent
d7a3584282
commit
99530b2230
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250096
4 changed files with 7 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnubiff
|
||||
PORTVERSION= 2.2.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.13
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnubiff-2.2.11.tar.gz) = d9e899f25b1e83081ccd3ac97ee31b8b
|
||||
SHA256 (gnubiff-2.2.11.tar.gz) = b5930267d8a87b50ef410cec102c471cb9184613764d7c46bd1074ce4a09b1be
|
||||
SIZE (gnubiff-2.2.11.tar.gz) = 928512
|
||||
MD5 (gnubiff-2.2.13.tar.gz) = 65423957eb027b94c9e661611c0e4271
|
||||
SHA256 (gnubiff-2.2.13.tar.gz) = 42ef54b6add17e57603728fc08a53ecbdc2a9d9e35de7455d4c43dff1e1ca5f3
|
||||
SIZE (gnubiff-2.2.13.tar.gz) = 848538
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ./configure.orig Sat Apr 22 14:41:45 2006
|
||||
+++ ./configure Sun Jun 25 12:37:49 2006
|
||||
@@ -4117,7 +4117,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lssl $LIBS"
|
||||
+LIBS="-lssl -lcrypto $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
|
@ -1,4 +1,5 @@
|
|||
bin/gnubiff
|
||||
share/applications/gnubiff.desktop
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/gnubiff.mo
|
||||
|
@ -6,6 +7,7 @@ bin/gnubiff
|
|||
%%NLS%%share/locale/fr_CA/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/fr_FR/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/gnubiff.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/gnubiff.mo
|
||||
|
@ -39,3 +41,4 @@ share/pixmaps/gnubiff.png
|
|||
%%NLS%%@dirrmtry share/locale/fr_CA/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/fr_CA
|
||||
@dirrm share/gnubiff
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue