From owner-freebsd-ports@FreeBSD.ORG  Thu Nov 27 14:56:47 2014
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 52D7B1FC
 for <freebsd-ports@freebsd.org>; Thu, 27 Nov 2014 14:56:47 +0000 (UTC)
Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0DE7FE5F
 for <freebsd-ports@freebsd.org>; Thu, 27 Nov 2014 14:56:46 +0000 (UTC)
Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170])
 by toco-domains.de (Postfix) with ESMTPA id CCAFB1B22DDD
 for <freebsd-ports@freebsd.org>; Thu, 27 Nov 2014 15:56:44 +0100 (CET)
Message-ID: <54773BAC.3040207@toco-domains.de>
Date: Thu, 27 Nov 2014 15:56:44 +0100
From: Torsten Zuehlsdorff <mailinglists@toco-domains.de>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Re: How to create a port with uncompressed distfile?
References: <5476FFCF.6000504@toco-domains.de>
 <54771BED.3040408@toco-domains.de>
In-Reply-To: <54771BED.3040408@toco-domains.de>
Content-Type: multipart/mixed; boundary="------------050700070702090605010009"
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 27 Nov 2014 14:56:47 -0000

This is a multi-part message in MIME format.
--------------050700070702090605010009
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

Hello,

i've missed an dependencies. Updated version attached, problem is the same.

Greetings,
Torsten

--------------050700070702090605010009
Content-Type: text/plain; charset=UTF-8;
 name="Makefile"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment;
 filename="Makefile"

# Created by: Torsten Zühlsdorff (<ports@toco-domains.de>)
# $FreeBSD$

PORTNAME=	PHPUnit
PORTVERSION=	4.3.5
CATEGORIES=	devel www
MASTER_SITES=	https://phar.phpunit.de/ \
						 http://ports.toco-domains.de/
DISTNAME=phpunit-${PORTVERSION}
EXTRACT_SUFX=.phar
EXTRACT_ONLY=	#none

MAINTAINER=	ports@toco-domains.de
COMMENT=	Testing framework for unit tests

LICENSE=	BSD4CLAUSE

CONFLICTS=	pear-PHPUnit-[123]*

USE_PHP=	dom json spl pcre phar

NO_BUILD=	yes

PLIST_FILES=	bin/phpunit

WRKSRC=		${DISTDIR}

do-install:
	${MKDIR} ${STAGEDIR}
	(cd ${WRKSRC} && ${CP} ${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/bin/phpunit)

.include <bsd.port.mk>

--------------050700070702090605010009
Content-Type: text/plain; charset=UTF-8;
 name="distinfo"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="distinfo"

SHA256 (phpunit-4.3.5.phar) = 993942147f1b79bfb4a006fb24b1d9f5542f11adefd4b0e01ac553759f911d40
SIZE (phpunit-4.3.5.phar) = 3328017

--------------050700070702090605010009
Content-Type: text/plain; charset=UTF-8;
 name="pkg-descr"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="pkg-descr"

PHPUnit is a regression testing framework used by the developer
who implements unit tests in PHP. It is based upon JUnit, which
can be found at http://www.junit.org/.

WWW: http://www.phpunit.de

--------------050700070702090605010009--