svn commit: r318283 - head/net/p5-EasyTCP
Martin Wilke
miwi at FreeBSD.org
Thu May 16 08:38:50 UTC 2013
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 at polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse at polaris.ca>
# $FreeBSD$
-#
PORTNAME= EasyTCP
PORTVERSION= 0.26
@@ -17,7 +13,7 @@ MAINTAINER= perl at 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
- at dirrmtry %%SITE_PERL%%/auto/Net/EasyTCP
- at dirrmtry %%SITE_PERL%%/auto/Net
- at dirrmtry %%SITE_PERL%%/Net
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/Net
More information about the svn-ports-head
mailing list