svn commit: r309163 - head/textproc/markdown

Anton Berezin tobez at FreeBSD.org
Tue Dec 18 11:34:37 UTC 2012


Author: tobez
Date: Tue Dec 18 11:34:36 2012
New Revision: 309163
URL: http://svnweb.freebsd.org/changeset/ports/309163

Log:
  Drop support for perl 5.8.
  
  Nudged by:	az

Modified:
  head/textproc/markdown/Makefile

Modified: head/textproc/markdown/Makefile
==============================================================================
--- head/textproc/markdown/Makefile	Tue Dec 18 11:34:01 2012	(r309162)
+++ head/textproc/markdown/Makefile	Tue Dec 18 11:34:36 2012	(r309163)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	Markdown
-# Date created:		13 October 2005
-# Whom:			Anton Berezin <tobez at FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	markdown
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	http://daringfireball.net/projects/downloads/
 DISTNAME=	Markdown_${PORTVERSION}
@@ -36,11 +32,4 @@ do-install:
 	${INSTALL_DATA} "${WRKSRC}/Markdown Readme.text" ${DOCSDIR}/Markdown-Readme.text
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-BUILD_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list