1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 1.0.

This commit is contained in:
Edward Tomasz Napierala 2009-11-11 13:57:56 +00:00
parent ba00736fa5
commit eb4e92bae6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244113
4 changed files with 5 additions and 34 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gloox
PORTVERSION= 0.9.9.8
PORTVERSION= 1.0
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/

View File

@ -1,3 +1,3 @@
MD5 (gloox-0.9.9.8.tar.bz2) = be8f08b6f7351dbebfde45818f93c57f
SHA256 (gloox-0.9.9.8.tar.bz2) = a2d46b29f0d2f4786cab95d7542a478b9c2c33e8913d2bc06b06eafe7f4d367a
SIZE (gloox-0.9.9.8.tar.bz2) = 481220
MD5 (gloox-1.0.tar.bz2) = f8eacf1c6476e0a309b453fd04f90e31
SHA256 (gloox-1.0.tar.bz2) = b53f3e83e97f2f8d46e482620389b7778b7b0d95b2518ce5e1ae6d81bb2bcde8
SIZE (gloox-1.0.tar.bz2) = 603434

View File

@ -1,29 +0,0 @@
--- configure.orig 2009-05-01 14:07:43.000000000 +0200
+++ configure 2009-05-01 14:09:15.000000000 +0200
@@ -19849,7 +19849,7 @@
schannel=no
fi
-if test "$schannel" == "yes"; then
+if test "$schannel" = "yes"; then
ssl=yes
case "$host_os" in
*mingw*)
@@ -19866,7 +19866,7 @@
echo "${ECHO_T}$schannel" >&6; }
fi
-if test "$ssl" == "no"; then
+if test "$ssl" = "no"; then
# Check whether --with-gnutls was given.
if test "${with_gnutls+set}" = set; then
@@ -20101,7 +20101,7 @@
echo "${ECHO_T}$gnutls" >&6; }
fi
-if test "$ssl" == "no"; then
+if test "$ssl" = "no"; then
# Check whether --with-openssl was given.
if test "${with_openssl+set}" = set; then

View File

@ -2,5 +2,5 @@ bin/gloox-config
lib/libgloox.a
lib/libgloox.la
lib/libgloox.so
lib/libgloox.so.7
lib/libgloox.so.8
libdata/pkgconfig/gloox.pc