Bug 178911 - [patch] multimedia/clive
Summary: [patch] multimedia/clive
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:30 UTC by Andrej Zverev
Modified: 2013-05-24 11:40 UTC (History)
0 users

See Also:


Attachments
patch.diff (753 bytes, patch)
2013-05-24 09:30 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 09:30:01 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:30:22 UTC
Maintainer of multimedia/clive,

Please note that PR ports/178911 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178911

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:30:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pierre Guinoiseau 2013-05-24 10:34:37 UTC
Approved.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-24 11:31:06 UTC
Author: az
Date: Fri May 24 10:30:58 2013
New Revision: 318952
URL: http://svnweb.freebsd.org/changeset/ports/318952

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178911
  Submitted by:	az
  Approved by:	maintainer

Modified:
  head/multimedia/clive/Makefile   (contents, props changed)

Modified: head/multimedia/clive/Makefile
==============================================================================
--- head/multimedia/clive/Makefile	Fri May 24 10:24:42 2013	(r318951)
+++ head/multimedia/clive/Makefile	Fri May 24 10:30:58 2013	(r318952)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	clive
-# Date created:		2007-02-11
-# Whom:			Nicola Vitale <nivit@FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	clive
 PORTVERSION=	2.3.3
@@ -32,11 +28,4 @@ PLIST_FILES=	bin/clive \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist
 PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-version>=0.77:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-version>=0.77:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 11:31:12 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!