diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-04 12:26:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-04 12:26:58 +0800 |
commit | 2f41857504c86b81d09bd68b53ab085dc94852d2 (patch) | |
tree | 3d66babbb9571c51471dde0fce3395d2b1b8fdc6 /net/gq | |
parent | ce96ffce964cfbe7b62568603d4626607e4348b8 (diff) | |
download | freebsd-ports-gnome-2f41857504c86b81d09bd68b53ab085dc94852d2.tar.gz freebsd-ports-gnome-2f41857504c86b81d09bd68b53ab085dc94852d2.tar.zst freebsd-ports-gnome-2f41857504c86b81d09bd68b53ab085dc94852d2.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)
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 12 | ||||
-rw-r--r-- | net/gq/distinfo | 6 | ||||
-rw-r--r-- | net/gq/pkg-plist | 15 |
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 |