aboutsummaryrefslogtreecommitdiff
path: root/devel/qssl
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2003-07-02 09:47:15 +0000
committerDima Dorfman <dd@FreeBSD.org>2003-07-02 09:47:15 +0000
commitb42a211a2e51b28082bcf1171939ff85658c82e1 (patch)
tree707cd7de59d76d345ff0a526faa558dcf09514b8 /devel/qssl
parent3daa1a78aadc8353295e9bc0890cb8ade32b5bd6 (diff)
downloadports-b42a211a2e51b28082bcf1171939ff85658c82e1.tar.gz
ports-b42a211a2e51b28082bcf1171939ff85658c82e1.zip
Upgrade to 2.0. This works with the new Psi (0.9).
PR: 53428 Submitted by: Herbert <herbert@bugat.at>, Andrew Heybey <ath@niksun.com> (respectively)
Notes
Notes: svn path=/head/; revision=84034
Diffstat (limited to 'devel/qssl')
-rw-r--r--devel/qssl/Makefile4
-rw-r--r--devel/qssl/distinfo2
-rw-r--r--devel/qssl/files/patch-qssl.pro9
3 files changed, 3 insertions, 12 deletions
diff --git a/devel/qssl/Makefile b/devel/qssl/Makefile
index cba88c56afc5..5a4eb545ddac 100644
--- a/devel/qssl/Makefile
+++ b/devel/qssl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qssl
-PORTVERSION= 1.0
+PORTVERSION= 2.0
CATEGORIES= devel security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= psi
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= psi
MAINTAINER= dd@FreeBSD.org
COMMENT= QSSL is a Qt plugin that helps applications use OpenSSL
-SHLIB_MAJOR= 0
+SHLIB_MAJOR= 1
USE_OPENSSL= yes
USE_X_PREFIX= yes
diff --git a/devel/qssl/distinfo b/devel/qssl/distinfo
index ac2c49247283..9bcbf678e8b2 100644
--- a/devel/qssl/distinfo
+++ b/devel/qssl/distinfo
@@ -1 +1 @@
-MD5 (qssl-1.0.tar.bz2) = 7dd4e476536fb65d001baad6e440d9d4
+MD5 (qssl-2.0.tar.bz2) = 2593eb1e979070edcd07e10442f117dc
diff --git a/devel/qssl/files/patch-qssl.pro b/devel/qssl/files/patch-qssl.pro
deleted file mode 100644
index 0056977ef82c..000000000000
--- a/devel/qssl/files/patch-qssl.pro
+++ /dev/null
@@ -1,9 +0,0 @@
---- qssl.pro~ Sun Nov 10 09:16:44 2002
-+++ qssl.pro Sun Nov 10 09:16:49 2002
-@@ -8,5 +8,5 @@
- SOURCES = qssl.cpp
-
- # link with OpenSSL
--LIBS += -lssl
-+LIBS += -lssl -lcrypto
-