svn commit: r429767 - in head/security/authforce: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 28 13:48:55 UTC 2016


Author: amdmi3
Date: Wed Dec 28 13:48:54 2016
New Revision: 429767
URL: https://svnweb.freebsd.org/changeset/ports/429767

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Regenerate patches

Modified:
  head/security/authforce/Makefile
  head/security/authforce/files/patch-doc__authforce.texi

Modified: head/security/authforce/Makefile
==============================================================================
--- head/security/authforce/Makefile	Wed Dec 28 13:48:41 2016	(r429766)
+++ head/security/authforce/Makefile	Wed Dec 28 13:48:54 2016	(r429767)
@@ -10,7 +10,8 @@ MASTER_SITES=	GHC
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	HTTP authentication brute forcer
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_CCACHE=	yes
 
@@ -19,12 +20,9 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	zlandau
 
-USES=		ncurses readline tar:bzip2
+USES=		localbase:ldflags ncurses readline tar:bzip2
 GNU_CONFIGURE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 INFO=		authforce
 
 PLIST_FILES=	bin/authforce \

Modified: head/security/authforce/files/patch-doc__authforce.texi
==============================================================================
--- head/security/authforce/files/patch-doc__authforce.texi	Wed Dec 28 13:48:41 2016	(r429766)
+++ head/security/authforce/files/patch-doc__authforce.texi	Wed Dec 28 13:48:54 2016	(r429767)
@@ -1,4 +1,4 @@
---- doc/authforce.texi.orig
+--- doc/authforce.texi.orig	2007-05-13 22:54:20 UTC
 +++ doc/authforce.texi
 @@ -2,6 +2,9 @@
  @c %**start of header


More information about the svn-ports-head mailing list