Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 May 2006 17:00:59 -0500
From:      pauls@utdallas.edu
To:        Pav Lucistnik <pav@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/96955: devel/aunit,unfetchable distfile
Message-ID:  <58FF9D9CC1B4868AA1C189F2@paul-schmehls-powerbook59.local>
In-Reply-To: <200605072143.k47LhJdh094489@freefall.freebsd.org>
References:  <200605072143.k47LhJdh094489@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--On May 7, 2006 9:43:19 PM +0000 Pav Lucistnik <pav@FreeBSD.org> wrote:

> Synopsis: devel/aunit,unfetchable distfile
>
> State-Changed-From-To: open->feedback
> State-Changed-By: pav
> State-Changed-When: Sun May 7 21:43:10 UTC 2006
> State-Changed-Why:
> Care to provide those patches?
>
Whoops!

--- distinfo.orig       Sun May  7 16:57:42 2006
+++ distinfo    Sun May  7 15:56:39 2006
@@ -1,3 +1,3 @@
-MD5 (aunit-1.01.tar.gz) = 2ee22dd2862eae1c23205df33f4ee4ff
-SHA256 (aunit-1.01.tar.gz) = 
bbe2d97ee3a2d8f6fc2b918677123e5f4c892d7c44b9b00ffd73729514e37370
-SIZE (aunit-1.01.tar.gz) = 27221
+MD5 (aunit-1.03p-src.tgz) = 24e6e78f199b732aa6a21293968e32cc
+SHA256 (aunit-1.03p-src.tgz) = 
cdc6b076253d9cb9fab5227c789ac178bf12bcdecbc85ef36d4b9f51fb30d365
+SIZE (aunit-1.03p-src.tgz) = 29737

--- Makefile.orig       Sun May  7 16:57:11 2006
+++ Makefile    Sun May  7 16:32:55 2006
@@ -2,13 +2,15 @@
 # Date created:        20 Jan 2002
 # Whom:                Aidan Skinner <aidan@velvet.net>
 #
-# $FreeBSD: /repoman/r/pcvs/ports/devel/aunit/Makefile,v 1.2 2003/02/21 
11:22:26 knu Exp $
+# $FreeBSD: ports/devel/aunit/Makefile,v 1.2 2003/02/21 11:22:26 knu Exp $
 #

 PORTNAME=      aunit
-PORTVERSION=   1.01
+PORTVERSION=   1.03p
 CATEGORIES=    devel
-MASTER_SITES=  http://libre.act-europe.fr/aunit/
+MASTER_SITES=  https://libre2.adacore.com/aunit/
+EXTRACT_SUFX=  -src.tgz
+WRKSRC=                ${WRKDIR}/AUnit

 MAINTAINER=    aidan@velvet.net
 COMMENT=       A unit testing framework for the Ada '95 programming 
language
@@ -17,8 +19,10 @@

 do-install:
        @${MKDIR} ${PREFIX}/include/aunit
-       ${INSTALL_DATA} ${WRKSRC}/aunit/framework/* ${PREFIX}/include/aunit
-       ${INSTALL_DATA} ${WRKSRC}/aunit/text_reporter/* 
${PREFIX}/include/aunit
+.for f in *.adb *.ads
+       ${INSTALL_DATA} ${WRKSRC}/aunit/framework/${f} 
${PREFIX}/include/aunit
+       ${INSTALL_DATA} ${WRKSRC}/aunit/text_reporter/${f} 
${PREFIX}/include/aunit
+.endfor

 .if !defined(NOPORTDOCS)
 post-install:

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/




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