From 898233e432e17c27586c4fc61282fac7e64f4a83 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 5 Feb 2009 15:21:05 +0000 Subject: - Update to 0.3, mark more archs as unsupported - While here, canonize identation and add tiny improvements (use PORTVERSION in MASTER_SITES url, no need to use full path in MAKEFILE) PR: 131223 Submitted by: Tassilo Philipp (maintainer) --- devel/dyncall/Makefile | 24 ++++++++++++------------ devel/dyncall/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'devel') diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile index eaa553a44312..7d065276504f 100644 --- a/devel/dyncall/Makefile +++ b/devel/dyncall/Makefile @@ -5,26 +5,26 @@ # $FreeBSD$ # -PORTNAME= dyncall -PORTVERSION= 0.2 -CATEGORIES= devel -MASTER_SITES= http://www.dyncall.org/r0.2/ +PORTNAME= dyncall +PORTVERSION= 0.3 +CATEGORIES= devel +MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ -MAINTAINER= tphilipp@potion-studios.com -COMMENT= Highly dynamic multi-platform foreign function call interface library +MAINTAINER= tphilipp@potion-studios.com +COMMENT= Highly dynamic multi-platform foreign function call interface library -MAN3= dyncall.3 -HAS_CONFIGURE= yes +MAN3= dyncall.3 +HAS_CONFIGURE= yes -MAKEFILE= ${WRKSRC}/BSDmakefile +MAKEFILE= 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 -.if ${ARCH} == "sparc64" -BROKEN= Does not install +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "alpha" +BROKEN= Does not install (unsupported architecture) .endif do-install: diff --git a/devel/dyncall/distinfo b/devel/dyncall/distinfo index 174e21b9bf48..df07452db7c0 100644 --- a/devel/dyncall/distinfo +++ b/devel/dyncall/distinfo @@ -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 -- cgit