[47750] trunk/dports/sysutils/sfind/Portfile

blb at macports.org blb at macports.org
Wed Mar 4 19:51:00 PST 2009


Revision: 47750
          http://trac.macports.org/changeset/47750
Author:   blb at macports.org
Date:     2009-03-04 19:51:00 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
sysutils/sfind - version update to 1.2; update homepage; use smake for
building instead of GNU make (should fix #18742)

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

Modified: trunk/dports/sysutils/sfind/Portfile
===================================================================
--- trunk/dports/sysutils/sfind/Portfile	2009-03-05 03:46:08 UTC (rev 47749)
+++ trunk/dports/sysutils/sfind/Portfile	2009-03-05 03:51:00 UTC (rev 47750)
@@ -2,8 +2,7 @@
 
 PortSystem          1.0
 name                sfind
-version             1.0
-revision            1
+version             1.2
 categories          sysutils
 maintainers         nomaintainer
 description         POSIX.1-2001 compliant implementation of find
@@ -13,16 +12,19 @@
 
 platforms           darwin
 
-homepage            http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
+homepage            http://developer.berlios.de/projects/sfind/
 master_sites        ftp://ftp.berlios.de/pub/sfind/
 use_bzip2           yes
 
-checksums           md5 8b882378d2b49d2aee4f6903070d6845
+checksums           md5     e2d94c97fd14554b743a62c295ca4bfe \
+                    sha1    79dd5086ad083ddded66e60748803e71a645e821 \
+                    rmd160  d1a0da3809f57d67bf166972e45a4880e1ae05b2
 
+depends_build       port:smake
+
 use_configure       no
 
-build.type          gnu
-build.target
+build.cmd           smake
 
 destroot.destdir    INS_BASE=${destroot}${prefix} \
                     MANDIR=share/man \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090304/1d77e6f5/attachment-0001.html>


More information about the macports-changes mailing list