Index: head/mail/razor-agents/Makefile =================================================================== --- head/mail/razor-agents/Makefile (revision 64604) +++ head/mail/razor-agents/Makefile (revision 64605) @@ -1,34 +1,34 @@ # New ports collection makefile for: razor-agents # Date created: 29 November 2001 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= razor-agents -PORTVERSION= 2.14 -PORTREVISION= 1 +PORTVERSION= 2.14 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor MAINTAINER= leeym@leeym.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/Nilsimsa.pm:${PORTSDIR}/security/p5-Digest-Nilsimsa \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= razor-revoke.1 razor-admin.1 razor-report.1 razor-check.1 MAN3= Razor2::Errorhandler.3 MAN5= razor-agents.5 razor-whitelist.5 razor-agent.conf.5 post-install: @${PREFIX}/bin/razor-client .include Property changes on: head/mail/razor-agents/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/mail/razor-agents/files/patch-Makefile.PL =================================================================== --- head/mail/razor-agents/files/patch-Makefile.PL (nonexistent) +++ head/mail/razor-agents/files/patch-Makefile.PL (revision 64605) @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Sat Aug 17 18:15:35 2002 ++++ Makefile.PL Sat Aug 17 18:18:22 2002 +@@ -125,6 +125,7 @@ + ' $(INST_MAN5DIR) $(INSTALLMAN5DIR)'; + + $inherited =~ s/(\$\(INSTALLMAN1DIR\))/$1$man5/gm; ++ $inherited =~ s/(\$\(INSTALLSITEMAN1DIR\))/$1$man5/gm; + $inherited =~ s/install :: all pure_install doc_install/install :: all pure_install doc_install install_razor_agents/; + $inherited .= "\ninstall_razor_agents::\n\t " . '$(INST_SCRIPT)/razor-client'; + $inherited; Property changes on: head/mail/razor-agents/files/patch-Makefile.PL ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/razor-agents/pkg-plist =================================================================== --- head/mail/razor-agents/pkg-plist (revision 64604) +++ head/mail/razor-agents/pkg-plist (revision 64605) @@ -1,27 +1,26 @@ bin/razor-admin bin/razor-check bin/razor-client bin/razor-report bin/razor-revoke lib/perl5/site_perl/%%PERL_VER%%/Razor2/Client/Agent.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Client/Config.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Client/Core.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Client/Engine.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Client/Version.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Errorhandler.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Logger.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/Manager.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/VR1.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/deBase64.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/deHTML.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/deNewline.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/deQP.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc/enBase64.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Signature/Ephemeral.pm lib/perl5/site_perl/%%PERL_VER%%/Razor2/String.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/razor-agents/.packlist -lib/perllocal.pod @dirrm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Signature @dirrm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Preproc @dirrm lib/perl5/site_perl/%%PERL_VER%%/Razor2/Client @dirrm lib/perl5/site_perl/%%PERL_VER%%/Razor2 Property changes on: head/mail/razor-agents/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property