Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 09:00:19 +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: r455182 - head/dns/fastresolve
Message-ID:  <201711300900.vAU90JN6097797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 30 09:00:19 2017
New Revision: 455182
URL: https://svnweb.freebsd.org/changeset/ports/455182

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/dns/fastresolve/Makefile
  head/dns/fastresolve/pkg-descr

Modified: head/dns/fastresolve/Makefile
==============================================================================
--- head/dns/fastresolve/Makefile	Thu Nov 30 08:52:50 2017	(r455181)
+++ head/dns/fastresolve/Makefile	Thu Nov 30 09:00:19 2017	(r455182)
@@ -10,18 +10,19 @@ MASTER_SITES=	http://BSDforge.com/projects/source/dns/
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Programs to get DNS and domain ownership information from web logs
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libadns.so:dns/adns
 RUN_DEPENDS=	p5-BerkeleyDB>=0:databases/p5-BerkeleyDB
 
-USES=		bdb perl5 tar:bzip2
+USES=		bdb localbase:ldflags perl5 tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PERL=${PERL} \
 		djm_cv_lib_db_Dbopen=yes
 
-LDFLAGS+=	-L${LOCALBASE}/lib -L${BDB_LIB_DIR}
-CXXFLAGS+=	-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
+LDFLAGS+=	-L${BDB_LIB_DIR}
+CXXFLAGS+=	-I${BDB_INCLUDE_DIR}
 
 OPTIONS_DEFINE=	DOCS
 
@@ -29,7 +30,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/' \
 		${WRKSRC}/configure
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}

Modified: head/dns/fastresolve/pkg-descr
==============================================================================
--- head/dns/fastresolve/pkg-descr	Thu Nov 30 08:52:50 2017	(r455181)
+++ head/dns/fastresolve/pkg-descr	Thu Nov 30 09:00:19 2017	(r455182)
@@ -7,4 +7,4 @@ and about 50 times as fast as logresolve.c from that d
 library, and about 3 times as fast as jdresolve, which is a Perl program
 that uses similar algorithms.
 
-WWW: http://BSDforge.com/projects/dns/fastresolve/
+WWW: https://BSDforge.com/projects/dns/fastresolve/



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