aboutsummaryrefslogtreecommitdiff
path: root/net/gq
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-04 04:26:58 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-04 04:26:58 +0000
commitc525f6681e950212d737f2a7289c6c023dbdfd7c (patch)
treecad77ad0f3900986fb449239bb24b0769ee46b82 /net/gq
parentfdefad5c790f61d67ec3ef47a548a493e212887c (diff)
downloadports-c525f6681e950212d737f2a7289c6c023dbdfd7c.tar.gz
ports-c525f6681e950212d737f2a7289c6c023dbdfd7c.zip
- Update to 1.2.1
- Move to LOCALBASE - Mark BROKEN on 4.x, does not compile PR: ports/105766 Submitted by:: Dryice Liu <dryice at dryice.name> (maintainer)
Notes
Notes: svn path=/head/; revision=178804
Diffstat (limited to 'net/gq')
-rw-r--r--net/gq/Makefile12
-rw-r--r--net/gq/distinfo6
-rw-r--r--net/gq/pkg-plist15
3 files changed, 22 insertions, 11 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile
index 32143c9223e1..7a5fd06dcd3a 100644
--- a/net/gq/Makefile
+++ b/net/gq/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gq
-PORTVERSION= 1.0.1
+PORTVERSION= 1.2.1
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -17,14 +17,16 @@ DISTNAME= gq-${PORTVERSION:S/r/rc/}
MAINTAINER= dryice@dryice.name
COMMENT= GTK-based LDAP client
+LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring
+
USE_GCC= 3.4+
USE_GMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomehier gtk20 libxml2
+USE_XLIB= yes
+USE_GNOME= gnomehier gtk20 libxml2 libglade2 intltool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
@@ -37,6 +39,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
.if !defined(WITHOUT_JPEG)
USE_GNOME+= gdkpixbuf
.endif
diff --git a/net/gq/distinfo b/net/gq/distinfo
index 5d03deb2e5ed..d0d88bf5f7b3 100644
--- a/net/gq/distinfo
+++ b/net/gq/distinfo
@@ -1,3 +1,3 @@
-MD5 (gq-1.0.1.tar.gz) = a20345edd6951891fcd8a4934431f3c3
-SHA256 (gq-1.0.1.tar.gz) = e28a5e7662b26ce0e63aec9d82db8a4615876ea246b420a7ca7cab026f6b0b02
-SIZE (gq-1.0.1.tar.gz) = 579067
+MD5 (gq-1.2.1.tar.gz) = e56613c81e70727c20ffe9974cdc6df0
+SHA256 (gq-1.2.1.tar.gz) = d99956fff7cd9762fd1a264c65f70f8ce2cb966bafe951a53146539e90311113
+SIZE (gq-1.2.1.tar.gz) = 395701
diff --git a/net/gq/pkg-plist b/net/gq/pkg-plist
index 96ef202d39df..b21f701b8bf4 100644
--- a/net/gq/pkg-plist
+++ b/net/gq/pkg-plist
@@ -1,11 +1,16 @@
bin/gq
share/applications/gq.desktop
-%%DATADIR%%/bomb.xpm
+%%DATADIR%%/gq.glade
%%DATADIR%%/hide.xpm
-%%DATADIR%%/line.xpm
-%%DATADIR%%/logo.xpm
%%DATADIR%%/new.xpm
-%%DATADIR%%/textarea.xpm
-%%DATADIR%%/warning.xpm
+share/mime/packages/gq-ldif.xml
+share/mime/text/x-ldif.xml
+share/pixmaps/gq/bomb.xpm
+share/pixmaps/gq/entry.png
+share/pixmaps/gq/gq.xpm
+share/pixmaps/gq/textview.png
+share/pixmaps/gq/warning.xpm
+@dirrm share/pixmaps/gq
+@dirrmtry share/pixmaps
@dirrm %%DATADIR%%
@dirrmtry share/applications