summaryrefslogtreecommitdiff
path: root/chat/konversation/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-03-12 19:49:02 +0000
committerwiedi <wiedi>2014-03-12 19:49:02 +0000
commitb67a592f785a2b499ac8be9d8f080365f7ff12f2 (patch)
treef23135164f6c5d6bd84d005b3a55bca649498d0a /chat/konversation/Makefile
parenta3dcf2673853a99d4ceda4a012d79dd7276378d8 (diff)
downloadpkgsrc-b67a592f785a2b499ac8be9d8f080365f7ff12f2.tar.gz
Update Konversation from 1.4 to 1.5
Konversation 1.5 adds numerous major features over the previous stable release. Of particular note are support for SASL and client certificate authentication, all-new topic management UI, overhauled authentication UI in the Identities dialog, per-tab spell-checking language settings, user-configurable nick context menu entries, mouse spring-loading on tabs, all-new versions of major bundled scripts and improved Ignore and Watched Nicknames systems. Many under-the-hood changes to improve codec support and general performance, along with the usual slew of bug fixes all over, further sweeten the deal. Full Changelog at: https://projects.kde.org/projects/extragear/network/konversation/repository/revisions/master/entry/ChangeLog
Diffstat (limited to 'chat/konversation/Makefile')
-rw-r--r--chat/konversation/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile
index e3d5b99d79b..6504542c285 100644
--- a/chat/konversation/Makefile
+++ b/chat/konversation/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.67 2014/02/12 23:17:36 tron Exp $
+# $NetBSD: Makefile,v 1.68 2014/03/12 19:49:02 wiedi Exp $
#
-DISTNAME= konversation-1.4
-PKGREVISION= 25
+DISTNAME= konversation-1.5
CATEGORIES= chat kde
-MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.4/src/}
+MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.5/src/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -31,6 +30,8 @@ USE_TOOLS+= bash:run
DEPENDS+= psmisc>=20.1:../../sysutils/psmisc
.endif
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"