Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 01:17:09 +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: r359945 - head/dns/hesiod
Message-ID:  <201407010117.s611H91j040295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul  1 01:17:09 2014
New Revision: 359945
URL: http://svnweb.freebsd.org/changeset/ports/359945
QAT: https://qat.redports.org/buildarchive/r359945/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/dns/hesiod/Makefile
  head/dns/hesiod/pkg-plist

Modified: head/dns/hesiod/Makefile
==============================================================================
--- head/dns/hesiod/Makefile	Tue Jul  1 01:15:38 2014	(r359944)
+++ head/dns/hesiod/Makefile	Tue Jul  1 01:17:09 2014	(r359945)
@@ -3,20 +3,23 @@
 
 PORTNAME=	hesiod
 PORTVERSION=	3.2.1
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Directory service built on DNS and BIND
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	IDN
 OPTIONS_DEFAULT=IDN
 
-USES=		pathfix
-USE_AUTOTOOLS=	libtool
+USES=		libtool pathfix
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -25,7 +28,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIDN}
-LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
+LIB_DEPENDS+=	libidn.so:${PORTSDIR}/dns/libidn
 .else
 CONFIGURE_ARGS+=--without-libidn
 .endif

Modified: head/dns/hesiod/pkg-plist
==============================================================================
--- head/dns/hesiod/pkg-plist	Tue Jul  1 01:15:38 2014	(r359944)
+++ head/dns/hesiod/pkg-plist	Tue Jul  1 01:17:09 2014	(r359945)
@@ -1,9 +1,9 @@
 bin/hesinfo
 include/hesiod.h
 lib/libhesiod.a
-lib/libhesiod.la
 lib/libhesiod.so
 lib/libhesiod.so.0
+lib/libhesiod.so.0.0.0
 libdata/pkgconfig/hesiod.pc
 man/man1/hesinfo.1.gz
 man/man3/hesiod.3.gz



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