diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-25 23:42:29 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-25 23:42:29 +0800 |
commit | 1cced11d2a5ec1553572d79770c6da05c7cc1c94 (patch) | |
tree | 3eec410048a3446bb99819baa6c8f7af6887c360 /net/gq | |
parent | 7e1b116c0aa042f62cddb083688cdb052df4296e (diff) | |
download | freebsd-ports-gnome-1cced11d2a5ec1553572d79770c6da05c7cc1c94.tar.gz freebsd-ports-gnome-1cced11d2a5ec1553572d79770c6da05c7cc1c94.tar.zst freebsd-ports-gnome-1cced11d2a5ec1553572d79770c6da05c7cc1c94.zip |
Upgrade to version 0.4
PR: 25332
Submitted by: MAINTAINER
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 2 | ||||
-rw-r--r-- | net/gq/distinfo | 2 | ||||
-rw-r--r-- | net/gq/files/patch-aa | 20 | ||||
-rw-r--r-- | net/gq/files/patch-ab | 2 | ||||
-rw-r--r-- | net/gq/pkg-plist | 12 |
5 files changed, 9 insertions, 29 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index ed46454b7551..d51abe69dc17 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gq -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= net MASTER_SITES= http://biot.com/gq/download/ diff --git a/net/gq/distinfo b/net/gq/distinfo index cab7f3a431e3..6ebb6843d66e 100644 --- a/net/gq/distinfo +++ b/net/gq/distinfo @@ -1 +1 @@ -MD5 (gq-0.3.1.tar.gz) = a73fdf5ca7fe5fea2395c6f880d1eb05 +MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1 diff --git a/net/gq/files/patch-aa b/net/gq/files/patch-aa deleted file mode 100644 index f56e8613a0d4..000000000000 --- a/net/gq/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Thu Jun 8 12:52:28 2000 -+++ configure Thu Jun 8 12:53:58 2000 -@@ -1322,7 +1322,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat > conftest.$ac_ext <<EOF - #line 1328 "configure" - #include "confdefs.h" -@@ -1350,7 +1350,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- LIBS="$LIBS -lldap -llber -lresolv" -+ LIBS="$LIBS -lldap -llber" - else - echo "$ac_t""no" 1>&6 - { echo "configure: error: Cannot find libldap" 1>&2; exit 1; } diff --git a/net/gq/files/patch-ab b/net/gq/files/patch-ab index 854dbe7834e7..71deccf450b1 100644 --- a/net/gq/files/patch-ab +++ b/net/gq/files/patch-ab @@ -5,7 +5,7 @@ EXTRA_DIST = $(PIXMAPS) -pixmapdir = $(datadir)/pixmaps/gq -+pixmapdir = $(datadir)/gnome/pixmaps/gq ++pixmapdir = $(datadir)/gq pixmap_DATA = $(PIXMAPS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h diff --git a/net/gq/pkg-plist b/net/gq/pkg-plist index 1910052390a8..2b73fb527b59 100644 --- a/net/gq/pkg-plist +++ b/net/gq/pkg-plist @@ -1,8 +1,8 @@ bin/gq share/gnome/apps/Internet/gq.desktop -share/gnome/pixmaps/gq/bomb.xpm -share/gnome/pixmaps/gq/line.xpm -share/gnome/pixmaps/gq/logo.xpm -share/gnome/pixmaps/gq/textarea.xpm -share/gnome/pixmaps/gq/warning.xpm -@dirrm share/gnome/pixmaps/gq +share/gq/bomb.xpm +share/gq/line.xpm +share/gq/logo.xpm +share/gq/textarea.xpm +share/gq/warning.xpm +@dirrm share/gq |