Date: Mon, 28 Jan 2008 18:56:00 GMT From: Christoph Mallon <christoph.mallon@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120093: [maintainer-update] devel/sdl12 1.2.13 Message-ID: <200801281856.m0SIu0Y9003676@www.freebsd.org> Resent-Message-ID: <200801281900.m0SJ02BV057762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120093 >Category: ports >Synopsis: [maintainer-update] devel/sdl12 1.2.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 28 19:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: n/a >Organization: - >Environment: n/a >Description: Update for devel/sdl12 from 1.2.11 to 1.2.13 >How-To-Repeat: >Fix: Apply the attached patch. Please remember to remove files/patch-src_joystick_bsd_SDL__sysjoystick.c Patch attached with submission follows: ? sdl-1.2.13.diff ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/sdl12/Makefile,v retrieving revision 1.109 diff -u -r1.109 Makefile --- Makefile 27 Jan 2008 21:47:52 -0000 1.109 +++ Makefile 28 Jan 2008 06:40:12 -0000 @@ -6,8 +6,7 @@ # PORTNAME= sdl -PORTVERSION= 1.2.11 -PORTREVISION= 2 +PORTVERSION= 1.2.13 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/sdl12/distinfo,v retrieving revision 1.30 diff -u -r1.30 distinfo --- distinfo 20 Sep 2006 11:20:40 -0000 1.30 +++ distinfo 28 Jan 2008 06:40:12 -0000 @@ -1,3 +1,3 @@ -MD5 (SDL-1.2.11.tar.gz) = 418b42956b7cd103bfab1b9077ccc149 -SHA256 (SDL-1.2.11.tar.gz) = 6985823287b224b57390b1c1b6cbc54cc9a7d7757fbf9934ed20754b4cd23730 -SIZE (SDL-1.2.11.tar.gz) = 2796407 +MD5 (SDL-1.2.13.tar.gz) = c6660feea2a6834de10bc71b2f8e4d88 +SHA256 (SDL-1.2.13.tar.gz) = 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132 +SIZE (SDL-1.2.13.tar.gz) = 3373673 Index: files/patch-Makefile.in =================================================================== RCS file: /home/ncvs/ports/devel/sdl12/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- files/patch-Makefile.in 20 Sep 2006 11:20:41 -0000 1.1 +++ files/patch-Makefile.in 28 Jan 2008 06:40:12 -0000 @@ -4,8 +4,8 @@ LT_CURRENT = @LT_CURRENT@ LT_RELEASE = @LT_RELEASE@ LT_REVISION = @LT_REVISION@ --LT_LDFLAGS = -no-undefined -rpath $(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+LT_LDFLAGS = -no-undefined -rpath $(libdir) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +-LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) ++LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) cvs server: files/patch-src_joystick_bsd_SDL__sysjoystick.c was removed, no comparison available >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801281856.m0SIu0Y9003676>