diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-11-30 20:36:50 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-11-30 20:36:50 +0000 |
commit | fe023a03c05be17d1da8599f3b99dc8331467688 (patch) | |
tree | 1a4bfc334b4629486edfcbe04aaccf4462489ee7 /net/liboauth | |
parent | 857da7c9b827ce9c1d31ab6ab79a2915743ccde5 (diff) |
- Update liboauth to 0.9.5
- Remove patch that is now included in the distribution
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286699
Diffstat (limited to 'net/liboauth')
-rw-r--r-- | net/liboauth/Makefile | 3 | ||||
-rw-r--r-- | net/liboauth/distinfo | 4 | ||||
-rw-r--r-- | net/liboauth/files/patch-configure | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index d3e705022647..7e122c3d9d52 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -6,8 +6,7 @@ # PORTNAME= liboauth -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.9.5 CATEGORIES= net MASTER_SITES= http://liboauth.sourceforge.net/pool/ diff --git a/net/liboauth/distinfo b/net/liboauth/distinfo index f146e19d22ab..308458a817a0 100644 --- a/net/liboauth/distinfo +++ b/net/liboauth/distinfo @@ -1,2 +1,2 @@ -SHA256 (liboauth-0.9.4.tar.gz) = 77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549 -SIZE (liboauth-0.9.4.tar.gz) = 459597 +SHA256 (liboauth-0.9.5.tar.gz) = 845dfca491dba3631bd61d0fb8d18a2121bd1512ef9c1ee1228a27868ac64cb8 +SIZE (liboauth-0.9.5.tar.gz) = 423311 diff --git a/net/liboauth/files/patch-configure b/net/liboauth/files/patch-configure deleted file mode 100644 index 6246c15bacc0..000000000000 --- a/net/liboauth/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2011-09-15 21:53:48.000000000 +0200 -+++ configure 2011-09-15 21:54:13.000000000 +0200 -@@ -12222,7 +12222,7 @@ - fi - report_hash="OpenSSL" - PC_LIB="$PC_LIB ${HASH_LIBS}" -- PC_REQ="$PC_REQ libcrypto" -+ PC_REQ="$PC_REQ " - { $as_echo "$as_me:${as_lineno-$LINENO}: - - NOTE: OpenSSL is not compatible with GPL applications. |