Date: Wed, 31 May 2006 18:15:58 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98252: Update Port: devel/p5-Locale-Maketext 1.09->1.10 Message-ID: <200606010015.k510FwYo003396@moondance.itsy-bitsy.net> Resent-Message-ID: <200606010030.k510UHF7090660@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98252 >Category: ports >Synopsis: Update Port: devel/p5-Locale-Maketext 1.09->1.10 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 00:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update from v1.09 to v1.10 - Add warning regarding utf8 pragma and Perl <5.6 2005-11-10 Andy Lester * Release 1.10: New maintainer. No changes at all. Bumped up the version number and released it so that I can get the RT queue and any future mail. >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Locale-Maketext/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 10 May 2006 13:44:22 -0000 1.13 +++ Makefile 1 Jun 2006 00:15:26 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Locale-Maketext -PORTVERSION= 1.09 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale @@ -23,4 +22,14 @@ MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +post-patch: + @${ECHO} "Parts of this module require the utf8 pragma which is\ + not available in your version of Perl. This module will\ + not be fully functional. **" + @sleep 5 +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Locale-Maketext/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 22 Jan 2006 08:29:13 -0000 1.10 +++ distinfo 1 Jun 2006 00:15:26 -0000 @@ -1,3 +1,3 @@ -MD5 (Locale-Maketext-1.09.tar.gz) = d21c2d4ffe2d19c1936848187ea6ca37 -SHA256 (Locale-Maketext-1.09.tar.gz) = ac20ad05653eb8c6ea3669cf04e9c995818de4bc7240f9a67670cbf453a03cdf -SIZE (Locale-Maketext-1.09.tar.gz) = 46127 +MD5 (Locale-Maketext-1.10.tar.gz) = 3b1f277ebbe856bf344311a2de0b84a6 +SHA256 (Locale-Maketext-1.10.tar.gz) = 4bd654a9565398eeeae9bb19c4b2c04e8c339fa62694892cf4d54545d52e2c78 +SIZE (Locale-Maketext-1.10.tar.gz) = 46065 --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606010015.k510FwYo003396>