1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 2.3.1.

PR:		ports/119510
Submitted by:	Beat Gaetzi <beat__at__chruetertee.ch>
This commit is contained in:
Hajimu UMEMOTO 2008-01-10 16:24:55 +00:00
parent 5f799a0efb
commit d677168389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205386
4 changed files with 5 additions and 25 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= gkrellm
PORTVERSION= 2.3.0
PORTREVISION= 1
PORTVERSION= 2.3.1
#PORTREVISION= 0
CATEGORIES= sysutils ipv6
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \
${MASTER_SITE_LOCAL}

View File

@ -1,3 +1,3 @@
MD5 (gkrellm-2.3.0.tar.bz2) = 8ced6843f4681ad8501fd04285ecff1f
SHA256 (gkrellm-2.3.0.tar.bz2) = eae0a6862fe6131c67c2f8bca451b0410e69229a5a16463dd1f2266b3ff13dcb
SIZE (gkrellm-2.3.0.tar.bz2) = 742468
MD5 (gkrellm-2.3.1.tar.bz2) = 009d8dddd3ce5cc83a4bb4d559ee922d
SHA256 (gkrellm-2.3.1.tar.bz2) = 1a2a7e3ee9d1f2d7305da0d33d9be71ffe5d1903ed6a9c69cf77ffe10fc95b4d
SIZE (gkrellm-2.3.1.tar.bz2) = 744132

View File

@ -2,14 +2,6 @@ Index: src/configure
diff -u src/configure.orig src/configure
--- src/configure.orig Mon May 7 08:45:55 2007
+++ src/configure Sun Jul 22 03:01:53 2007
@@ -41,6 +41,7 @@
cat << EOF > test.c
#include <gnutls/openssl.h>
+#include <gcrypt.h>
#include <errno.h>
#include <pthread.h>
@@ -61,8 +62,8 @@
}
EOF

View File

@ -1,12 +0,0 @@
Index: src/mail.c
diff -u -p src/mail.c.orig src/mail.c
--- src/mail.c.orig Wed Aug 9 07:31:30 2006
+++ src/mail.c Tue Dec 26 11:25:25 2006
@@ -39,6 +39,7 @@
#if defined(HAVE_GNUTLS)
#include <gnutls/openssl.h>
+#include <gcrypt.h>
#include <pthread.h>
#define MD5Init MD5_Init
#define MD5Update MD5_Update