Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 08:55:18 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318935 - head/audio/p5-tagged
Message-ID:  <201305240855.r4O8tIwi030620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri May 24 08:55:17 2013
New Revision: 318935
URL: http://svnweb.freebsd.org/changeset/ports/318935

Log:
  - Trim Makefile header
  - Assign maintainership to perl@
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/audio/p5-tagged/Makefile   (contents, props changed)

Modified: head/audio/p5-tagged/Makefile
==============================================================================
--- head/audio/p5-tagged/Makefile	Fri May 24 08:53:45 2013	(r318934)
+++ head/audio/p5-tagged/Makefile	Fri May 24 08:55:17 2013	(r318935)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	p5-tagged
-# Date created:			Apr 18, 2001
-# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tagged
 PORTVERSION=	0.40
@@ -13,7 +8,7 @@ MASTER_SITES=	CPAN/MP3 \
 		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Read, change, and write different tags of MP3 audio files
 
 PERL_CONFIGURE=	yes
@@ -23,11 +18,4 @@ MAN3=	MP3::Tag::ID3v2.3 MP3::Tag.3 MP3::
 
 CONFLICTS=	p5-MP3-Tag-0.*
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.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?201305240855.r4O8tIwi030620>