Date: Sat, 31 Jan 2009 18:18:02 GMT From: Tassilo Philipp <tphilipp@potion-studios.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131223: [maintainer update] devel/dyncall Message-ID: <200901311818.n0VII22o089290@www.freebsd.org> Resent-Message-ID: <200901311820.n0VIK2KT084617@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131223 >Category: ports >Synopsis: [maintainer update] devel/dyncall >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 18:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tassilo Philipp >Release: >Organization: >Environment: >Description: diff -ruN dyncall.bak/Makefile dyncall/Makefile --- dyncall.bak/Makefile 2009-01-31 08:37:23.000000000 +0100 +++ dyncall/Makefile 2009-01-31 09:13:00.000000000 +0100 @@ -6,9 +6,9 @@ # PORTNAME= dyncall -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= devel -MASTER_SITES= http://www.dyncall.org/r0.2/ +MASTER_SITES= http://www.dyncall.org/r0.3/ MAINTAINER= tphilipp@potion-studios.com COMMENT= Highly dynamic multi-platform foreign function call interface library @@ -18,13 +18,13 @@ MAKEFILE= ${WRKSRC}/BSDmakefile -# There is no install target in the BSD makefile of version 0.2 of the dyncall library, so +# There is no install target in the BSD makefile of version 0.3 of the dyncall library, so # install it manually. .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "alpha" +BROKEN= Does not install (unsupported architecture) .endif do-install: diff -ruN dyncall.bak/distinfo dyncall/distinfo --- dyncall.bak/distinfo 2009-01-31 08:37:23.000000000 +0100 +++ dyncall/distinfo 2009-01-31 18:17:03.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (dyncall-0.2.tar.gz) = 12d147a9875da5b30001012490b40fbf -SHA256 (dyncall-0.2.tar.gz) = 70c7dff5f53c3ebf8ec4de8bec62d509b770d840ebe0b22a8a9cd561258166d1 -SIZE (dyncall-0.2.tar.gz) = 119902 +MD5 (dyncall-0.3.tar.gz) = 4d7aedacd38cca46c5608082772fc356 +SHA256 (dyncall-0.3.tar.gz) = 158963ad2f61dd5779c5904f08e67565f2ee29e2cdae637086280ab929f17d98 +SIZE (dyncall-0.3.tar.gz) = 189804 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901311818.n0VII22o089290>