Bug 178941 - [patch] www/amphetadesk
Summary: [patch] www/amphetadesk
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 11:10 UTC by Andrej Zverev
Modified: 2013-06-07 09:00 UTC (History)
0 users

See Also:


Attachments
patch.diff (591 bytes, patch)
2013-05-24 11:10 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 2013-05-24 11:10:02 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 11:10:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:55:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:55:58 UTC
Author: az
Date: Fri Jun  7 07:55:49 2013
New Revision: 320172
URL: http://svnweb.freebsd.org/changeset/ports/320172

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

Modified:
  head/www/amphetadesk/Makefile   (contents, props changed)

Modified: head/www/amphetadesk/Makefile
==============================================================================
--- head/www/amphetadesk/Makefile	Fri Jun  7 07:54:32 2013	(r320171)
+++ head/www/amphetadesk/Makefile	Fri Jun  7 07:55:49 2013	(r320172)
@@ -1,9 +1,5 @@
-# Ports collection Makefile for:	AmphetaDesk
-# Date created:				8 April 2004
-# Whom:					kstailey
-#
+# Created by: kstailey
 # $FreeBSD$
-#
 
 PORTNAME=	amphetadesk
 PORTVERSION=	0.93.1
@@ -46,10 +42,6 @@ PORTDOCS=	\
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${FIND} ${WRKSRC} -type f -print0 | \
 		${XARGS} -0 -x -n 10 \
_______________________________________________
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"