[csw-devel] SF.net SVN: gar:[2446] csw/mgar/pkg/mktemp/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Dec 2 19:04:36 CET 2008


Revision: 2446
          http://gar.svn.sourceforge.net/gar/?rev=2446&view=rev
Author:   dmichelsen
Date:     2008-12-02 18:04:36 +0000 (Tue, 02 Dec 2008)

Log Message:
-----------
mktemp: Update to 1.6

Modified Paths:
--------------
    csw/mgar/pkg/mktemp/trunk/Makefile
    csw/mgar/pkg/mktemp/trunk/checksums
    csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch

Modified: csw/mgar/pkg/mktemp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mktemp/trunk/Makefile	2008-12-02 17:40:48 UTC (rev 2445)
+++ csw/mgar/pkg/mktemp/trunk/Makefile	2008-12-02 18:04:36 UTC (rev 2446)
@@ -1,8 +1,8 @@
 GARNAME = mktemp
-GARVERSION = 1.5
+GARVERSION = 1.6
 CATEGORIES = utils
 
-DESCRIPTION = A small program to allow safe temporary file creation from shell scripts.
+DESCRIPTION = A small program to allow safe temporary file creation from shell scripts
 define BLURB
     The mktemp utility takes the given filename template and overwrites a
     portion of it to create a unique filename.	 The template may be any file-

Modified: csw/mgar/pkg/mktemp/trunk/checksums
===================================================================
--- csw/mgar/pkg/mktemp/trunk/checksums	2008-12-02 17:40:48 UTC (rev 2445)
+++ csw/mgar/pkg/mktemp/trunk/checksums	2008-12-02 18:04:36 UTC (rev 2446)
@@ -1,3 +1,3 @@
-9a35c59502a228c6ce2be025fc6e3ff2  download/mktemp-1.5.tar.gz
+3e66f91f8a39c7dc0a67b158aeb9c2ac  download/mktemp-1.6.tar.gz
 2ec4d62640c1aec1a2fd0faead07de1f  download/CSWmktemp.gspec
-c7c80a55d51073e9a45cbac799e7968f  download/makefile-destdir.patch
+9e53911c3dce0236badb46a801a834f6  download/makefile-destdir.patch

Modified: csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch
===================================================================
--- csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch	2008-12-02 17:40:48 UTC (rev 2445)
+++ csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch	2008-12-02 18:04:36 UTC (rev 2446)
@@ -1,7 +1,7 @@
-diff --speed-large-files --minimal -Nru mktemp-1.5.orig/Makefile.in mktemp-1.5/Makefile.in
---- mktemp-1.5.orig/Makefile.in	2003-03-24 02:09:56.000000000 +0100
-+++ mktemp-1.5/Makefile.in	2008-02-18 20:30:33.583292000 +0100
-@@ -65,12 +65,12 @@
+diff --speed-large-files --minimal -Nru mktemp-1.6.orig/Makefile.in mktemp-1.6/Makefile.in
+--- mktemp-1.6.orig/Makefile.in	2008-08-17 17:38:34.000000000 +0200
++++ mktemp-1.6/Makefile.in	2008-12-02 18:53:03.208788742 +0100
+@@ -65,13 +65,14 @@
  mantype = @MANTYPE@
  
  # Where to install things...
@@ -11,21 +11,15 @@
 -sbindir = @sbindir@
 -sysconfdir = @sysconfdir@
 -mandir = @mandir@
+-datarootdir = @datarootdir@
 +prefix = $(DESTDIR)@prefix@
 +exec_prefix = $(DESTDIR)@exec_prefix@
 +bindir = $(DESTDIR)@bindir@
 +sbindir = $(DESTDIR)@sbindir@
 +sysconfdir = $(DESTDIR)@sysconfdir@
 +mandir = $(DESTDIR)@mandir@
++datarootdir = $(DESTDIR)@datarootdir@
++
  
  #### End of system configuration section. ####
  
-@@ -98,7 +98,7 @@
- 	$(CC) -c $(CPPFLAGS) $(CFLAGS) $<
- 
- $(PROG): $(OBJS)
--	$(CC) -o $@ $(OBJS) $(LIBS)
-+	$(CC) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)
- 
- $(OBJS): config.h
- 


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