From owner-svn-ports-all@FreeBSD.ORG Fri Apr 26 06:33:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D25467C4; Fri, 26 Apr 2013 06:33:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C4E941054; Fri, 26 Apr 2013 06:33:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3Q6XVr8035524; Fri, 26 Apr 2013 06:33:31 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3Q6XVpJ035521; Fri, 26 Apr 2013 06:33:31 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201304260633.r3Q6XVpJ035521@svn.freebsd.org> From: Martin Wilke Date: Fri, 26 Apr 2013 06:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316571 - in head/dns/hesiod: . files 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.14 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: Fri, 26 Apr 2013 06:33:31 -0000 Author: miwi Date: Fri Apr 26 06:33:30 2013 New Revision: 316571 URL: http://svnweb.freebsd.org/changeset/ports/316571 Log: - Update to 3.2.1 PR: 177910 Submitted by: Ports Fury Deleted: head/dns/hesiod/files/ Modified: head/dns/hesiod/Makefile (contents, props changed) head/dns/hesiod/distinfo (contents, props changed) head/dns/hesiod/pkg-plist (contents, props changed) Modified: head/dns/hesiod/Makefile ============================================================================== --- head/dns/hesiod/Makefile Fri Apr 26 06:31:53 2013 (r316570) +++ head/dns/hesiod/Makefile Fri Apr 26 06:33:30 2013 (r316571) @@ -1,35 +1,44 @@ -# Ports collection Makefile for: Hesiod -# Date created: 6/11/1998 -# Whom: n@nectar.com -# +# Created by: n@nectar.com # $FreeBSD$ -# -PORTNAME= hesiod -PORTVERSION= 3.1.0 -CATEGORIES= dns -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A directory service built on DNS and BIND - -MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ - hesiod_free_passwd.3 hesiod_free_postoffice.3 \ - hesiod_free_servent.3 hesiod_getmailhost.3 \ - hesiod_getpwnam.3 hesiod_getpwuid.3 \ - hesiod_getservbyname.3 hesiod_init.3 \ - hesiod_resolve.3 hesiod_to_bind.3 \ - hesiod_free_string.3 hesiod_parse_result.3 -MAN5= hesiod.conf.5 +PORTNAME= hesiod +PORTVERSION= 3.2.1 +CATEGORIES= dns +MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes +MAINTAINER= ports@FreeBSD.org +COMMENT= Directory service built on DNS and BIND + +LICENSE= BSD -post-patch: - @${REINPLACE_CMD} -E \ - -e "s,\$${INSTALL} -m 444,\$${BSD_INSTALL_MAN}," \ - -e "s,\$${INSTALL} -m 644,\$${BSD_INSTALL_DATA}," \ - ${WRKSRC}/Makefile.in +OPTIONS_DEFINE= IDN +OPTIONS_DEFAULT=IDN + +USES= pathfix +USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --disable-silent-rules +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= hesinfo.1 +MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ + hesiod_free_passwd.3 hesiod_free_postoffice.3 \ + hesiod_free_servent.3 hesiod_getmailhost.3 \ + hesiod_getpwnam.3 hesiod_getpwuid.3 \ + hesiod_getservbyname.3 hesiod_init.3 \ + hesiod_resolve.3 hesiod_to_bind.3 \ + hesiod_free_string.3 hesiod_parse_result.3 +MAN5= hesiod.conf.5 + +.include + +.if ${PORT_OPTIONS:MIDN} +LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn +.else +CONFIGURE_ARGS+=--without-libidn +.endif .include Modified: head/dns/hesiod/distinfo ============================================================================== --- head/dns/hesiod/distinfo Fri Apr 26 06:31:53 2013 (r316570) +++ head/dns/hesiod/distinfo Fri Apr 26 06:33:30 2013 (r316571) @@ -1,2 +1,2 @@ -SHA256 (hesiod-3.1.0.tar.gz) = 57b288ea736614d630677da7b6fa3f46c6b07a0ec7e798860f318e887e2602b6 -SIZE (hesiod-3.1.0.tar.gz) = 224294 +SHA256 (hesiod-3.2.1.tar.gz) = bad72fcd1761601eee244153739c8829c71dcc30dd33300f5111a9a9ed5b4076 +SIZE (hesiod-3.2.1.tar.gz) = 368075 Modified: head/dns/hesiod/pkg-plist ============================================================================== --- head/dns/hesiod/pkg-plist Fri Apr 26 06:31:53 2013 (r316570) +++ head/dns/hesiod/pkg-plist Fri Apr 26 06:33:30 2013 (r316571) @@ -1,5 +1,7 @@ +bin/hesinfo include/hesiod.h lib/libhesiod.a lib/libhesiod.la lib/libhesiod.so lib/libhesiod.so.0 +libdata/pkgconfig/hesiod.pc