Date: Sat, 17 Sep 2005 23:39:50 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: charlieroffe@hotmail.com Subject: ports/86259: [PATCH] mail/razor-agents: update to 2.77 Message-ID: <20050917153950.3A997B29CB8@utopia.leeym.com> Resent-Message-ID: <200509171540.j8HFeBjN083443@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86259 >Category: ports >Synopsis: [PATCH] mail/razor-agents: update to 2.77 >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: Sat Sep 17 15:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Sep 16 08:11:31 CST 2005 >Description: - Update to 2.77 Port maintainer (charlieroffe@hotmail.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- razor-agents-2.77.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/razor-agents/Makefile,v retrieving revision 1.37 diff -u -u -r1.37 Makefile --- Makefile 12 Jul 2005 13:25:36 -0000 1.37 +++ Makefile 17 Sep 2005 15:39:37 -0000 @@ -6,8 +6,8 @@ # PORTNAME= razor-agents -PORTVERSION= 2.72 -PORTREVISION= 1 +PORTVERSION= 2.77 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor @@ -23,6 +23,7 @@ PERL_CONFIGURE= yes MAKE_ARGS+= PERLPREFIX=${PREFIX} +USE_BZIP2= yes MAN1= razor-revoke.1 razor-admin.1 razor-report.1 razor-check.1 MAN3= Razor2::Errorhandler.3 Razor2::Preproc::deHTMLxs.3 \ @@ -30,13 +31,8 @@ MAN5= razor-agents.5 razor-whitelist.5 razor-agent.conf.5 post-patch: - @${PERL} -pi.orig -e 's|/etc/razor|${PREFIX}/etc|g' \ - ${WRKSRC}/lib/Razor2/Client/Agent.pm \ - ${WRKSRC}/docs/* ${WRKSRC}/Changes ${WRKSRC}/INSTALL - @${FIND} ${WRKSRC} -name "*.orig" -delete - -post-install: - @${PREFIX}/bin/razor-client + @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e 's|/etc/razor|${PREFIX}/etc|g' + @${PERL} -pi -e 's,share/man,man,g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/razor-agents/distinfo,v retrieving revision 1.16 diff -u -u -r1.16 distinfo --- distinfo 20 Jun 2005 07:34:28 -0000 1.16 +++ distinfo 17 Sep 2005 15:39:37 -0000 @@ -1,2 +1,2 @@ -MD5 (razor-agents-2.72.tar.gz) = cf118fd9d7e5357a2f9b9c8d90fb7096 -SIZE (razor-agents-2.72.tar.gz) = 88479 +MD5 (razor-agents-2.77.tar.bz2) = 76e64cc00e6adc0e55bca61bffa1ecc6 +SIZE (razor-agents-2.77.tar.bz2) = 78516 --- razor-agents-2.77.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?20050917153950.3A997B29CB8>