[31800] trunk/dports/security/afflib/Portfile

ricci at macports.org ricci at macports.org
Fri Dec 7 13:58:53 PST 2007


Revision: 31800
          http://trac.macosforge.org/projects/macports/changeset/31800
Author:   ricci at macports.org
Date:     2007-12-07 13:58:50 -0800 (Fri, 07 Dec 2007)

Log Message:
-----------
fix copy+paste+dontFix typo (net -> security)
make 'port lint' happy
fix commented-out dep on libewf
improve $homepage by setting to www.afflib.org (which afflib.org redirects to)

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

Modified: trunk/dports/security/afflib/Portfile
===================================================================
--- 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 at 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
 ## }
 ##
 

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


More information about the macports-changes mailing list