diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-26 18:56:43 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-26 18:56:43 +0000 |
commit | a2e2b52f215bda6172940b18a9d129596871c032 (patch) | |
tree | 19068ec6bf3f23f5e7a4bb229d26cd3d7a4e061d /devel/cervisia | |
parent | Activate kpp (diff) |
Update port to 0.5.0
PR: 17002
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=26303
Diffstat (limited to 'devel/cervisia')
-rw-r--r-- | devel/cervisia/Makefile | 12 | ||||
-rw-r--r-- | devel/cervisia/distinfo | 2 | ||||
-rw-r--r-- | devel/cervisia/files/patch-ab | 21 | ||||
-rw-r--r-- | devel/cervisia/pkg-plist | 9 |
4 files changed, 27 insertions, 17 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index 661594c00f88..ff2739dba625 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -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$ -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 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 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> diff --git a/devel/cervisia/distinfo b/devel/cervisia/distinfo index 55b04ce9a5be..739c213bd2c4 100644 --- a/devel/cervisia/distinfo +++ b/devel/cervisia/distinfo @@ -1 +1 @@ -MD5 (cervisia-0.2.1.tar.gz) = b4c013e980703dd50fbbe270d8ebb075 +MD5 (cervisia-0.5.0.tar.gz) = d9061fab5d317e37a89841d4677c7933 diff --git a/devel/cervisia/files/patch-ab b/devel/cervisia/files/patch-ab index 6fd070687a8b..ac9812a162cc 100644 --- a/devel/cervisia/files/patch-ab +++ b/devel/cervisia/files/patch-ab @@ -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; } diff --git a/devel/cervisia/pkg-plist b/devel/cervisia/pkg-plist index 174c498609fb..2cffd270ea5e 100644 --- a/devel/cervisia/pkg-plist +++ b/devel/cervisia/pkg-plist @@ -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 |