Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 08:38:50 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318283 - head/net/p5-EasyTCP
Message-ID:  <201305160838.r4G8co0P046099@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu May 16 08:38:49 2013
New Revision: 318283
URL: http://svnweb.freebsd.org/changeset/ports/318283

Log:
  - Fix plist
  - Trim header
  
  Reported by:	poudriere exp-run

Modified:
  head/net/p5-EasyTCP/Makefile   (contents, props changed)
  head/net/p5-EasyTCP/pkg-plist   (contents, props changed)

Modified: head/net/p5-EasyTCP/Makefile
==============================================================================
--- head/net/p5-EasyTCP/Makefile	Thu May 16 08:38:37 2013	(r318282)
+++ head/net/p5-EasyTCP/Makefile	Thu May 16 08:38:49 2013	(r318283)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	EasyTCP
-# Date created:				24 Jan 2002
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	EasyTCP
 PORTVERSION=	0.26
@@ -17,7 +13,7 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Easily create TCP/IP clients and servers
 
 BUILD_DEPENDS=	p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA
 
 PERL_CONFIGURE=	yes
 

Modified: head/net/p5-EasyTCP/pkg-plist
==============================================================================
--- head/net/p5-EasyTCP/pkg-plist	Thu May 16 08:38:37 2013	(r318282)
+++ head/net/p5-EasyTCP/pkg-plist	Thu May 16 08:38:49 2013	(r318283)
@@ -1,7 +1,5 @@
 %%SITE_PERL%%/Net/EasyTCP.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist
-@dirrmtry %%SITE_PERL%%/auto/Net/EasyTCP
-@dirrmtry %%SITE_PERL%%/auto/Net
-@dirrmtry %%SITE_PERL%%/Net
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrmtry %%SITE_PERL%%/Net



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