[24705] trunk/dports/net/http_ping/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 30 10:51:55 PDT 2007


Revision: 24705
          http://trac.macosforge.org/projects/macports/changeset/24705
Author:   markd at macports.org
Date:     2007-04-30 10:51:55 -0700 (Mon, 30 Apr 2007)

Log Message:
-----------
Update to 29jun2005.  Fixes broken build.

Modified Paths:
--------------
    trunk/dports/net/http_ping/Portfile

Modified: trunk/dports/net/http_ping/Portfile
===================================================================
--- trunk/dports/net/http_ping/Portfile	2007-04-30 17:39:32 UTC (rev 24704)
+++ trunk/dports/net/http_ping/Portfile	2007-04-30 17:51:55 UTC (rev 24705)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name		http_ping
-version		03apr2002
-revision	1
+version		29jun2005
 categories	net www
 maintainers	nomaintainer at macports.org
 description	Sends HTTP requests every few seconds and times how \
@@ -13,12 +12,18 @@
 platforms	darwin
 master_sites	${homepage}
 distname	${name}_${version}
-checksums	md5 a90fda389a2e1048d666afa54eb85385
-configure	{	cd ${worksrcpath}
-			reinplace "s|/usr/local|${destroot}${prefix}|g" \
-							Makefile
-			reinplace "s|/man/man1/|/share/man/man1|g" \
-							Makefile
-		}
+checksums	md5 6ff0319344f934baa5a5f9bc6df7eaf7
+use_configure	no
+
 worksrcdir	${name}
 build.target
+
+destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/bin
+	xinstall -m 755 -d ${destroot}${prefix}/man/man1
+	xinstall -m 755 ${worksrcpath}/http_ping \
+		${destroot}${prefix}/bin
+	xinstall -m 755 ${worksrcpath}/http_ping.1 \
+		${destroot}${prefix}/man/man1
+}
+

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


More information about the macports-changes mailing list