Index: head/security/p5-Digest-MD4/Makefile =================================================================== --- head/security/p5-Digest-MD4/Makefile (revision 118906) +++ head/security/p5-Digest-MD4/Makefile (revision 118907) @@ -1,24 +1,33 @@ # ex:ts=8 # Ports collection makefile for: p5-Digest-MD4 # Date created: Feb 9, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Digest-MD4 -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Perl5 interface to the MD4 message digest algorithm PERL_CONFIGURE= yes CONFIGURE_ARGS= INSTALLDIRS=site MAN3= Digest::MD4.3 + +.if !defined(NOPORTDOCS) +PORTDOCS= Changes rfc1320.txt + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif .include Property changes on: head/security/p5-Digest-MD4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/p5-Digest-MD4/distinfo =================================================================== --- head/security/p5-Digest-MD4/distinfo (revision 118906) +++ head/security/p5-Digest-MD4/distinfo (revision 118907) @@ -1,2 +1,2 @@ -MD5 (Digest-MD4-1.3.tar.gz) = d75465d6e11b308f8863604715014470 -SIZE (Digest-MD4-1.3.tar.gz) = 28917 +MD5 (Digest-MD4-1.4.tar.gz) = 20475bab07a6ca98e6812ff9c555149c +SIZE (Digest-MD4-1.4.tar.gz) = 29370 Property changes on: head/security/p5-Digest-MD4/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property