From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 14 06:00:34 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 D472916A405 for ; Fri, 14 Apr 2006 06:00:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3FD43D4C for ; Fri, 14 Apr 2006 06:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3E60XtG020342 for ; Fri, 14 Apr 2006 06:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3E60Xaq020341; Fri, 14 Apr 2006 06:00:33 GMT (envelope-from gnats) Resent-Date: Fri, 14 Apr 2006 06:00:33 GMT Resent-Message-Id: <200604140600.k3E60Xaq020341@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, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFF016A400 for ; Fri, 14 Apr 2006 05:50:22 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFDBA43D46 for ; Fri, 14 Apr 2006 05:50:21 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 53EDC17610 for ; Fri, 14 Apr 2006 08:50:20 +0300 (EEST) Message-Id: <1144993820.86309@it.buh.tecnik93.com> Date: Fri, 14 Apr 2006 08:50:20 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95725: [PATCH] www/bluefish: update to 1.0.5, fix MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 06:00:34 -0000 >Number: 95725 >Category: ports >Synopsis: [PATCH] www/bluefish: update to 1.0.5, fix MASTER_SITES >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: Fri Apr 14 06:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #2: Fri Mar 31 13:08:13 EEST 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P >Description: Fix MASTER_SITES (drop 2, add sourgeforege mirrors) [1] and while here :-) : - Update to 1.0.5. - USE_GETTEXT to pet portlint. Reported by: fenner's distfiles survey [1] Tinderbox logs: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=243 >How-To-Repeat: >Fix: --- bluefish begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/bluefish/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- Makefile 28 Feb 2006 19:59:59 -0000 1.43 +++ Makefile 14 Apr 2006 05:45:08 -0000 @@ -7,13 +7,13 @@ # PORTNAME= bluefish -PORTVERSION= 1.0.4 -PORTREVISION= 3 +PORTVERSION= 1.0.5 CATEGORIES= www editors -MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ - ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ +MASTER_SITES= http://pkedu.fbt.wur.nl/~olivier/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ - ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ + ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kwm@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer @@ -30,6 +30,7 @@ DOWNLOAD= downloads USE_BZIP2= yes +USE_GETTEXT= yes USE_GNOME= gnomehier gtk20 gnomevfs2 WANT_GNOME= yes USE_X_PREFIX= yes @@ -65,8 +66,8 @@ @${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish." @${ECHO_MSG} "" -post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/debian/bluefish.1 ${PREFIX}/man/man1/bluefish.1 +#post-install: +# @${INSTALL_SCRIPT} ${WRKSRC}/debian/bluefish.1 ${PREFIX}/man/man1/bluefish.1 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/bluefish/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 24 Jan 2006 03:13:02 -0000 1.14 +++ distinfo 14 Apr 2006 05:45:08 -0000 @@ -1,3 +1,3 @@ -MD5 (bluefish-1.0.4.tar.bz2) = 8d5c1b7315cdc935aa024954093d2b32 -SHA256 (bluefish-1.0.4.tar.bz2) = d4eece47c26116b55a66cc7f56efeac8195b60789ff9f72fc09770050816e488 -SIZE (bluefish-1.0.4.tar.bz2) = 1469951 +MD5 (bluefish-1.0.5.tar.bz2) = 26701c09d41e5dea987155cdc9d0ac94 +SHA256 (bluefish-1.0.5.tar.bz2) = dc957c1af2f272c7d518c68c1c5d3beb693e02dd538f0641ef58d7eeccd41221 +SIZE (bluefish-1.0.5.tar.bz2) = 1492532 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/bluefish/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 28 Feb 2006 19:59:59 -0000 1.13 +++ pkg-plist 14 Apr 2006 05:45:08 -0000 @@ -31,6 +31,7 @@ share/locale/da/LC_MESSAGES/bluefish.mo share/locale/de/LC_MESSAGES/bluefish.mo share/locale/es/LC_MESSAGES/bluefish.mo +share/locale/eu/LC_MESSAGES/bluefish.mo share/locale/fi/LC_MESSAGES/bluefish.mo share/locale/fr/LC_MESSAGES/bluefish.mo share/locale/hu/LC_MESSAGES/bluefish.mo @@ -41,6 +42,7 @@ share/locale/pt/LC_MESSAGES/bluefish.mo share/locale/pt_BR/LC_MESSAGES/bluefish.mo share/locale/ru/LC_MESSAGES/bluefish.mo +share/locale/sk/LC_MESSAGES/bluefish.mo share/locale/sr/LC_MESSAGES/bluefish.mo share/locale/sv/LC_MESSAGES/bluefish.mo share/locale/ta/LC_MESSAGES/bluefish.mo --- bluefish ends here --- >Release-Note: >Audit-Trail: >Unformatted: