[56519] trunk/dports/security/ccrypt/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 29 03:58:11 PDT 2009


Revision: 56519
          http://trac.macports.org/changeset/56519
Author:   ryandesign at macports.org
Date:     2009-08-29 03:58:06 -0700 (Sat, 29 Aug 2009)
Log Message:
-----------
ccrypt: update to 1.9 and turn off parallel build which doesn't work

Modified Paths:
--------------
    trunk/dports/security/ccrypt/Portfile

Modified: trunk/dports/security/ccrypt/Portfile
===================================================================
--- trunk/dports/security/ccrypt/Portfile	2009-08-29 09:54:06 UTC (rev 56518)
+++ trunk/dports/security/ccrypt/Portfile	2009-08-29 10:58:06 UTC (rev 56519)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    ccrypt
-version                 1.7
+version                 1.9
 categories              security
 platforms               darwin
 maintainers             nomaintainer
@@ -30,14 +30,13 @@
 
 master_sites            sourceforge
 
-checksums               md5 19526e31a7d234e29d54dbcc876605d5
+checksums               md5     c3f78019d7a166dd66f1d4b1390c62c2 \
+                        sha1    5ad1889c71be905c3004c80dc011948c9c35c814 \
+                        rmd160  2e7ec037dcfab82ad6963b8644a52017ac6c003e
 
+use_parallel_build      no
+
 build.cmd               make check
 
-pre-configure {
-    reinplace "s|htmldir = \$(prefix)/doc/ccrypt|htmldir = \$(datadir)/doc/ccrypt|" \
-        ${worksrcpath}/doc/Makefile.in
-}
-
 configure.args          --mandir=${prefix}/share/man \
                         --infodir=${prefix}/share/info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090829/9bc0d413/attachment.html>


More information about the macports-changes mailing list