[csw-devel] SF.net SVN: gar:[14338] csw/mgar/pkg/jpegoptim/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Wed Apr 20 14:56:47 CEST 2011
Revision: 14338
http://gar.svn.sourceforge.net/gar/?rev=14338&view=rev
Author: bonivart
Date: 2011-04-20 12:56:47 +0000 (Wed, 20 Apr 2011)
Log Message:
-----------
jpegoptim/trunk: Update to 1.2.4
Modified Paths:
--------------
csw/mgar/pkg/jpegoptim/trunk/Makefile
csw/mgar/pkg/jpegoptim/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/jpegoptim/trunk/files/0001-Remove-Wall-reference.patch
Modified: csw/mgar/pkg/jpegoptim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/jpegoptim/trunk/Makefile 2011-04-20 12:15:03 UTC (rev 14337)
+++ csw/mgar/pkg/jpegoptim/trunk/Makefile 2011-04-20 12:56:47 UTC (rev 14338)
@@ -1,5 +1,5 @@
NAME = jpegoptim
-VERSION = 1.2.3
+VERSION = 1.2.4
CATEGORIES = utils
DESCRIPTION = Utility to optimize jpeg files
@@ -10,11 +10,10 @@
MASTER_SITES = http://www.kokkonen.net/tjko/src/
DISTFILES = $(NAME)-$(VERSION).tar.gz
+PATCHFILES += 0001-Remove-Wall-reference.patch
+
RUNTIME_DEP_PKGS = CSWjpeg
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
TEST_TARGET =
INSTALL_SCRIPTS = custom
Modified: csw/mgar/pkg/jpegoptim/trunk/checksums
===================================================================
--- csw/mgar/pkg/jpegoptim/trunk/checksums 2011-04-20 12:15:03 UTC (rev 14337)
+++ csw/mgar/pkg/jpegoptim/trunk/checksums 2011-04-20 12:56:47 UTC (rev 14338)
@@ -1 +1 @@
-36afa60f8baac825935e215eb19e41e0 jpegoptim-1.2.3.tar.gz
+40e8e627181f524ad29717c5b07cd442 jpegoptim-1.2.4.tar.gz
Added: csw/mgar/pkg/jpegoptim/trunk/files/0001-Remove-Wall-reference.patch
===================================================================
--- csw/mgar/pkg/jpegoptim/trunk/files/0001-Remove-Wall-reference.patch (rev 0)
+++ csw/mgar/pkg/jpegoptim/trunk/files/0001-Remove-Wall-reference.patch 2011-04-20 12:56:47 UTC (rev 14338)
@@ -0,0 +1,25 @@
+From 662e771db49dd61d275acf9a9a696f6e0f46f081 Mon Sep 17 00:00:00 2001
+From: Peter Bonivart <bonivart at opencsw.org>
+Date: Wed, 20 Apr 2011 14:47:36 +0200
+Subject: [PATCH] Remove-Wall-reference
+
+---
+ Makefile.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index da51df6..4668240 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -32,7 +32,7 @@ mandir = $(prefix)/share/man
+
+ CC = @CC@
+ XCPPFLAGS = @CPPFLAGS@
+-CFLAGS = @CFLAGS@ $(XCPPFLAGS) $(DEFS) -Wall
++CFLAGS = @CFLAGS@ $(XCPPFLAGS) $(DEFS)
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ STRIP = strip
+--
+1.7.3.2
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list