aboutsummaryrefslogtreecommitdiff
path: root/devel/libevent2
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-06-19 09:39:22 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-06-19 09:39:22 +0000
commit22aed9e8f44447e0177c561dcdb41e8e25efbb36 (patch)
tree255534d432bad2798657155f5549ce0b1e5e6851 /devel/libevent2
parent2b1de342fc872adfb97a1b6e614d90a87f1b8b14 (diff)
downloadports-22aed9e8f44447e0177c561dcdb41e8e25efbb36.tar.gz
ports-22aed9e8f44447e0177c561dcdb41e8e25efbb36.zip
Notes
Diffstat (limited to 'devel/libevent2')
-rw-r--r--devel/libevent2/Makefile2
-rw-r--r--devel/libevent2/distinfo4
-rw-r--r--devel/libevent2/files/patch-libevent_openssl.pc.in6
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index 660759f0d8d5..683c905e906e 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libevent2
-DISTVERSION= 2.0.11
+DISTVERSION= 2.0.12
CATEGORIES= devel
MASTER_SITES= http://monkey.org/~provos/
DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable
diff --git a/devel/libevent2/distinfo b/devel/libevent2/distinfo
index d6515bf75b39..aafc2b0ea2f3 100644
--- a/devel/libevent2/distinfo
+++ b/devel/libevent2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libevent-2.0.11-stable.tar.gz) = c218a2d6b30b2260dd245e40b1b1c52162223117da7e1874e17af9e03656a6df
-SIZE (libevent-2.0.11-stable.tar.gz) = 801176
+SHA256 (libevent-2.0.12-stable.tar.gz) = ac0283f72e0f881e93ac3ae9497a20c78bd075c6c12506ad10e821aa1c29e5ab
+SIZE (libevent-2.0.12-stable.tar.gz) = 822416
diff --git a/devel/libevent2/files/patch-libevent_openssl.pc.in b/devel/libevent2/files/patch-libevent_openssl.pc.in
index 0b8bfd49d663..fd38eb1eb933 100644
--- a/devel/libevent2/files/patch-libevent_openssl.pc.in
+++ b/devel/libevent2/files/patch-libevent_openssl.pc.in
@@ -1,12 +1,12 @@
---- libevent_openssl.pc.in.orig 2010-08-16 18:56:09.000000000 +0200
-+++ libevent_openssl.pc.in 2011-03-06 21:15:11.687161250 +0100
+--- libevent_openssl.pc.in.orig 2011-05-23 23:45:50.000000000 +0200
++++ libevent_openssl.pc.in 2011-06-19 11:22:11.784914479 +0200
@@ -10,7 +10,7 @@
Version: @VERSION@
Requires: libevent
Conflicts:
-Libs: -L${libdir} -levent_openssl
+Libs: -L${libdir} -levent_openssl-2.0
- Libs.private: @LIBS@ -lcrypto -lssl
+ Libs.private: @LIBS@ -lssl -lcrypto
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/event2/compat