[30892] trunk/dports/sysutils/uptimed

source_changes at macosforge.org source_changes at macosforge.org
Sat Nov 10 04:15:11 PST 2007


Revision: 30892
          http://trac.macosforge.org/projects/macports/changeset/30892
Author:   mww at macports.org
Date:     2007-11-10 04:15:10 -0800 (Sat, 10 Nov 2007)

Log Message:
-----------
version 0.3.12

Modified Paths:
--------------
    trunk/dports/sysutils/uptimed/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/uptimed/files/patch-Makefile.in

Removed Paths:
-------------
    trunk/dports/sysutils/uptimed/files/patch-Makefile.am

Modified: trunk/dports/sysutils/uptimed/Portfile
===================================================================
--- trunk/dports/sysutils/uptimed/Portfile	2007-11-10 12:04:04 UTC (rev 30891)
+++ trunk/dports/sysutils/uptimed/Portfile	2007-11-10 12:15:10 UTC (rev 30892)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		uptimed
-version		0.3.7
+version		0.3.12
 categories	sysutils
 platforms	darwin
 maintainers	nomaintainer
@@ -13,9 +13,9 @@
 
 homepage	http://podgorny.cz/moin/Uptimed
 master_sites	http://podgorny.cz/uptimed/releases/
-checksums	sha1 5b420550e471244914eec26e0f4cb8bd540ebc76
+checksums	sha1 753ab59bb99d7b88a35174ce83081ad0bb224e56
 use_bzip2	yes
-patchfiles	patch-Makefile.am
+patchfiles	patch-Makefile.in
 
 configure.args	--mandir=${prefix}/share/man
 post-configure	{
@@ -25,10 +25,9 @@
 		${worksrcpath}/etc/uptimed.conf-dist
 }
 
-destroot.args	INSTALL=/usr/bin/install
 post-destroot	{
 	xinstall -m 755 -d ${destroot}${prefix}/var/spool/uptimed
-	system "touch ${destroot}${prefix}/var/spool/uptimed/bootid"
+	touch ${destroot}${prefix}/var/spool/uptimed/bootid
 }
 
 platform darwin 8 {

Deleted: trunk/dports/sysutils/uptimed/files/patch-Makefile.am
===================================================================
--- trunk/dports/sysutils/uptimed/files/patch-Makefile.am	2007-11-10 12:04:04 UTC (rev 30891)
+++ trunk/dports/sysutils/uptimed/files/patch-Makefile.am	2007-11-10 12:15:10 UTC (rev 30892)
@@ -1,8 +0,0 @@
---- Makefile.am	2004-06-18 17:26:39.000000000 +0200
-+++ Makefile.am	2006-02-17 09:51:40.000000000 +0100
-@@ -7,4 +7,4 @@
- 	sample-cgi/uprecords.footer uptimed.spec depcomp
- 
- install-data-local:
--	$(INSTALL) -d /var/spool/uptimed
-+	$(INSTALL) -d $(prefix)/var/spool/uptimed

Added: trunk/dports/sysutils/uptimed/files/patch-Makefile.in
===================================================================
--- trunk/dports/sysutils/uptimed/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/sysutils/uptimed/files/patch-Makefile.in	2007-11-10 12:15:10 UTC (rev 30892)
@@ -0,0 +1,11 @@
+--- Makefile.in	2007-11-10 13:13:22.000000000 +0100
++++ Makefile.in	2007-11-10 13:14:41.000000000 +0100
+@@ -429,7 +429,7 @@
+ 
+ 
+ install-data-local:
+-	$(INSTALL) -d /var/spool/uptimed
++	$(INSTALL) -d $(DESTDIR)$(prefix)/var/spool/uptimed
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071110/7cc90e3c/attachment.html


More information about the macports-changes mailing list