From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 21 11:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4858837B404 for ; Sat, 21 Jun 2003 11:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D9943FBD for ; Sat, 21 Jun 2003 11:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5LIoGUp084133 for ; Sat, 21 Jun 2003 11:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5LIoGOQ084131; Sat, 21 Jun 2003 11:50:16 -0700 (PDT) Resent-Date: Sat, 21 Jun 2003 11:50:16 -0700 (PDT) Resent-Message-Id: <200306211850.h5LIoGOQ084131@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1711337B401 for ; Sat, 21 Jun 2003 11:49:42 -0700 (PDT) Received: from prisma.quccc.org (c7057.upc-c.chello.nl [212.187.7.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498DD43FAF for ; Sat, 21 Jun 2003 11:49:41 -0700 (PDT) (envelope-from kwm@prisma.quccc.org) Received: by prisma.quccc.org (Postfix, from userid 1001) id 6073234; Sat, 21 Jun 2003 20:49:49 +0200 (CEST) Message-Id: <20030621184949.6073234@prisma.quccc.org> Date: Sat, 21 Jun 2003 20:49:49 +0200 (CEST) From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53594: Maintainer-update bluefish-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 18:50:18 -0000 >Number: 53594 >Category: ports >Synopsis: Maintainer-update bluefish-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 21 11:50:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD prisma.quccc.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 10:29:05 CEST 2003 root@:/usr/obj/usr/src/sys/rainbow i386 >Description: Update to new snapshot New files: patch-Makefile.in >How-To-Repeat: >Fix: --- bluefish-devel.diff begins here --- diff -ruN bluefish-devel.orig/Makefile bluefish-devel/Makefile --- bluefish-devel.orig/Makefile Wed May 21 10:51:12 2003 +++ bluefish-devel/Makefile Sat Jun 21 19:45:21 2003 @@ -6,14 +6,14 @@ # PORTNAME= bluefish -PORTVERSION= 0.9.20030519 +PORTVERSION= 0.9.20030621 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.shellhung.org/${DOWNLOAD}/ -DISTNAME= ${PORTNAME}-2003-05-19 +DISTNAME= ${PORTNAME}-2003-06-21 MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer diff -ruN bluefish-devel.orig/distinfo bluefish-devel/distinfo --- bluefish-devel.orig/distinfo Wed May 21 10:51:12 2003 +++ bluefish-devel/distinfo Sat Jun 21 18:41:23 2003 @@ -1 +1 @@ -MD5 (bluefish-2003-05-19.tar.bz2) = d4c24556f42bd53d06fc0f9ebf720078 +MD5 (bluefish-2003-06-21.tar.bz2) = 439f167f36d498388529e8fbdb18e418 diff -ruN bluefish-devel.orig/files/patch-Makefile.in bluefish-devel/files/patch-Makefile.in --- bluefish-devel.orig/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 +++ bluefish-devel/files/patch-Makefile.in Sat Jun 21 19:53:34 2003 @@ -0,0 +1,20 @@ +--- Makefile.in.orig Tue Jun 10 20:15:57 2003 ++++ Makefile.in Sat Jun 21 19:53:20 2003 +@@ -45,7 +45,7 @@ + bluefish:all + all: + @cd src/ && $(MAKE) all +- if [ ${USE_NLS} == "yes" ]; then \ ++ if [ ${USE_NLS} = "yes" ]; then \ + cd po/ && $(MAKE) all; \ + fi + @cd data/ && $(MAKE) all +@@ -77,7 +77,7 @@ + $(INSTALL_DATA) inline_images/bluefish_icon1.png $(iconpath)/bluefish-icon.png ;\ + fi + @cd src/ && $(MAKE) install +- if [ ${USE_NLS} == "yes" ]; then \ ++ if [ ${USE_NLS} = "yes" ]; then \ + cd po/ && $(MAKE) install;\ + fi + @cd data/ && $(MAKE) install --- bluefish-devel.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: