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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Apr 26 16:27:52 CEST 2010


Revision: 9771
          http://gar.svn.sourceforge.net/gar/?rev=9771&view=rev
Author:   dmichelsen
Date:     2010-04-26 14:27:52 +0000 (Mon, 26 Apr 2010)

Log Message:
-----------
mktemp: Update to 1.7

Modified Paths:
--------------
    csw/mgar/pkg/mktemp/trunk/Makefile
    csw/mgar/pkg/mktemp/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch

Modified: csw/mgar/pkg/mktemp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mktemp/trunk/Makefile	2010-04-26 14:16:53 UTC (rev 9770)
+++ csw/mgar/pkg/mktemp/trunk/Makefile	2010-04-26 14:27:52 UTC (rev 9771)
@@ -1,5 +1,5 @@
 GARNAME = mktemp
-GARVERSION = 1.6
+GARVERSION = 1.7
 CATEGORIES = utils
 
 DESCRIPTION = A small program to allow safe temporary file creation from shell scripts
@@ -18,7 +18,7 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-PATCHFILES = makefile-destdir.patch
+VENDOR_URL = http://www.mktemp.org/
 
 CONFIGURE_ARGS = $(DIRPATHS)
 

Modified: csw/mgar/pkg/mktemp/trunk/checksums
===================================================================
--- csw/mgar/pkg/mktemp/trunk/checksums	2010-04-26 14:16:53 UTC (rev 9770)
+++ csw/mgar/pkg/mktemp/trunk/checksums	2010-04-26 14:27:52 UTC (rev 9771)
@@ -1,2 +1 @@
-3e66f91f8a39c7dc0a67b158aeb9c2ac  download/mktemp-1.6.tar.gz
-9e53911c3dce0236badb46a801a834f6  download/makefile-destdir.patch
+787bbed9fa2ee8e7645733c0e8e65172  mktemp-1.7.tar.gz

Deleted: csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch
===================================================================
--- csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch	2010-04-26 14:16:53 UTC (rev 9770)
+++ csw/mgar/pkg/mktemp/trunk/files/makefile-destdir.patch	2010-04-26 14:27:52 UTC (rev 9771)
@@ -1,25 +0,0 @@
-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...
--prefix = @prefix@
--exec_prefix = @exec_prefix@
--bindir = @bindir@
--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. ####
- 


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