[40923] trunk/dports/security/aescrypt/Portfile

simon at macports.org simon at macports.org
Sat Oct 18 08:17:03 PDT 2008


Revision: 40923
          http://trac.macports.org/changeset/40923
Author:   simon at macports.org
Date:     2008-10-18 08:17:02 -0700 (Sat, 18 Oct 2008)
Log Message:
-----------
security/aescrypt: Fixed homepage, livecheck and linted.

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

Modified: trunk/dports/security/aescrypt/Portfile
===================================================================
--- trunk/dports/security/aescrypt/Portfile	2008-10-18 15:03:45 UTC (rev 40922)
+++ trunk/dports/security/aescrypt/Portfile	2008-10-18 15:17:02 UTC (rev 40923)
@@ -1,5 +1,7 @@
 # $Id$
+
 PortSystem 1.0
+
 name            aescrypt
 version         0.7
 categories      security
@@ -8,14 +10,16 @@
 description     A program for encryption/decryption.
 long_description        AESCrypt is a program for encrypting/decrypting streams \
 			of data using Rijndael and Cipher Block Feedback mode (CFB-128).
-homepage	aescrypt.sourceforge.net
+homepage	http://aescrypt.sourceforge.net
 master_sites    sourceforge
 checksums       md5 cbec5d7f00a289944397a8079c1d3c6c
 
 configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man \
 configure.pre_args --prefix=${destroot}${prefix}
 
-post-destroot 	{ 
+post-destroot 	{
 		file copy ${worksrcpath}/README.html \
-		${destroot}${prefix}/share/README_aescrypt.html 
+		${destroot}${prefix}/share/README_aescrypt.html
 }
+
+livecheck.version 0.7.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081018/5a608a21/attachment.html 


More information about the macports-changes mailing list