Modified: trunk/dports/security/afflib/Portfile (31799 => 31800)
--- trunk/dports/security/afflib/Portfile 2007-12-07 21:57:31 UTC (rev 31799)
+++ trunk/dports/security/afflib/Portfile 2007-12-07 21:58:50 UTC (rev 31800)
@@ -1,13 +1,14 @@
# $Id$
PortSystem 1.0
+
name afflib
version 3.0.4
revision 0
-categories net
+categories security
maintainers opendarwin.org@darkart.com
description The Advanced Forensic Format
-homepage http://afflib.org/
+homepage http://www.afflib.org/
platforms darwin
long_description AFF(R) is an open and extensible file format designed \
@@ -22,8 +23,7 @@
use_bzip2 no
-## depends_lib port:libewf \
-depends_lib \
+depends_lib port:libewf \
port:openssl \
port:readline \
port:zlib
@@ -31,7 +31,7 @@
configure.args --enable-fuse=no \
--enable-s3=no \
--with-ssl=${prefix} \
- --with-zlib=${prefix}
+ --with-zlib=${prefix}
variant s3 description { Enable the use of Amazon's S3 service } {
@@ -47,7 +47,7 @@
## variant fuse description { Access AFF data through FUSE } {
## configure.args-append --enable-fuse=yes
## configure.args-delete --enable-fuse=no
-##
+## 'port lint' is silly about trailing whitespace in comments
## }
##