Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 13:48:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429767 - in head/security/authforce: . files
Message-ID:  <201612281348.uBSDmsVO020604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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