[125901] trunk/dports/security/afflib

ryandesign at macports.org ryandesign at macports.org
Sun Sep 28 19:58:17 PDT 2014


Revision: 125901
          https://trac.macports.org/changeset/125901
Author:   ryandesign at macports.org
Date:     2014-09-28 19:58:17 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
afflib: update to 3.7.4; license has changed to BSD; hosting has changed to github

Modified Paths:
--------------
    trunk/dports/security/afflib/Portfile
    trunk/dports/security/afflib/files/patch-configure.ac.diff

Modified: trunk/dports/security/afflib/Portfile
===================================================================
--- trunk/dports/security/afflib/Portfile	2014-09-29 02:55:15 UTC (rev 125900)
+++ trunk/dports/security/afflib/Portfile	2014-09-29 02:58:17 UTC (rev 125901)
@@ -2,13 +2,14 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
+github.setup        simsong AFFLIBv3 3.7.4 v
 name                afflib
-version             3.6.15
 categories          security
 platforms           darwin
 maintainers         nomaintainer
-license             BSD-old
+license             BSD
 
 description         The Advanced Forensic Format
 
@@ -17,9 +18,10 @@
 
 homepage            http://www.forensicswiki.org/wiki/AFF
 master_sites        http://digitalcorpora.org/downloads/afflib/
+distname            ${name}-${version}
 
-checksums           sha1    71bb9b28acd1f6f4668bb491cea410294b267b81 \
-                    rmd160  4a9c3968e5f23b75e877c4057512caea1115bc52
+checksums           sha1    35eea8946673750d2fc4e912b3cd95d805b794b3 \
+                    rmd160  c3f3cc226f6633271d1e9a4c572b9a5f4cdeec75
 
 depends_lib         port:expat \
                     port:libewf \
@@ -52,7 +54,3 @@
 ##      configure.args-append   --enable-fuse=yes
 ##      configure.args-delete   --enable-fuse=no
 ## }
-
-livecheck.type      regex
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/security/afflib/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/security/afflib/files/patch-configure.ac.diff	2014-09-29 02:55:15 UTC (rev 125900)
+++ trunk/dports/security/afflib/files/patch-configure.ac.diff	2014-09-29 02:58:17 UTC (rev 125901)
@@ -1,5 +1,5 @@
---- configure.ac.orig	2011-05-23 16:59:38.000000000 -0500
-+++ configure.ac	2011-06-29 05:28:59.000000000 -0500
+--- configure.ac.orig	2013-11-16 07:15:30.000000000 -0600
++++ configure.ac	2014-09-28 21:55:55.000000000 -0500
 @@ -31,21 +31,7 @@
  m4_include([m4/acinclude.m4])
  ACX_PTHREAD()
@@ -16,8 +16,8 @@
 -        AC_MSG_NOTICE([ *** ADDING ${spfx}/lib to LDFLAGS *** ])
 -    fi
 -  done
--  AC_MSG_NOTICE([ CPPFLAGS = ${CPPFLAGS} ])        
--  AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ])        
+-  AC_MSG_NOTICE([ CPPFLAGS = ${CPPFLAGS} ])
+-  AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ])
 -else
 +if test x"${cross_compiling}" != "xno" ; then
    AC_MSG_NOTICE([Cross Compiling --- will not update CPPFALGS or LDFLAGS with /usr/local, /opt/local or /sw])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/809bac11/attachment.html>


More information about the macports-changes mailing list