Date: Tue, 15 Dec 2009 06:49:22 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: spam@rm-rf.kiev.ua Subject: ports/141568: [PATCH] devel/p5-SDL: update to 2.2.0 Message-ID: <200912150649.nBF6nMAt072476@frieza.p6m7g8.net> Resent-Message-ID: <200912150650.nBF6ovd7046829@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141568 >Category: ports >Synopsis: [PATCH] devel/p5-SDL: update to 2.2.0 >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: Tue Dec 15 06:50:57 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec 8 02:25:55 UTC >Description: - Update to 2.2.0 Port maintainer (spam@rm-rf.kiev.ua) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-SDL-2.2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-SDL/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- Makefile 2 Aug 2009 08:35:30 -0000 1.30 +++ Makefile 15 Dec 2009 05:38:08 -0000 @@ -4,8 +4,7 @@ # $FreeBSD: ports/devel/p5-SDL/Makefile,v 1.30 2009/08/02 08:35:30 mva Exp $ PORTNAME= SDL -PORTVERSION= 2.1.3 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DG/DGOEHRIG @@ -83,9 +82,9 @@ # Workaround for Build.PL bug post-install: if [ -d ${SITE_PERL}/${PERL_ARCH}/auto/src ]; then \ - mv ${SITE_PERL}/${PERL_ARCH}/auto/src/SDL* \ + ${MV} ${SITE_PERL}/${PERL_ARCH}/auto/src/SDL* \ ${SITE_PERL}/${PERL_ARCH}/auto/; \ - rmdir ${SITE_PERL}/${PERL_ARCH}/auto/src; \ + ${RMDIR} ${SITE_PERL}/${PERL_ARCH}/auto/src; \ fi if [ -n ${PERL} ]; then \ @@ -95,5 +94,5 @@ ${ECHO_MSG} "or launch any program that use this port with LD_PRELOAD=/usr/lib/libc_r.so"; \ fi; \ fi - + .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-SDL/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 26 Dec 2008 08:37:43 -0000 1.5 +++ distinfo 14 Dec 2009 06:46:20 -0000 @@ -1,3 +1,3 @@ -MD5 (SDL_Perl-2.1.3.tar.gz) = 6ce26e1b710ce52def4ec22637cd5176 -SHA256 (SDL_Perl-2.1.3.tar.gz) = 055e4eee85089cf9f7305e68580082fabb624c28199840cf91838b673539b082 -SIZE (SDL_Perl-2.1.3.tar.gz) = 782794 +MD5 (SDL_Perl-2.2.0.tar.gz) = ef0effde2919457f72e7187eddb524c8 +SHA256 (SDL_Perl-2.2.0.tar.gz) = 3f3f4b835e1325787f8de88817277b1b380b01f86867c78034588a8ed99bcd86 +SIZE (SDL_Perl-2.2.0.tar.gz) = 814289 --- p5-SDL-2.2.0.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?200912150649.nBF6nMAt072476>