svn commit: r359945 - head/dns/hesiod

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 01:17:10 UTC 2014


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 at 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


More information about the svn-ports-head mailing list