[41989] trunk/dports/devel/trio

toby at macports.org toby at macports.org
Thu Nov 13 01:06:00 PST 2008


Revision: 41989
          http://trac.macports.org/changeset/41989
Author:   toby at macports.org
Date:     2008-11-13 01:05:59 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/dports/devel/trio/Portfile
    trunk/dports/devel/trio/files/patch-Makefile.in

Modified: trunk/dports/devel/trio/Portfile
===================================================================
--- trunk/dports/devel/trio/Portfile	2008-11-13 08:59:13 UTC (rev 41988)
+++ trunk/dports/devel/trio/Portfile	2008-11-13 09:05:59 UTC (rev 41989)
@@ -2,30 +2,28 @@
 
 PortSystem 1.0
 
-name			trio
-version			1.13
-categories		devel
-platforms		darwin
-maintainers		toby
-description		trio is a set of printf and string functions
-long_description	Trio is a fully matured and stable set of printf and \
-					string functions designed be used by applications with \
-					focus on portability or with the need for additional \
-					features that are not supported by standard stdio \
-					implementation.
+name             trio
+version          1.13
+categories       devel
+maintainers      toby
+description      trio is a set of printf and string functions
+long_description \
+	Trio is a fully matured and stable set of printf and \
+	string functions designed be used by applications with \
+	focus on portability or with the need for additional \
+	features that are not supported by standard stdio \
+	implementation.
+homepage         http://daniel.haxx.se/projects/trio/
+platforms        darwin
+master_sites     sourceforge:ctrio
+checksums        md5    d549df9ef72034acd2f452d48a4a7444 \
+                 sha1   4041a35b68cc75216f3b1fddaca1df2e0e5a21ec \
+                 rmd160 03b9816159b49456343df19bebcdc2c39cce510b
 
-homepage		http://daniel.haxx.se/projects/trio/
-master_sites	sourceforge:ctrio
-checksums		md5    d549df9ef72034acd2f452d48a4a7444 \
-				sha1   4041a35b68cc75216f3b1fddaca1df2e0e5a21ec \
-				rmd160 03b9816159b49456343df19bebcdc2c39cce510b
-
-patchfiles		patch-Makefile.in
+patchfiles       patch-Makefile.in
 post-patch {
 	reinplace "s|__VERSION__|${version}|" ${worksrcpath}/Makefile.in
 }
 
-test.run		yes
-test.target		test
-
-destroot.destdir	prefix=${destroot}${prefix}
+test.run         yes
+test.target      test

Modified: trunk/dports/devel/trio/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/trio/files/patch-Makefile.in	2008-11-13 08:59:13 UTC (rev 41988)
+++ trunk/dports/devel/trio/files/patch-Makefile.in	2008-11-13 09:05:59 UTC (rev 41989)
@@ -1,6 +1,12 @@
---- Makefile.in.orig	2003-11-23 04:47:52.000000000 -0800
-+++ Makefile.in	2008-10-13 19:48:18.000000000 -0700
-@@ -22,7 +22,7 @@
+--- Makefile.in.orig	2008-10-20 02:46:00.000000000 -0700
++++ Makefile.in	2008-11-13 01:04:35.000000000 -0800
+@@ -17,12 +17,12 @@
+ # Installation settings
+ INSTALL		= @INSTALL@
+ INSTALL_DATA	= @INSTALL_DATA@
+-prefix		= @prefix@
++prefix		= $(DESTDIR)@prefix@
+ exec_prefix	= @exec_prefix@
  includedir	= @includedir@
  libdir		= @libdir@
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/2ab186de/attachment.html>


More information about the macports-changes mailing list