Date: Sat, 26 Feb 2000 02:46:51 -0500 (EST) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/17002: update port: devel/cervisia: 0.3.1 -> 0.5.0 Message-ID: <20000226074651.E280019EF@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 17002 >Category: ports >Synopsis: update port: devel/cervisia: 0.3.1 -> 0.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 25 23:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Upgrade cervisia from 0.3.1 to 0.5.0. Changes to port; 1) Removed obsolete patch-aa 2) Changed it so it now installs in /usr/local like other KDE apps. Having it in X11BASE only complicates the deinstall.. 3) Cleaned up the Makefile a tad bit. 4) Update to PLIST. >How-To-Repeat: Use the patch below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/devel/cervisia/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2000/02/25 17:23:15 1.3 +++ Makefile 2000/02/26 07:28:33 @@ -1,13 +1,13 @@ # New ports collection Makefile for: cervisia -# Version required: 0.2.1 +# Version required: 0.5.0 # Date created: 17 Nov 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD: ports/devel/cervisia/Makefile,v 1.3 2000/02/25 17:23:15 imura Exp $ -DISTNAME= cervisia-0.2.1 +DISTNAME= cervisia-0.5.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.kde.org/pub/kde/unstable/apps/utils/ +MASTER_SITES= http://download.sourceforge.net/cervisia/ MAINTAINER= andrews@technologist.com @@ -15,12 +15,10 @@ RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 USE_QT= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-extra-includes="${LOCALBASE}/include" \ +CONFIGURE_ARGS+=--with-extra-includes="${LOCALBASE}/include" \ --with-extra-libraries="${LOCALBASE}/lib" -CONFIGURE_ENV= prefix="${PREFIX}" KDEDIR="${LOCALBASE}" - +CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" MAN1= cervisia.1 .include <bsd.port.mk> Index: files/md5 =================================================================== RCS file: /extra/cvsroot/ports/devel/cervisia/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 2000/02/12 21:52:59 1.1.1.1 +++ files/md5 2000/02/26 01:21:00 @@ -1 +1 @@ -MD5 (cervisia-0.2.1.tar.gz) = b4c013e980703dd50fbbe270d8ebb075 +MD5 (cervisia-0.5.0.tar.gz) = d9061fab5d317e37a89841d4677c7933 Index: patches/patch-ab =================================================================== RCS file: /extra/cvsroot/ports/devel/cervisia/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patches/patch-ab 2000/02/22 14:24:25 1.1 +++ patches/patch-ab 2000/02/26 07:21:59 @@ -1,14 +1,23 @@ ---- configure.orig Sun Aug 8 06:54:57 1999 -+++ configure Tue Feb 22 22:47:09 2000 -@@ -4282,6 +4282,7 @@ - +--- configure Mon Feb 21 16:30:52 2000 ++++ configure.new Sat Feb 26 02:21:24 2000 +@@ -5338,7 +5338,7 @@ + echo "$ac_t""$kde_result" 1>&6 + fi + +-bindir=$kde_bindir ++bindir=$prefix/bin + +@@ -5411,6 +5411,7 @@ + + + +if false; then echo $ac_n "checking for giflib""... $ac_c" 1>&6 - echo "configure:4287: checking for giflib" >&5 + echo "configure:5416: checking for giflib" >&5 if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then -@@ -4328,6 +4329,7 @@ +@@ -5457,6 +5458,7 @@ else { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } Index: pkg/PLIST =================================================================== RCS file: /extra/cvsroot/ports/devel/cervisia/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 2000/02/12 21:52:59 1.1.1.1 +++ pkg/PLIST 2000/02/26 07:36:03 @@ -1,7 +1,10 @@ bin/cervisia share/applnk/Development/Cervisia.kdelnk +share/doc/HTML/en/cervisia/addingfiles.html +share/doc/HTML/en/cervisia/addingremovingdirs.html +share/doc/HTML/en/cervisia/browsinglogs.html +share/doc/HTML/en/cervisia/ignoredfiles.html share/doc/HTML/en/cervisia/index.html -share/doc/HTML/en/cervisia/index-1.html -share/doc/HTML/en/cervisia/index-2.html -share/doc/HTML/en/cervisia/index-3.html +share/doc/HTML/en/cervisia/mainscreen.html +share/doc/HTML/en/cervisia/removingfiles.html @dirrm share/doc/HTML/en/cervisia >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000226074651.E280019EF>