[65702] trunk/dports/security/authforce

ryandesign at macports.org ryandesign at macports.org
Tue Mar 30 04:46:05 PDT 2010


Revision: 65702
          http://trac.macports.org/changeset/65702
Author:   ryandesign at macports.org
Date:     2010-03-30 04:46:04 -0700 (Tue, 30 Mar 2010)
Log Message:
-----------
authforce: update to 0.9.9; fix homepage; remove apparently unneeded glib2 dependency; add curl dependency

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

Removed Paths:
-------------
    trunk/dports/security/authforce/files/

Modified: trunk/dports/security/authforce/Portfile
===================================================================
--- trunk/dports/security/authforce/Portfile	2010-03-30 11:45:31 UTC (rev 65701)
+++ trunk/dports/security/authforce/Portfile	2010-03-30 11:46:04 UTC (rev 65702)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		authforce
-version		0.9.6
+version		0.9.9
 description	A HTTP authentication brute forcer.
 long_description	Authforce is an HTTP authentication brute forcer. \
 			Using various methods, it attempts brute force \
@@ -16,26 +16,20 @@
 maintainers	nomaintainer
 categories	security www
 platforms	darwin
-homepage	http://kapheine.hypa.net/authforce/
+homepage	http://divineinvasion.net/authforce/
 master_sites	${homepage}
-checksums	md5 80afaa64afb43ddbecf0209e4d109124
-depends_lib	port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:readline
+
+checksums	md5     a5013c123172a2b9189124afeab74bed \
+		sha1    cf22ee24388d1399a5a55b32460d0c49d45d2e07 \
+		rmd160  783cc5acd3d380f9ba77e907c8e39747dcd36375
+
+depends_lib	port:gettext port:curl port:readline
 use_bzip2 	yes
 configure.ldflags-append -lintl
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
 
-patchfiles  patch-http.c.diff
-
 pre-configure {
-		system "cd ${worksrcpath}/doc && gunzip authforce.1.gz"
-		reinplace "s|authforce.1.gz|authforce.1|g" ${worksrcpath}/doc/Makefile.in
-		reinplace "s|authforce.1.gz|authforce.1|g" ${worksrcpath}/doc/Makefile.am
 		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/configure
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/bindtextdom.c
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/dcgettext.c
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/finddomain.c
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/localealias.c
-		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/intl/cat-compat.c
 		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/extract.c
 		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/methods.c
 		reinplace "s|malloc.h|sys/malloc.h|g" ${worksrcpath}/src/misc.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100330/69daa06f/attachment-0001.html>


More information about the macports-changes mailing list