Date: Wed, 11 Aug 2004 19:00:13 +0200 (CEST) From: Andreas Fehlner <fehlner@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70314: [MAINTAINER] sysutils/userneu: [SUMMARIZE CHANGES] Message-ID: <20040811170013.931D7BC@btmdx8.mat.uni-bayreuth.de> Resent-Message-ID: <200408111700.i7BH0lFR030296@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70314 >Category: ports >Synopsis: [MAINTAINER] sysutils/userneu: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 11 17:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD btmdx8.mat.uni-bayreuth.de 4.9-RC FreeBSD 4.9-RC #0: Tue Sep 30 12:53:20 CEST 2003 >Description: some minor cleanups >How-To-Repeat: >Fix: --- userneu-1.38.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/userneu/Makefile /data/home/andi/userneu/Makefile --- /usr/ports/sysutils/userneu/Makefile Sat Jan 17 00:02:17 2004 +++ /data/home/andi/userneu/Makefile Mon Aug 9 19:28:29 2004 @@ -8,22 +8,23 @@ PORTNAME= userneu PORTVERSION= 1.38 CATEGORIES= sysutils -MASTER_SITES= http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/ \ - http://home.arcor.de/fehlner/inhalt/download/ +MASTER_SITES= http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/\ + http://home.arcor.de/fehlner/inhalt/download/\ + http://home.arcor.de/teambushido/ DISTNAME= ${PORTNAME}-${PORTVERSION}_1 MAINTAINER= fehlner@gmx.de COMMENT= Account management and creation tool RUN_DEPENDS= \ - ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ - ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd \ + ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5\ + ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd\ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -USE_PERL5= yes +USE_PERL5_RUN= yes NO_BUILD= yes -CONFLICTS= userneu-devel +CONFLICTS= userneu-devel-1.* SCRIPTS= userneu.pl userquick.pl smbrepair.pl MAN8= userneu.8 userquick.8 @@ -31,14 +32,22 @@ doc/README doc/INSTALL doc/userneu.pod doc/userquick.pod EXAMPLES= list-sample +.include <bsd.port.pre.mk> + +.if defined(WITH_USERMATIC) +RUN_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/sysutils/usermatic +.endif + do-install: cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8} ${MANPREFIX}/man/man8 cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/sbin @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} + +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- userneu-1.38.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040811170013.931D7BC>