diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-02-05 15:21:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-02-05 15:21:05 +0000 |
commit | 4d3ca9fac1dcf4074221eddf33e2f7803319e713 (patch) | |
tree | 1950c8925af8519bb510ed0ca1d80014b8827244 /devel/dyncall | |
parent | 023878618ab1942df9ecf924816a99c892e8614d (diff) | |
download | ports-4d3ca9fac1dcf4074221eddf33e2f7803319e713.tar.gz ports-4d3ca9fac1dcf4074221eddf33e2f7803319e713.zip |
Notes
Diffstat (limited to 'devel/dyncall')
-rw-r--r-- | devel/dyncall/Makefile | 24 | ||||
-rw-r--r-- | devel/dyncall/distinfo | 6 |
2 files changed, 15 insertions, 15 deletions
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 <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 --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 |