summaryrefslogtreecommitdiff
path: root/databases/qore-openldap-module/Makefile
diff options
context:
space:
mode:
authornros <nros>2016-07-20 13:27:43 +0000
committernros <nros>2016-07-20 13:27:43 +0000
commit7ff38fac8ba10a2961135c77d5c178e4e6347ab7 (patch)
treea444b9cd00ec88fd047e5cb42cfd110e335a6701 /databases/qore-openldap-module/Makefile
parenta8f2e34ce4a6ada09bc8821a1be3eb7cb07dce4f (diff)
downloadpkgsrc-7ff38fac8ba10a2961135c77d5c178e4e6347ab7.tar.gz
Update qore-openldap-module to version 1.5.
Patches have been applied upstream. Release notes: * disable openssl cleanup in the Qore library since the openldap module makes openssl cleanup calls and calling those routines twice can result in segfaults * updated example/test scripts to use %strict-args
Diffstat (limited to 'databases/qore-openldap-module/Makefile')
-rw-r--r--databases/qore-openldap-module/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/databases/qore-openldap-module/Makefile b/databases/qore-openldap-module/Makefile
index 4d5baf08a7a..4ca35b6dc0a 100644
--- a/databases/qore-openldap-module/Makefile
+++ b/databases/qore-openldap-module/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/20 13:27:43 nros Exp $
-DISTNAME= qore-openldap-module-1.0
-PKGREVISION= 5
+DISTNAME= qore-openldap-module-1.1
CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
+GITHUB_PROJECT= module-openldap
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
-MAINTAINER= nros@users.sourceforge.net
+MAINTAINER= nros@netbsd.org
COMMENT= Openldap module for Qore
HOMEPAGE= http://www.qore.org/
LICENSE= gnu-lgpl-v2.1
@@ -17,6 +18,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pax
PTHREAD_OPTS+= native
+CONFIGURE_ARGS+=--with-libsuffix=""
+
#install docs
INSTALLATION_DIRS+=share/doc/${PKGBASE}
post-install: