Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 11:34:37 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309163 - head/textproc/markdown
Message-ID:  <201212181134.qBIBYb2k030073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@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>



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