Date: Sun, 29 Apr 2012 17:41:43 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vvelox@vvelox.net Subject: ports/167419: [PATCH] textproc/p5-Text-SpellChecker-GUI: update to 0.0.2 Message-ID: <201204291141.q3TBfhEO077005@bofh.telnet.net.bd> Resent-Message-ID: <201204291150.q3TBoAtu029713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167419 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-SpellChecker-GUI: update to 0.0.2 >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: Sun Apr 29 11:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 0.0.2 - Marked brokern for 7.X as p5-GSSAPI one of the prerequisute for p5-perl-ldap one of the prerequisute for this port is marked as broken For Committer's reference: http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/p5-Text-SpellChecker-GUI-0.0.2.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/p5-Text-SpellChecker-GUI-0.0.2.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/p5-Text-SpellChecker-GUI-0.0.2.log http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/p5-Text-SpellChecker-GUI-0.0.2.log Port maintainer (vvelox@vvelox.net) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Text-SpellChecker-GUI-0.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-SpellChecker-GUI/Makefile ./Makefile --- /usr/ports/textproc/p5-Text-SpellChecker-GUI/Makefile 2011-06-20 15:03:25.000000000 +0600 +++ ./Makefile 2012-04-29 16:59:16.725895549 +0600 @@ -6,7 +6,7 @@ # PORTNAME= Text-SpellChecker-GUI -PORTVERSION= 0.0.1 +PORTVERSION= 0.0.2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -25,4 +25,10 @@ MAN3= Text::SpellChecker::GUI.3 \ Text::SpellChecker::GUI::Curses.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +# One of it's dependency is p5-GSSAPI which is marked broken for 7.X +.if ${OSVERSION} < 800000 +BROKEN= Does not work on FreeBSD 7.x +.endif + +.include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-SpellChecker-GUI/distinfo ./distinfo --- /usr/ports/textproc/p5-Text-SpellChecker-GUI/distinfo 2011-06-20 15:03:25.000000000 +0600 +++ ./distinfo 2012-04-29 16:59:38.789891672 +0600 @@ -1,2 +1,2 @@ -SHA256 (Text-SpellChecker-GUI-0.0.1.tar.gz) = 0a2cdb32e0347158f337c61e8274fdbe8ba91edae2953b4ad3e594e1daed7ae4 -SIZE (Text-SpellChecker-GUI-0.0.1.tar.gz) = 7968 +SHA256 (Text-SpellChecker-GUI-0.0.2.tar.gz) = f43c8066fb08514b51a2d6136f5de5c0a6407c6cbaa639b265b7f681ec2a9107 +SIZE (Text-SpellChecker-GUI-0.0.2.tar.gz) = 8007 diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-SpellChecker-GUI/pkg-descr ./pkg-descr --- /usr/ports/textproc/p5-Text-SpellChecker-GUI/pkg-descr 2009-09-30 21:21:44.000000000 +0700 +++ ./pkg-descr 2012-04-29 17:38:26.049887844 +0600 @@ -3,4 +3,4 @@ textspellchecker - Spell checker script. -WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI +WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI/ --- p5-Text-SpellChecker-GUI-0.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204291141.q3TBfhEO077005>