Date: Wed, 28 Sep 2005 05:52:34 +0900 (JST) From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86648: Update port: sysutils/am-utils to 6.1.2.1 Message-ID: <20050927205234.2DB34F19F5@prime.quad.dyndns.org> Resent-Message-ID: <200509272100.j8RL0VfQ007973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86648 >Category: ports >Synopsis: Update port: sysutils/am-utils to 6.1.2.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 27 21:00:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update am-utils to 6.1.2.1 Add mirror sites. Add PORTDOCS. Attribute cache bug was fixed in this version. See README.attrcache for detail. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/am-utils/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 10 Sep 2005 02:53:32 -0000 1.4 +++ Makefile 27 Sep 2005 17:18:18 -0000 @@ -6,10 +6,14 @@ # PORTNAME= am-utils -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.2.1 PORTEPOCH= 1 CATEGORIES= sysutils net -MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ +MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ + ftp://ftp.cs.umn.edu/pub/am-utils/ \ + ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils/ \ + ftp://sunsite.org.uk/package/am-utils/ \ + ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= ports@FreeBSD.org @@ -18,9 +22,12 @@ INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 +PORTDOCS= AUTHORS COPYING BUGS FAQ NEWS README.attrcache + .if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include +PORTDOCS+= README.ldap ldap-id.txt ldap.schema .endif INFO= am-utils @@ -28,4 +35,10 @@ MAN5= amd.conf.5 MAN8= amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 mk-amd-map.8 wire-test.8 +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/am-utils/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 10 Sep 2005 02:53:32 -0000 1.3 +++ distinfo 26 Sep 2005 21:22:38 -0000 @@ -1,2 +1,2 @@ -MD5 (am-utils-6.1.1.tar.gz) = d80262aff0f66cac815d963556526257 -SIZE (am-utils-6.1.1.tar.gz) = 1871009 +MD5 (am-utils-6.1.2.1.tar.gz) = ac781b1e7db007c7379a90843e37f229 +SIZE (am-utils-6.1.2.1.tar.gz) = 1882072 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050927205234.2DB34F19F5>