Bug 178904 - [patch] textproc/p5-Geo-Parse-OSM
Summary: [patch] textproc/p5-Geo-Parse-OSM
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:20 UTC by Andrej Zverev
Modified: 2013-05-24 23:10 UTC (History)
0 users

See Also:


Attachments
patch.diff (767 bytes, patch)
2013-05-24 09:20 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:20: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:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2013-05-24 23:01:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-24 23:01:30 UTC
Author: amdmi3
Date: Fri May 24 22:01:18 2013
New Revision: 319018
URL: http://svnweb.freebsd.org/changeset/ports/319018

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		178904
  Submitted by:	Andrej Zverev <az@FreeBSD.org>

Modified:
  head/textproc/p5-Geo-Parse-OSM/Makefile

Modified: head/textproc/p5-Geo-Parse-OSM/Makefile
==============================================================================
--- head/textproc/p5-Geo-Parse-OSM/Makefile	Fri May 24 21:32:38 2013	(r319017)
+++ head/textproc/p5-Geo-Parse-OSM/Makefile	Fri May 24 22:01:18 2013	(r319018)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Geo-Parse-OSM
-# Date created:		03 Mar 2011
-# Whom:			Dmitry Marakasov <amdmi3@FreeBSD.org>
-#
+# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Geo-Parse-OSM
 PORTVERSION=	0.42
@@ -28,11 +24,4 @@ MAN3=	Geo::Parse::OSM.3 \
 	Geo::Parse::OSM::Multipass.3 \
 	Geo::Parse::OSM::Singlepass.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.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"