Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2013 18:10:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314175 - head/security/p5-Digest-MD4
Message-ID:  <201303141810.r2EIAlW7065750@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar 14 18:10:47 2013
New Revision: 314175
URL: http://svnweb.freebsd.org/changeset/ports/314175

Log:
  - Update to 1.7
  - Add LICENSE
  - Convert to new options framework
  - Cleanup Makefile header
  
  Changes:	http://search.cpan.org/dist/Digest-MD4/Changes

Modified:
  head/security/p5-Digest-MD4/Makefile   (contents, props changed)
  head/security/p5-Digest-MD4/distinfo   (contents, props changed)

Modified: head/security/p5-Digest-MD4/Makefile
==============================================================================
--- head/security/p5-Digest-MD4/Makefile	Thu Mar 14 18:04:06 2013	(r314174)
+++ head/security/p5-Digest-MD4/Makefile	Thu Mar 14 18:10:47 2013	(r314175)
@@ -1,13 +1,8 @@
-# ex:ts=8
-# Ports collection makefile for:	p5-Digest-MD4
-# Date created:			Feb 9, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	Digest-MD4
-PORTVERSION=	1.5
+PORTVERSION=	1.7
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,16 +10,22 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl5 interface to the MD4 message digest algorithm
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+OPTIONS_DEFINE=	DOCS
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Digest::MD4.3
-
-.if !defined(NOPORTDOCS)
 PORTDOCS=	Changes rfc1320.txt
 
+.include <bsd.port.options.mk>
+
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}/
+	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 

Modified: head/security/p5-Digest-MD4/distinfo
==============================================================================
--- head/security/p5-Digest-MD4/distinfo	Thu Mar 14 18:04:06 2013	(r314174)
+++ head/security/p5-Digest-MD4/distinfo	Thu Mar 14 18:10:47 2013	(r314175)
@@ -1,2 +1,2 @@
-SHA256 (Digest-MD4-1.5.tar.gz) = c7d7a32f5c2710c929b5688a7b057ec8ddbc51cf278f623e771fc02dcabd6a1f
-SIZE (Digest-MD4-1.5.tar.gz) = 29442
+SHA256 (Digest-MD4-1.7.tar.gz) = f3ad0a9c3804acc1f70c9901fa78f13f89b415c9175fe2cc3a6225fa048039b8
+SIZE (Digest-MD4-1.7.tar.gz) = 29219



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303141810.r2EIAlW7065750>