Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 03:26:44 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187752: security/authforce: Support USE_GITHUB
Message-ID:  <20140320032644.3ac1d03ab57b5e45b14cfab2@yahoo.com>
Resent-Message-ID: <201403191840.s2JIe5be002531@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187752
>Category:       ports
>Synopsis:       security/authforce: Support USE_GITHUB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 18:40:05 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Support USE_GITHUB
- Fix info file

New file:
files/patch-doc__authforce.texi

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/authforce/Makefile security/authforce/Makefile
--- /usr/ports/security/authforce/Makefile	2014-02-06 04:47:12.000000000 +0900
+++ security/authforce/Makefile	2014-03-20 00:00:00.000000000 +0900
@@ -3,60 +3,54 @@
 
 PORTNAME=	authforce
 PORTVERSION=	0.9.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security www
-MASTER_SITES=	http://cloud.github.com/downloads/zlandau/authforce/
+MASTER_SITES=	GHC
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	HTTP authentication brute forcer
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	CURL NLS
+NO_CCACHE=	yes
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
-USES=		ncurses readline
+USE_GITHUB=	yes
+GH_ACCOUNT=	zlandau
+
+USES=		ncurses readline tar:bzip2 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-NO_CCACHE=	yes
+
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 INFO=		authforce
 
 PLIST_FILES=	bin/authforce \
+		man/man1/authforce.1.gz \
 		%%DATADIR%%/blank.lst \
 		%%DATADIR%%/dummy.lst \
 		%%DATADIR%%/password.lst \
 		%%DATADIR%%/username.lst \
-		%%DATADIR%%/userpass.lst \
-		man/man1/authforce.1.gz
-
+		%%DATADIR%%/userpass.lst
 PLIST_DIRS=	%%DATADIR%%
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=		CURL NLS
 
-.if ${PORT_OPTIONS:MCURL}
-LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
-.else
-CONFIGURE_ARGS+=	--without-curl
-.endif
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_FILES+=	share/locale/nl/LC_MESSAGES/authforce.mo
-CONFIGURE_ENV+=	CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib
-.else
-CONFIGURE_ARGS+=	--disable-nls
-.endif
+CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
+CURL_CONFIGURE_WITH=	curl
+NLS_USES=		gettext
+NLS_CONFIGURE_ENABLE=	nls
+NLS_PLIST_FILES=	share/locale/nl/LC_MESSAGES/authforce.mo
 
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^pwlistsdir = / s|/data$$||' ${WRKSRC}/data/Makefile.in
 	@${REINPLACE_CMD} -e \
 		'/^mangdir = / s|/mang$$|/man1|' ${WRKSRC}/doc/Makefile.in
-	@${REINPLACE_CMD} -e \
-		'/<curl\/types.h>/d' ${WRKSRC}/src/http.c
-.for i in extract.c methods.c misc.c
-	@${REINPLACE_CMD} -e \
-		's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/src/${i}
-.endfor
+	@${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
+		's|^\(#include <curl/types.h>\)|/* \1 */| ; \
+		 s|^\(#include <malloc.h>\)|/* \1 */|'
 
 .include <bsd.port.mk>
diff -urN /usr/ports/security/authforce/files/patch-doc__authforce.texi security/authforce/files/patch-doc__authforce.texi
--- /usr/ports/security/authforce/files/patch-doc__authforce.texi	1970-01-01 09:00:00.000000000 +0900
+++ security/authforce/files/patch-doc__authforce.texi	2014-03-20 00:00:00.000000000 +0900
@@ -0,0 +1,12 @@
+--- doc/authforce.texi.orig
++++ doc/authforce.texi
+@@ -2,6 +2,9 @@
+ @c %**start of header
+ @setfilename authforce.info
+ @settitle Authforce
++@direntry
++* Authforce: (authforce).	HTTP authentification brute forcer.
++@end direntry
+ @c %**end of header
+ 
+ @setchapternewpage odd
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140320032644.3ac1d03ab57b5e45b14cfab2>