- upgrade to version 0.5.0

- bump NEED_VERSION
--
Ok'd by maintainer
This commit is contained in:
kevlo 2002-03-21 01:17:31 +00:00
parent ac8acd4bbe
commit c690882f5a
6 changed files with 26 additions and 30 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.2 2001/10/24 12:12:14 espie Exp $ # $OpenBSD: Makefile,v 1.3 2002/03/21 01:17:31 kevlo Exp $
COMMENT= "GTK-based LDAP client" COMMENT= "GTK-based LDAP client"
VERSION= 0.4.0 VERSION= 0.5.0
DISTNAME= gq-${VERSION} DISTNAME= gq-${VERSION}
PKGNAME= ${DISTNAME} PKGNAME= ${DISTNAME}
CATEGORIES= databases CATEGORIES= databases
NEED_VERSION= 1.474 NEED_VERSION= 1.515
MASTER_SITES= http://biot.com/gq/download/ MASTER_SITES= ${HOMEPAGE}/download/
HOMEPAGE= http://www.biot.com/gq/ HOMEPAGE= http://biot.com/gq/
MAINTAINER= Olivier Lemaire <olem@IDEALX.org> MAINTAINER= Olivier Lemaire <olem@IDEALX.org>
@ -19,12 +19,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes USE_X11= Yes
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \ LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
ldap,lber::databases/openldap ldap,lber::databases/openldap
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-ldap-prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-ldap-prefix=${LOCALBASE}
.include <bsd.port.mk> .include <bsd.port.mk>

3
databases/gq/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (gq-0.5.0.tar.gz) = d127dbbb1ab8b02fb057f908d7b72c54
RMD160 (gq-0.5.0.tar.gz) = c203fdb48c2b67592b343b26d733363a771ada22
SHA1 (gq-0.5.0.tar.gz) = a376d132203214e4fd37647eaf245d10760f771a

View File

@ -1,3 +0,0 @@
MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1
RMD160 (gq-0.4.0.tar.gz) = d7532b1fe22f29502b453b548197d76c50fd4902
SHA1 (gq-0.4.0.tar.gz) = a0d6085217d01ed4d9490e2296746fe97e712080

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-Makefile.in,v 1.1.1.1 2001/09/19 20:45:55 jakob Exp $
--- Makefile.in.orig Tue Feb 20 03:24:25 2001
+++ Makefile.in Wed Sep 19 22:40:34 2001
@@ -26,7 +26,10 @@ datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
-libdir = @libdir@
+# as OpenLDAP port place all headers and libs in the same place...
+# we need this awful patch...
+#libdir = @libdir@
+libdir = @includedir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@

View File

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Wed Mar 20 17:51:50 2002
+++ src/Makefile.in Wed Mar 20 17:52:06 2002
@@ -87,7 +87,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -liconv
gq_OBJECTS = mainwin.o browse.o schema.o schemabrowse.o template.o gq.o \
search.o tinput.o configfile.o prefs.o util.o errorchain.o ldif.o \
formfill.o input.o encode.o filter.o debug.o

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/19 20:45:55 jakob Exp $ @comment $OpenBSD: PLIST,v 1.2 2002/03/21 01:17:41 kevlo Exp $
bin/gq bin/gq
share/gnome/apps/Internet/gq.desktop share/gnome/apps/Internet/gq.desktop
share/pixmaps/gq/bomb.xpm share/pixmaps/gq/bomb.xpm
@ -6,3 +6,4 @@ share/pixmaps/gq/line.xpm
share/pixmaps/gq/logo.xpm share/pixmaps/gq/logo.xpm
share/pixmaps/gq/textarea.xpm share/pixmaps/gq/textarea.xpm
share/pixmaps/gq/warning.xpm share/pixmaps/gq/warning.xpm
@dirrm share/pixmaps/gq