Date: Wed, 9 Mar 2005 22:58:55 +0100 (CET) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Maintainer <clement@FreeBSD.org> Subject: ports/78648: [UPDATE] bring sysutils/ldap-account-manager to 0.4.9 Message-ID: <200503092158.j29LwtsR052435@hades.admin.frm2> Resent-Message-ID: <200503092200.j29M0ClO095562@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78648 >Category: ports >Synopsis: [UPDATE] bring sysutils/ldap-account-manager to 0.4.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 22:00:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: ZWE FRM-II /TU-Munich >Environment: System: FreeBSD hades.admin.frm2 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #2: Mon Jan 17 08:13:26 CET 2005 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: - new version is 0.4.9 - specify PORTDOCS directly in pkg-plist - i got an error for the HISTORY file during the port registration - removed an extra whitespace at the EOL in the do-install part >How-To-Repeat: - apply the included patch >Fix: --- ldap-account-manager.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/ldap-account-manager/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 3 Feb 2005 20:55:40 -0000 1.16 +++ Makefile 9 Mar 2005 21:52:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= LDAP-Account-Manager -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.9 CATEGORIES= sysutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lam @@ -27,7 +27,6 @@ PLIST_SUB+= WWWROOT=${WWW_ROOT} WWW_DATA= index.html config graphics help lib locale sess style templates tmp MYPORTDOCS= HISTORY README TODO docs/* -PORTDOCS= * LAM_SCRIPTS= lib/createntlm.pl lib/lamdaemon.pl do-configure: @@ -35,7 +34,7 @@ do-install: @${MKDIR} ${PREFIX}/${WWW_ROOT} - @cd ${WRKSRC} && ${TAR} cf - ${WWW_DATA} | ${TAR} xf - -C ${PREFIX}/${WWW_ROOT} + @cd ${WRKSRC} && ${TAR} cf - ${WWW_DATA} | ${TAR} xf - -C ${PREFIX}/${WWW_ROOT} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${MYPORTDOCS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/ldap-account-manager/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 3 Feb 2005 20:55:40 -0000 1.10 +++ distinfo 9 Mar 2005 21:52:53 -0000 @@ -1,2 +1,2 @@ -MD5 (ldap-account-manager_0.4.8.tar.gz) = acb2b006f35a80d80af9fac283f94733 -SIZE (ldap-account-manager_0.4.8.tar.gz) = 423698 +MD5 (ldap-account-manager_0.4.9.tar.gz) = 6478d91210dbf13c9d49b7aa1a971be1 +SIZE (ldap-account-manager_0.4.9.tar.gz) = 423988 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/ldap-account-manager/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 9 Jan 2005 12:37:54 -0000 1.9 +++ pkg-plist 9 Mar 2005 21:52:53 -0000 @@ -121,3 +121,13 @@ @dirrm %%WWWROOT%%/templates @dirrm %%WWWROOT%%/tmp @dirrm %%WWWROOT%% +%%PORTDOCS%%%%DOCSDIR%%/HISTORY +%%PORTDOCS%%%%DOCSDIR%%/LGPL-license.txt +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.fpdf.htm +%%PORTDOCS%%%%DOCSDIR%%/README.hosts.txt +%%PORTDOCS%%%%DOCSDIR%%/README.lamdaemon.txt +%%PORTDOCS%%%%DOCSDIR%%/README.openldap.txt +%%PORTDOCS%%%%DOCSDIR%%/README.security.txt +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- ldap-account-manager.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503092158.j29LwtsR052435>