From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 01:17:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57190C2B; Tue, 1 Jul 2014 01:17:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44A202A2B; Tue, 1 Jul 2014 01:17:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s611HArr040299; Tue, 1 Jul 2014 01:17:10 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s611H91j040295; Tue, 1 Jul 2014 01:17:09 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407010117.s611H91j040295@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 1 Jul 2014 01:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359945 - head/dns/hesiod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 01:17:10 -0000 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 .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