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

ricci at macports.org ricci at macports.org
Thu May 22 14:39:19 PDT 2008


Revision: 37011
          http://trac.macosforge.org/projects/macports/changeset/37011
Author:   ricci at macports.org
Date:     2008-05-22 14:39:19 -0700 (Thu, 22 May 2008)

Log Message:
-----------
upgrade to 3.2.0
remove crufty junk that was needed to properly install the earlier version(s)

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

Modified: trunk/dports/security/afflib/Portfile
===================================================================
--- trunk/dports/security/afflib/Portfile	2008-05-22 21:37:37 UTC (rev 37010)
+++ trunk/dports/security/afflib/Portfile	2008-05-22 21:39:19 UTC (rev 37011)
@@ -3,8 +3,8 @@
 PortSystem 1.0
 
 name		afflib
-version		3.0.4
-revision	1
+version		3.2.0
+revision	0
 categories	security
 maintainers	opendarwin.org at darkart.com
 description	The Advanced Forensic Format
@@ -16,40 +16,22 @@
 
 master_sites	http://www.afflib.org/downloads/
 
-checksums	md5	60730870a313056ae85aa489141714e7		\
-		sha1	6b17e3297fb6825e3748a8f4aef6065b77a69291
-##		rmd160	dd5a0bb35bf27c2c16794580a6e9861fffe78ccc
+checksums           md5     ecca00d58a87260037de60de02076807 \
+                    sha1    6150da8d18cc98411c6234a528ad9acaa4ee0051 \
 
-
 use_bzip2	no
 
-autoconf.cmd	autoreconf
-use_autoconf	yes
-
 depends_lib	port:libewf	\
 		port:openssl	\
 		port:readline	\
 		port:zlib
 
-patchfiles	patch-configure.ac.diff		\
-		patch-lib-Makefile.am.diff
-
 configure.args	--enable-fuse=no	\
 		--enable-s3=no		\
 		--with-ssl=${prefix}	\
 		--with-zlib=${prefix}
 
-pre-destroot {
-	## install things that don't get automatically installed (say, libs, headers...)
-	## really the auto* stuff needs to be reworked, below is a band-aid
-	xinstall -d ${destroot}/${prefix}/include/${name}/lib
-	foreach header [glob ${worksrcpath}/lib/*.h] {
-		xinstall -m 0644 $header ${destroot}${prefix}/include/${name}/lib
-	}
-	xinstall -m 0644 ${worksrcpath}/config.h ${destroot}${prefix}/include/${name}/
-}
 
-
 variant s3 description {Enable the use of Amazon's S3 service} {
 	configure.args-append	--enable-s3=yes	\
 				--with-curl=${prefix}/lib

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080522/c822c248/attachment.htm 


More information about the macports-changes mailing list