Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 08:50:20 +0300
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/95725: [PATCH] www/bluefish: update to 1.0.5, fix MASTER_SITES
Message-ID:  <1144993820.86309@it.buh.tecnik93.com>
Resent-Message-ID: <200604140600.k3E60Xaq020341@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
 
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:



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