Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2004 02:06:51 -0800 (PST)
From:      Jaap Boender <jaapb@kerguelen.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/62336: Update port: print/kaspaliste (to v0.95)
Message-ID:  <200402041006.i14A6pNB078158@www.freebsd.org>
Resent-Message-ID: <200402041010.i14AAEUR074770@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62336
>Category:       ports
>Synopsis:       Update port: print/kaspaliste (to v0.95)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 04 02:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Boender
>Release:        5.2-RELEASE
>Organization:
>Environment:
FreeBSD saint-paul 5.2-RELEASE FreeBSD 5.2-RELEASE #6: Tue Jan 20 09:09:24 CET 2004     root@saint-paul:/usr/obj/usr/src/sys/SAINT-PAUL  i386
>Description:
There's a new version of Kaspaliste. Notably, a bug in using remote databases was fixed, so an upgrade seemed in place. Also, it compiles without needing any patches, so I removed the files directory and the table.cpp file in it.
>How-To-Repeat:
      
>Fix:
diff -ruN kaspaliste.old/Makefile kaspaliste/Makefile
--- kaspaliste.old/Makefile     Wed Feb  4 06:08:35 2004
+++ kaspaliste/Makefile Mon Feb  2 13:13:25 2004
@@ -2,14 +2,14 @@
 # Date created:                                16 December 2003
 # Whom:                                        jaapb
 #
-# $FreeBSD: ports/print/kaspaliste/Makefile,v 1.2 2004/02/04 05:08:35 marcus Ex
p $
+# $FreeBSD: ports/print/kaspaliste/Makefile,v 1.1 2004/01/06 18:50:39 linimon E
xp $
 #

 PORTNAME=              kaspaliste
-PORTVERSION=           0.94
-PORTREVISION=  1
+PORTVERSION=           0.95
 CATEGORIES=            print kde
-MASTER_SITES=          http://kaspaliste.sourceforge.net/
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=    ${PORTNAME}

 MAINTAINER=            jaapb@kerguelen.org
 COMMENT=               Bibliography tool for KDE/Postgres/BibTeX
@@ -17,7 +17,6 @@
 LIB_DEPENDS= \
                pq.3:${PORTSDIR}/databases/postgresql-client

-USE_BZIP2=             yes
 USE_KDEBASE_VER=       3
 GNU_CONFIGURE=         yes
 USE_GMAKE=             yes
diff -ruN kaspaliste.old/distinfo kaspaliste/distinfo
--- kaspaliste.old/distinfo     Tue Jan  6 19:50:39 2004
+++ kaspaliste/distinfo Mon Feb  2 13:12:04 2004
@@ -1 +1 @@
-MD5 (kaspaliste-0.94.tar.bz2) = f969e50c9731db2c2f07342062d5da84
+MD5 (kaspaliste-0.95.tar.gz) = 92dc1e1271b67bad1b2f1a586f992094
diff -ruN kaspaliste.old/files/patch-aa kaspaliste/files/patch-aa
--- kaspaliste.old/files/patch-aa       Tue Jan  6 19:50:39 2004
+++ kaspaliste/files/patch-aa   Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- kaspaliste/klib/table.cpp.orig     Tue Dec 16 12:32:24 2003
-+++ kaspaliste/klib/table.cpp  Tue Dec 16 12:32:32 2003
-@@ -18,6 +18,7 @@
- #include <assert.h>
- #include "table.h"
- #include <iostream.h>
-+#include <unistd.h>
-
- #define Inherited KaspaBase
-
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402041006.i14A6pNB078158>