Date: Tue, 26 Feb 2008 02:00:28 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121091: Update port: www/bookmarkbridge to 0.76 Message-ID: <20080226020028.f1e11088.tkato432@yahoo.com> Resent-Message-ID: <200802251710.m1PHA4dS068024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121091 >Category: ports >Synopsis: Update port: www/bookmarkbridge to 0.76 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 17:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.76 New file: files/patch-configure.ac >How-To-Repeat: >Fix: diff -urN /usr/ports/www/swish++/Makefile www/swish++/Makefile --- /usr/ports/www/swish++/Makefile 2006-11-01 03:51:01.000000000 +0900 +++ www/swish++/Makefile 2008-02-14 02:59:18.000000000 +0900 @@ -7,10 +7,9 @@ # PORTNAME= swish++ -PORTVERSION= 6.1.4 +PORTVERSION= 6.1.5 CATEGORIES= www textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= swishplusplus +MASTER_SITES= SF/swishplusplus MAINTAINER= ports@FreeBSD.org COMMENT= Simple Web Indexing System for Humans: C++ version @@ -19,7 +18,6 @@ USE_PERL5= yes USE_GMAKE= yes -USE_GCC= 3.4+ MAKEFILE= GNUmakefile MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} \ PERL=${PERL} PERL_VER=${PERL_VER} diff -urN /usr/ports/www/swish++/distinfo www/swish++/distinfo --- /usr/ports/www/swish++/distinfo 2006-11-01 03:51:01.000000000 +0900 +++ www/swish++/distinfo 2008-02-14 02:59:18.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (swish++-6.1.4.tar.gz) = 08c0eac88e4f08c353037b893e243268 -SHA256 (swish++-6.1.4.tar.gz) = 35e2c3d98a0cfd8c9fac45b7e12d13462e2521f025daac81045e697f403721f7 -SIZE (swish++-6.1.4.tar.gz) = 302123 +MD5 (swish++-6.1.5.tar.gz) = af755e4c7477fd1c05634596d6a9ff00 +SHA256 (swish++-6.1.5.tar.gz) = 497b7d1f5dada146b74d82f787a1767a3713402e018b1e693cb7f6191db88d86 +SIZE (swish++-6.1.5.tar.gz) = 320082 diff -urN /usr/ports/www/swish++/files/patch-elements.c www/swish++/files/patch-elements.c --- /usr/ports/www/swish++/files/patch-elements.c 2007-08-01 03:15:00.000000000 +0900 +++ www/swish++/files/patch-elements.c 2008-02-14 02:59:18.000000000 +0900 @@ -1,11 +0,0 @@ ---- mod/html/elements.c.orig 2007-07-31 20:12:01.000000000 +0200 -+++ mod/html/elements.c 2007-07-31 20:12:22.000000000 +0200 -@@ -295,7 +295,7 @@ - // become overly pedantic about casting to enums. - // - element::end_tag_type const -- v = (element::end_tag_type const)(int const)(p[1]); -+ v = (element::end_tag_type const)(intptr_t const)(p[1]); - element &e = insert( value_type( *p++, element( v ) ) ).first->second; - - switch ( v ) { >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080226020028.f1e11088.tkato432>